CVE Catalog

CVE-2026-68325

Low risk· EPSS 7%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.18%

7th percentile - higher than 7% of all known CVEs

Summary

In the Linux kernel, the iommu/amd driver's ivrs_acpihid command-line parser does not check the capacity of the early_acpihid_map array before appending an entry, which can lead to an out-of-bounds write when more than four entries are provided.

Risk Assessment

This could lead to kernel memory corruption, potentially causing system crashes or unpredictable behavior.

Recommendation

Apply the patch that checks the array capacity before writing the entry to prevent buffer overflow.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS