CVE-2026-43148
Memory Allocation Failure in Linux Kernel PowerPC SMP
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's powerpc/smp code where the function kcalloc() may fail but its return value was not checked. This can lead to a NULL pointer dereference when the result is passed to the function of_property_read_u32_array(). The issue was fixed by adding a check for kcalloc() failure in parse_thread_groups().
How can this vulnerability impact me? :
If the kcalloc() failure is not handled, it can cause a NULL pointer dereference, which may lead to a kernel crash or system instability on affected Linux systems running on powerpc architectures.