CVE-2024-35953
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
20/05/2024
Last modified:
10/01/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
accel/ivpu: Fix deadlock in context_xa<br />
<br />
ivpu_device->context_xa is locked both in kernel thread and IRQ context.<br />
It requires XA_FLAGS_LOCK_IRQ flag to be passed during initialization<br />
otherwise the lock could be acquired from a thread and interrupted by<br />
an IRQ that locks it for the second time causing the deadlock.<br />
<br />
This deadlock was reported by lockdep and observed in internal tests.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.3 (including) | 6.6.28 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.8.7 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.9:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.9:rc3:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/d43e11d9c7fcb16f18bd46ab2556c2772ffc5775
- https://git.kernel.org/stable/c/e6011411147209bc0cc14628cbc155356837e52a
- https://git.kernel.org/stable/c/fd7726e75968b27fe98534ccbf47ccd6fef686f3
- https://git.kernel.org/stable/c/d43e11d9c7fcb16f18bd46ab2556c2772ffc5775
- https://git.kernel.org/stable/c/e6011411147209bc0cc14628cbc155356837e52a
- https://git.kernel.org/stable/c/fd7726e75968b27fe98534ccbf47ccd6fef686f3



