CVE-2024-48876
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
11/01/2025
Last modified:
23/09/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
stackdepot: fix stack_depot_save_flags() in NMI context<br />
<br />
Per documentation, stack_depot_save_flags() was meant to be usable from<br />
NMI context if STACK_DEPOT_FLAG_CAN_ALLOC is unset. However, it still<br />
would try to take the pool_lock in an attempt to save a stack trace in the<br />
current pool (if space is available).<br />
<br />
This could result in deadlock if an NMI is handled while pool_lock is<br />
already held. To avoid deadlock, only try to take the lock in NMI context<br />
and give up if unsuccessful.<br />
<br />
The documentation is fixed to clearly convey this.
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.8.1 (including) | 6.12.5 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.8:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.8:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.8:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.8:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.8:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.8:rc7:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.13:rc1:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



