Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Lin.Cao

Researcher fromAMD
#34389of 56,326
7.8Total CVSS
Vulnerabilities · 1
PT-2024-32209
7.8
2024-04-24
Linux · Linux Kernel · CVE-2024-46803
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** The issue is related to the Linux kernel, specifically in the drm/amdkfd module. It occurs when the `write dbg ev file` function is executed after `debug trap disable`, causing a NULL pointer access. This happens because `write dbg ev file` is run by a work queue in interrupt context. To resolve this, it is recommended to cancel the work "debug event workarea" before setting `dbg ev file` as NULL. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.