Bug 2315154 (CVE-2024-46803) - CVE-2024-46803 kernel: drm/amdkfd: Check debug trap enable before write dbg_ev_file
Summary: CVE-2024-46803 kernel: drm/amdkfd: Check debug trap enable before write dbg_e...
Keywords:
Status: NEW
Alias: CVE-2024-46803
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2315317
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-09-27 13:20 UTC by OSIDB Bzimport
Modified: 2024-09-27 18:20 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-09-27 13:20:45 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.