LiveActive security incident?Get immediate response
CVE Record

CVE-2024-46803: drm/amdkfd: Check debug trap enable before write dbg_ev_file

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check debug trap enable before write dbg_ev_file In interrupt context, write dbg_ev_file will be run by work queue. It will cause write dbg_ev_file execution after debug_trap_disable, which will cause NULL pointer access. v2: cancel work "debug_event_workarea" before set dbg_ev_file as NULL.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A local user may trigger a timing flaw in the Linux AMD GPU compute driver, causing the kernel to access a cleared pointer. The supplied CVSS rating indicates possible loss of confidentiality, integrity, and availability, but the bundle provides no evidence of active exploitation.

Executive priority

Treat as a high-priority kernel update for exposed AMD GPU compute and shared Linux systems. Broader urgency is lower where amdkfd is absent or local access is tightly controlled. Confirm scope promptly because the supplied version data is ambiguous.

Technical view

The amdkfd debug-trap path can queue dbg_ev_file work from interrupt context. If debug trapping is disabled before that work executes, dbg_ev_file may already be NULL, causing a NULL-pointer access. The referenced correction cancels debug_event_workarea before clearing the pointer.

Likely exposure

Exposure is most plausible on Linux systems using the AMD KFD driver and affected kernel builds where local, low-privileged users can reach the debug-trap functionality. The bundle lists versions including 6.5, 6.6.50, 6.10.9, and 6.11, but provides insufficient range semantics; confirm distribution backports.

Exploitation context

The CVSS vector describes local access, low complexity, low privileges, and no user interaction. This CVE is not identified as KEV in the supplied bundle, and no cited source establishes active exploitation or a public exploit.

Researcher notes

This appears to be a work-queue race in the debug-trap teardown path: deferred debug-event work can outlive debug_trap_disable and dereference dbg_ev_file after it becomes NULL. The stated v2 correction cancels debug_event_workarea before clearing the pointer. The bundle does not identify a CWE or demonstrate exploitability beyond the CVSS assessment.

Mitigation direction

  • Update to a vendor-supported kernel containing the referenced stable fix.
  • Check distribution advisories for backported fixes and exact affected package versions.
  • Prioritize multi-user AMD GPU compute hosts where untrusted local accounts exist.
  • Restrict unnecessary local access until remediation is confirmed.

Validation and detection

  • Inventory kernel builds on systems using AMD KFD or AMD GPU compute workloads.
  • Compare distribution kernel packages against vendor advisories and referenced fix commits.
  • Confirm the replacement kernel is active after updating and rebooting.
  • Review kernel logs for related amdkfd NULL-pointer faults or unexpected crashes.
Prepared
Confidence
medium
Sources
5

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.

cve · low confidence lookup

CVE-2024-46803 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.

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

SSVC decision data

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

CVSS vector scores

1 official score

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

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2024-46803Attack 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
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux0ab2d7532b05a3e7c06fd3b0c8bd6b46c1dfb508, 0ab2d7532b05a3e7c06fd3b0c8bd6b46c1dfb508, 0ab2d7532b05a3e7c06fd3b0c8bd6b46c1dfb508unaffected
LinuxLinux6.5, 0, 6.6.50, 6.10.9, 6.11affected
Weakness

CWE details

No CWE listed

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