Description
In the Linux kernel, the following vulnerability has been resolved:

ACPICA: Add package limit checks in parser functions

Add package limit checks in parser functions to prevent out-of-bounds
access.
Published: 2026-09-24
Score: n/a
EPSS: n/a
KEV: No
Impact: Remote Code Execution (Kernel)
Action: Immediate Patch
AI Analysis

Impact

The vulnerability stems from missing package limit checks in ACPICA parser functions within the Linux kernel, resulting in out‑of‑bounds memory access when processing ACPI tables. A malicious ACPI payload can corrupt kernel memory or overwrite crucial data structures, allowing an attacker to execute arbitrary code or gain elevated privileges in kernel mode. The short‑term consequence is a severe loss of integrity and confidentiality, and a potential denial of service if the kernel crashes. This flaw is a classic out‑of‑bounds access problem that can be leveraged to subvert system security.

Affected Systems

All Linux systems running kernel versions that contain the unpatched ACPICA code are affected. The vulnerability was addressed in commits that introduced package limit checks, which can be identified via the provided Git references. Users should check the kernel release notes to confirm whether their current kernel includes the fixes for this issue.

Risk and Exploitability

There is no EPSS score available, and the flaw is not listed in the CISA KEV catalog, indicating no current public exploits or exploitation evidence. However, the high impact of kernel memory corruption makes this a top‑tier vulnerability from a theoretical standpoint. Attackers would likely need to supply a crafted ACPI table, which could occur through a compromised BIOS, firmware update, or physical access to the machine. Given the absence of publicly disclosed exploits, the practical risk remains elevated due to the critical nature of the flaw, but the likelihood of immediate exploitation is low.

Generated by OpenCVE AI on September 25, 2026 at 03:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that contains the ACPICA package limit check fixes.
  • If an immediate kernel update is not possible, consider disabling ACPI parsing by adding the kernel boot parameter "acpi=off" to prevent the vulnerable parser from executing.
  • Continuously monitor system logs for ACPI‑related errors and ensure the kernel is updated promptly when the patch is released.

Generated by OpenCVE AI on September 25, 2026 at 03:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 03:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Thu, 24 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ACPICA: Add package limit checks in parser functions Add package limit checks in parser functions to prevent out-of-bounds access.
Title ACPICA: Add package limit checks in parser functions
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-24T16:04:04.496Z

Reserved: 2026-09-24T14:53:16.870Z

Link: CVE-2026-97449

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-24T17:17:23.230

Modified: 2026-09-24T17:17:23.230

Link: CVE-2026-97449

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T03:30:08Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer