CVE-2026-89963

Unknown

Last modified

CVE-2026-89963 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: powerpc/kexec_file: Fix null-ptr-def in extra size calculation A static Sashiko AI review identified a potential NULL pointer dereference in kexec_extra_fdt_size_ppc64(). On platforms without any reserved memory regions, get_reserved_memory_ranges() can return 0 while leaving 'rmem' unallocated as NULL. Passing it directly leads to a kernel panic when evaluating 'rmem->nr_ranges'. Add a NULL check for 'rmem' to prevent this crash..

Description

In the Linux kernel, the following vulnerability has been resolved: powerpc/kexec_file: Fix null-ptr-def in extra size calculation A static Sashiko AI review identified a potential NULL pointer dereference in kexec_extra_fdt_size_ppc64(). On platforms without any reserved memory regions, get_reserved_memory_ranges() can return 0 while leaving 'rmem' unallocated as NULL. Passing it directly leads to a kernel panic when evaluating 'rmem->nr_ranges'. Add a NULL check for 'rmem' to prevent this crash.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 0d3ff067331ef84e7e7f49537d768881042ed5ba, < 11ef1c2a5dbe0bd8c1345f59bab7331d352f02cf; >= 0d3ff067331ef84e7e7f49537d768881042ed5ba, < df45337587db21c502fe5251d3bcc7887428f4fb; >= 0d3ff067331ef84e7e7f49537d768881042ed5ba, < 4ff3d9fd71c7bc2fc81afdac1970d9c55a5c0dea; >= 0d3ff067331ef84e7e7f49537d768881042ed5ba, < 761eda315a6e1fda3e8e2185b28430771fb1ac29
LinuxLinux6.11

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-89963?
In the Linux kernel, the following vulnerability has been resolved: powerpc/kexec_file: Fix null-ptr-def in extra size calculation A static Sashiko AI review identified a potential NULL pointer dereference in kexec_extra_fdt_size_ppc64(). On platforms without any reserved memory regions, get_reserved_memory_ranges() can return 0 while leaving 'rmem' unallocated as NULL. Passing it directly leads to a kernel panic when evaluating 'rmem->nr_ranges'. Add a NULL check for 'rmem' to prevent this crash.
How severe is CVE-2026-89963?
Severity scoring for CVE-2026-89963 is pending analysis.
How do I fix CVE-2026-89963?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-89963?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST