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

ACPICA: Enhance OEM ID and Table ID validation in acpi_ex_load_table_op()

Enhance OEM ID and Table ID validation in acpi_ex_load_table_op() to
prevent buffer overflows.
Published: 2026-09-24
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: Arbitrary code execution
Action: Immediate Patch
AI Analysis

Impact

The vulnerability is a buffer overflow in the Linux kernel’s ACPICA implementation, specifically in the acpi_ex_load_table_op() routine. The function fails to validate the length of the OEM ID and Table ID strings contained in ACPI tables before copying them, allowing an attacker to supply a maliciously crafted ACPI table that overflows the destination buffer. This overflow can corrupt kernel memory, potentially enabling arbitrary code execution or a denial‑of‑service condition. The weakness is a classic memory buffer overrun, identified as CWE-119.

Affected Systems

All Linux kernel installations that include the unpatched ACPICA component are affected. The issue exists in kernel versions that pre‑date the commit that added stricter OEM ID and Table ID validation. Exact version ranges are not listed in the CVE data, so any deployed kernel that has not yet applied the upstream patch should be considered vulnerable.

Risk and Exploitability

Because the flaw occurs in kernel space and requires the use of an ACPI table supplied by firmware or hardware, the attack vector is most likely local or supply‑chain based. No EPSS score is available and the vulnerability is not listed in the CISA KEV catalog, so the current exploitation probability is unknown. However, buffer overflows in the kernel are typically rated high severity and can lead to privilege escalation or system compromise if successfully leveraged.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the ACPICA buffer overflow fix.
  • Validate firmware sources and avoid installing firmware from untrusted or unauthenticated vendors.
  • If an immediate kernel upgrade is not possible, consider disabling ACPI or preventing the loading of external ACPI tables. (This may reduce system functionality but reduces risk.)

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 13:30:00 +0000


Fri, 25 Sep 2026 07: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: Enhance OEM ID and Table ID validation in acpi_ex_load_table_op() Enhance OEM ID and Table ID validation in acpi_ex_load_table_op() to prevent buffer overflows.
Title ACPICA: Enhance OEM ID and Table ID validation in acpi_ex_load_table_op()
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-25T12:44:25.332Z

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

Link: CVE-2026-97447

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-09-25T13:17:28.510

Link: CVE-2026-97447

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T07:15:17Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer