Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ACPICA: Avoid walking the Namespace if start_node is NULL Although commit 0c9992315e73 ("ACPICA: Avoid walking the ACPI Namespace if it is not there") fixed the situation when both start_node and acpi_gbl_root_node are NULL, the Linux kernel mainline now still crashed on Honor Magicbook 14 Pro [1]. That happens due to the access to the member of parent_node in acpi_ns_get_next_node(). The NULL pointer dereference will always happen, no matter whether or not the start_node is equal to ACPI_ROOT_OBJECT, so move the check of start_node being NULL out of the if block. Unfortunately, all the attempts to contact Honor have failed, they refused to provide any technical support for Linux. The bad DSDT table's dump could be found on GitHub [2]. DMI: HONOR FMB-P/FMB-P-PCB, BIOS 1.13 05/08/2025 [ rjw: Subject adjustment, changelog edits ]
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 2.6.12.1, < 5.10.248 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/0d8bb08126920fd4b12dbf32d9250757c9064b36Patch
- https://git.kernel.org/stable/c/1bc34293dfbd266c29875206849b4f8e8177e6dfPatch
- https://git.kernel.org/stable/c/7f9b951ed11842373851dd3c91860778356d62d3Patch
- https://git.kernel.org/stable/c/9d6c58dae8f6590c746ac5d0012ffe14a77539f0Patch
- https://git.kernel.org/stable/c/b84edef48cc8afb41150949a87dcfa81bc95b53ePatch
- https://git.kernel.org/stable/c/ecb296286c8787895625bd4c53e9478db4ae139cPatch
- https://git.kernel.org/stable/c/f91dad0a3b381244183ffbea4cec5a7a69d6f41ePatch
FAQ
What is CVE-2025-71118?
CVE-2025-71118 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: ACPICA: Avoid walking the Namespace if start_node is NULL Although commit 0c9992315e73 ("ACPICA: Avoid walking the ACPI Namespace ...
How severe is CVE-2025-71118?
CVE-2025-71118 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-71118?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.