CVE-2024-56768
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
06/01/2025
Last modified:
01/10/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMP<br />
<br />
On x86-64 calling bpf_get_smp_processor_id() in a kernel with CONFIG_SMP<br />
disabled can trigger the following bug, as pcpu_hot is unavailable:<br />
<br />
[ 8.471774] BUG: unable to handle page fault for address: 00000000936a290c<br />
[ 8.471849] #PF: supervisor read access in kernel mode<br />
[ 8.471881] #PF: error_code(0x0000) - not-present page<br />
<br />
Fix by inlining a return 0 in the !CONFIG_SMP case.
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.10 (including) | 6.12.8 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.13:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.13:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.13:rc3:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



