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

iommu/amd: Bound the early ACPI HID map

The ivrs_acpihid command-line parser appends entries to a fixed
four-element early_acpihid_map array. Unlike the sibling IOAPIC and HPET
parsers, it does not reject a fifth entry before incrementing the map size.

Check the capacity at the common found label before parsing the HID and
UID or writing the entry.
Published: 2026-08-10
Score: 4.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in the Linux kernel’s iommu/amd early ACPI HID parser. The parser stores HID and UID values in a statically allocated four‑slot array but does not enforce this limit when a fifth entry is encountered. An attacker able to provide a malformed ACPI HID table can cause the kernel to write past the end of the array, corrupting adjacent kernel memory. This is a classic buffer overflow (CWE‑787) that could lead to privilege escalation or arbitrary code execution if the attacker can trigger the overflow.

Affected Systems

All Linux kernels that compile the iommu/amd early ACPI HID parser are affected. The advisory does not list specific kernel versions, so any distribution that includes the vulnerable parser should be considered at risk. The patch that bounds the early ACPI HID map is present in the commits cited in the advisory.

Risk and Exploitability

The CVSS base score is 4.4, indicating low severity. The EPSS score of <1% means that exploitable attacks are unlikely to be seen in the wild at present. The vulnerability is not in the CISA KEV catalog. An attacker would need to supply a malicious ACPI HID table, which typically requires modification of firmware or boot media—an action usually limited to local or privileged attackers. If such an attacker succeeds, memory corruption could allow elevation of privileges or execution of arbitrary code. The overall risk remains low to moderate given the constrained attack surface and low exploitation probability.

Generated by OpenCVE AI on August 13, 2026 at 06:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the patch that bounds the early ACPI HID map (see the Git commits referenced in the advisory).
  • If a kernel upgrade cannot be performed immediately, disable ACPI or remove any custom ACPI tables from the firmware to prevent parsing of user‑supplied entries.
  • Ensure firmware integrity by using signed firmware and boot media to prevent unauthorized ACPI tables from being loaded.

Generated by OpenCVE AI on August 13, 2026 at 06:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Thu, 13 Aug 2026 05:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE‑119
CWE‑120

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787
References
Metrics threat_severity

None

cvssV3_1

{'score': 4.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Mon, 10 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE‑119
CWE‑120

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Bound the early ACPI HID map The ivrs_acpihid command-line parser appends entries to a fixed four-element early_acpihid_map array. Unlike the sibling IOAPIC and HPET parsers, it does not reject a fifth entry before incrementing the map size. Check the capacity at the common found label before parsing the HID and UID or writing the entry.
Title iommu/amd: Bound the early ACPI HID map
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-08-19T16:33:18.080Z

Reserved: 2026-07-30T09:28:09.382Z

Link: CVE-2026-68325

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:22.667

Modified: 2026-08-19T17:20:42.697

Link: CVE-2026-68325

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T12:03:01Z

Links: CVE-2026-68325 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T06:45:04Z

Weaknesses