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

ACPICA: Fix integer overflow in acpi_ex_opcode_3A_1T_1R() (mid_op)

Add overflow check for Index + Length to prevent integer overflow
when calculating the truncation length. This prevents negative
size parameter being passed to memcpy().
Published: 2026-09-24
Score: n/a
EPSS: n/a
KEV: No
Impact: Kernel memory corruption
Action: Immediate Patch
AI Analysis

Impact

An integer overflow occurs in the ACPI Common Platform ACPI (ACPICA) implementation of the acpi_ex_opcode_3A_1T_1R function when calculating a truncation length. The overflow can produce a negative size that is passed to memcpy, which may corrupt kernel memory if executed.

Affected Systems

The flaw is present in Linux kernel builds that include the ACPICA code before the patch commits referenced in the advisory. All kernels prior to the latest stable release that contains the fix are potentially affected. No specific version ranges are listed, so affected systems are those running unpatched Linux kernels.

Risk and Exploitability

The CVSS severity score is not provided in the advisory. No EPSS score is available, and the vulnerability is not listed in the CISA KEV catalog. The code path that triggers the overflow processes ACPI tables supplied by firmware. The likely attack vector is the supply of a malformed ACPI table or malicious firmware that is processed by the kernel, which is inferred from the context of the vulnerable function. Precise exploitation feasibility and impact remain uncertain without explicit metrics.

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 referenced in the advisory to include the integer‑overflow check.
  • Upgrade the system to the latest stable Linux kernel that contains the fix.
  • If a patch is not yet available, restrict ACPI processing for untrusted firmware by disabling or limiting ACPI table loading, and monitor for anomalous ACPI activity.

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-680

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 integer overflow in acpi_ex_opcode_3A_1T_1R() (mid_op) Add overflow check for Index + Length to prevent integer overflow when calculating the truncation length. This prevents negative size parameter being passed to memcpy().
Title ACPICA: Fix integer overflow in acpi_ex_opcode_3A_1T_1R() (mid_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-24T16:04:07.520Z

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

Link: CVE-2026-97451

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-97451

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-680

    Integer Overflow to Buffer Overflow