Vulnerability in Linux
CVE-2024-35953
In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix deadlock in context_xa ivpu_device->context_xa is locked both in kernel thread and IRQ context. It requires XA_FLAGS_LOCK_IRQ flag to be passed during initialization otherwise the lock could be acquired from a thread and interrupted by an IRQ that locks it for the second time causing the deadlock. This deadlock was reported by lockdep and observed in internal tests.
EPSS: 0.002 (6.7th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 35b137630f08d913fc2e33df33ccc2570dff3f7d, 6.3, 0
- Linux Linux_kernel — versions 6.9
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2024-35953?
- CVE-2024-35953 is a medium-severity vulnerability in Linux, classified under Improper Locking. CVSS score: 5.5/10. Published 2024-05-20.
- How severe is CVE-2024-35953?
- Medium severity. CVSS v3 base score is 5.5 out of 10.