Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Jacek Lawrynowicz

Researcher fromIntel
#45175of 53,633
5.5Total CVSS
Vulnerabilities · 1
PT-2024-8479
5.5
2024-04-08
Linux · Linux Kernel · CVE-2024-35953
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** The issue is related to a deadlock in the context xa of the ivpu device in the Linux kernel. The deadlock occurs when the ivpu device->context xa is locked both in kernel thread and IRQ context without the XA FLAGS LOCK IRQ flag being passed during initialization. This allows the lock to be acquired from a thread and interrupted by an IRQ that locks it for the second time, causing the deadlock. The deadlock was reported by lockdep and observed in internal tests. Exploitation of this issue may allow an attacker to cause a denial of service. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.