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

ACPICA: add boundary checks in two places

Add boundary checks in acpi_ps_get_next_namestring() and
acpi_ps_peek_opcode() to prevent out-of-bounds access.
Published: 2026-09-24
Score: n/a
EPSS: n/a
KEV: No
Impact: Out-of-Bounds Read
Action: Apply Kernel Patch
AI Analysis

Impact

The vulnerability in the Linux kernel arises from missing boundary checks in two ACPICA helper functions, acpi_ps_get_next_namestring() and acpi_ps_peek_opcode(). The omission allows read access beyond intended buffer boundaries, potentially exposing sensitive information or enabling a more complex attack. The fix introduces explicit boundary validations to prevent over-read of buffers.

Affected Systems

All installations of the Linux kernel that incorporate the ACPICA subsystem and have not applied the recent patch are potentially vulnerable. The patch addresses the core kernel source code; therefore any distribution version prior to the inclusion of the fix is at risk, regardless of vendor or distribution.

Risk and Exploitability

EPSS is not available and the vulnerability is not listed in CISA’s KEV catalog, so the current exploitation prevalence is unknown. Based on the description, it is inferred that the attack vector is local, likely requiring the ability to trigger ACPICA processing, which may need privileged or kernel context. The absence of proper bounds means an attacker could read memory beyond intended limits, which could lead to information disclosure or provide a foothold for privilege escalation. The impact is significant for confidentiality, though no CVSS score is provided.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that introduces boundary checks in acpi_ps_get_next_namestring() and acpi_ps_peek_opcode()
  • Upgrade to the latest Linux kernel version that incorporates the fix
  • Monitor your distribution’s security advisories for kernel updates and apply them promptly

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 04:30: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 boundary checks in two places Add boundary checks in acpi_ps_get_next_namestring() and acpi_ps_peek_opcode() to prevent out-of-bounds access.
Title ACPICA: add boundary checks in two places
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:03:59.121Z

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

Link: CVE-2026-97444

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-97444

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T04:15:13Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer