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

ACPICA: Fix condition check in acpi_ps_parse_loop()

Fix condition check for AML_ELSE_OP in acpi_ps_parse_loop() to prevent
out-of-bounds access.
Published: 2026-09-24
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: Potential for memory corruption or denial of service due to out‑of‑bounds ACPI parsing in the kernel
Action: Apply patch
AI Analysis

Impact

The vulnerability is located in the Linux kernel’s ACPI parser function acpi_ps_parse_loop, where an incorrect condition check for the AML_ELSE_OP operation allows the parser to access memory beyond the intended bounds. This out‑of‑bounds access can corrupt kernel memory or trigger a fault. An attacker who can influence the ACPI bytecode or tables may exploit the flaw, potentially causing service disruption or, if other weaknesses are present, arbitrary kernel‑mode code execution. The fix corrects the logic to ensure bounds are respected before proceeding.

Affected Systems

The flaw affects all Linux kernel releases that have not yet incorporated the ACPICA patch referenced in the advisory commits. Systems running older mainline kernels without these updates are potentially vulnerable until the patch is applied.

Risk and Exploitability

No EPSS or CVSS metric is available, but the nature of the out‑of‑bounds access in kernel code indicates a high potential severity. The attack would likely require the ability to supply or modify ACPI tables, which is normally restricted to local privileged users or a compromised firmware environment. While no public exploits are known, the risk is considered moderate to high until the kernel is updated.

Generated by OpenCVE AI on September 25, 2026 at 02:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the ACPICA fix, such as the commit series cited in the advisory.
  • If an update cannot be applied immediately, disable ACPI parsing or enforce strict mode by adding acpi=off or acpi=strict to the kernel command line.
  • Monitor kernel logs (dmesg, /var/log/kern.log) for ACPI parsing errors or crashes that may indicate an attempted exploitation.
  • Ensure that firmware and ACPI tables are signed and only come from trusted sources to reduce the chance that malicious table data is introduced.

Generated by OpenCVE AI on September 25, 2026 at 02:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 03:00: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: Fix condition check in acpi_ps_parse_loop() Fix condition check for AML_ELSE_OP in acpi_ps_parse_loop() to prevent out-of-bounds access.
Title ACPICA: Fix condition check in acpi_ps_parse_loop()
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:13.523Z

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

Link: CVE-2026-97456

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-97456

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T02:45:06Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer