CVE-2026-97446
Last modified
CVE-2026-97446 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ACPICA: Fix NULL pointer dereference in acpi_ns_custom_package() acpi_ns_custom_package() unconditionally dereferences the first element of the package to read the _BIX version number, without checking for NULL: if ((*Elements)->Common.Type != ACPI_TYPE_INTEGER) When firmware returns a _BIX package whose first element is an unresolvable reference, ACPICA evaluates that entry to NULL. acpi_ns_remove_null_elements() does not strip NULL entries for ACPI_PTYPE_CUSTOM packages (fixed-position format would break if elements were shifted), so acpi_ns_custom_package() sees the NULL and causes a crash. Add a NULL check for the first element (version field) before dereferencing it. The caller then receives AE_AML_OPERAND_TYPE instead of crashing..
Description
In the Linux kernel, the following vulnerability has been resolved: ACPICA: Fix NULL pointer dereference in acpi_ns_custom_package() acpi_ns_custom_package() unconditionally dereferences the first element of the package to read the _BIX version number, without checking for NULL: if ((*Elements)->Common.Type != ACPI_TYPE_INTEGER) When firmware returns a _BIX package whose first element is an unresolvable reference, ACPICA evaluates that entry to NULL. acpi_ns_remove_null_elements() does not strip NULL entries for ACPI_PTYPE_CUSTOM packages (fixed-position format would break if elements were shifted), so acpi_ns_custom_package() sees the NULL and causes a crash. Add a NULL check for the first element (version field) before dereferencing it. The caller then receives AE_AML_OPERAND_TYPE instead of crashing.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7952d40240855932de01bbe81c02bf1416ec91d8, < 3762c6c8ae5073892d7cec736cc54270c7c9ce90; >= 7952d40240855932de01bbe81c02bf1416ec91d8, < 3cbf096a478f4fa03953f0685ad28c9c82ce67cb; >= 7952d40240855932de01bbe81c02bf1416ec91d8, < f8d14b7bb0063bbbd86c0e4d73edb8cea7b362bc |
| Linux | Linux | 4.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97446?
How severe is CVE-2026-97446?
How do I fix CVE-2026-97446?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-97440In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97441In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97442In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-97443In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97444In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-97445In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-97447In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97448In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-97449In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9745IBM Netezza Software 11.3.0.3 through Interim Fix 002 has op…6.5
- CVE-2026-97450In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-97451In the Linux kernel, the following vulnerability has been re…8.4
Are you affected by CVE-2026-97446?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
