LiveActive security incident?Get immediate response
CVE Record

CVE-2025-39906: drm/amd/display: remove oem i2c adapter on finish

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: remove oem i2c adapter on finish Fixes a bug where unbinding of the GPU would leave the oem i2c adapter registered resulting in a null pointer dereference when applications try to access the invalid device. (cherry picked from commit 89923fb7ead4fdd37b78dd49962d9bb5892403e6)

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A Linux AMD graphics driver cleanup flaw can leave an invalid I2C device registered after a GPU is disconnected from the driver. Later access may crash the kernel through a null pointer dereference. Exploitation requires local, low-privileged access; the supplied evidence does not establish remote or active exploitation.

Executive priority

Treat as a high-priority local kernel stability issue on applicable AMD GPU systems, especially multi-user or shared workloads. Patch through normal emergency kernel processes after confirming exposure. Internet-facing status alone does not increase exploitability because the supplied vector is local.

Technical view

The AMD display driver fails to unregister an OEM I2C adapter when GPU unbinding finishes. Applications accessing the stale device can trigger a CWE-476 null pointer dereference. The supplied CVSS 3.1 score is 7.8 with a local, low-privilege, no-user-interaction vector. Kernel stable commits are cited as fixes.

Likely exposure

Exposure is limited to Linux systems using the relevant AMD display and OEM I2C functionality where GPU unbinding can occur. The bundle lists versions 6.15, 6.16.8, and 6.17, but its version data includes an ambiguous “0”; confirm exact affected ranges with Linux or distribution guidance.

Exploitation context

CISA KEV status is false, and the supplied sources provide no evidence of exploitation in the wild or a public exploit. The documented trigger requires local access, GPU unbinding, and subsequent access to the invalid device. The description directly supports a kernel crash; broader confidentiality or integrity impact is not demonstrated.

Researcher notes

The affected-version representation is incomplete or ambiguous, so commit containment and distribution advisories are more reliable than raw version matching. Although the CVSS vector claims high confidentiality, integrity, and availability impact, the provided technical description specifically demonstrates a stale device and null pointer dereference, most clearly supporting denial of service.

Mitigation direction

  • Update to a vendor-supported kernel containing one of the cited stable fixes.
  • Check Linux distribution advisories for exact affected and corrected package versions.
  • Prioritize shared systems where unprivileged users can access relevant graphics or I2C devices.
  • Restrict unnecessary local access to relevant device interfaces until updates are applied.

Validation and detection

  • Inventory kernel versions and identify systems using the AMD display driver.
  • Confirm whether the running kernel contains either cited stable fix commit.
  • Check distribution package changelogs for CVE-2025-39906 backports.
  • Review kernel logs for null pointer faults associated with GPU unbinding or I2C access.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-476: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-39906 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

2CVSS vectors
3Timeline events
1ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

2 official scores

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Linux
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2025-39906Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux3d5470c973149f479572dcf4eea064775041ea6c, 3d5470c973149f479572dcf4eea064775041ea6cunaffected
LinuxLinux6.15, 0, 6.16.8, 6.17affected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.