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.
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.
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.
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.
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.