In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs In… (CVE-2026-64186)
A high-severity vulnerability (CVE-2026-64186) in the Linux kernel's AMD IOMMU debugfs interface allowed out-of-bounds memory access due to improper handling of signed integer conversion. The flaw involved variables declared as int but populated from user input parsed as unsigned, which could lead to negative values and potential memory corruption. The issue was addressed by changing the input parsing function to handle signed integers and adding explicit checks to prevent negative values.
AI Analysis
Technical Summary
The Linux kernel's AMD IOMMU debugfs implementation had a latent out-of-bounds access vulnerability caused by the use of kstrtou32_from_user() to parse user input into int variables dbg_mmio_offset and dbg_cap_offset. Because kstrtou32_from_user() parses unsigned 32-bit integers, large user inputs could wrap into negative signed integers, potentially leading to out-of-bounds memory access. Prior protections included input length limits and range checks, but these were insufficient to prevent all invalid inputs. The fix replaced kstrtou32_from_user() with kstrtos32_from_user() to correctly parse signed integers and added explicit checks for negative values in iommu_mmio_write() and iommu_capability_write(), mitigating the risk of out-of-bounds access.
Potential Impact
This vulnerability could allow a local attacker with low privileges to cause out-of-bounds memory access in the AMD IOMMU debugfs interface, potentially leading to denial of service (kernel crash) or other impacts related to memory corruption. The CVSS score of 7.1 reflects high severity with high confidentiality impact and high availability impact, but no integrity impact. There are no known exploits in the wild at this time.
Mitigation Recommendations
A patch has been applied to the Linux kernel that replaces the unsigned integer parsing function with a signed integer parser and adds explicit checks to prevent negative values, effectively mitigating the vulnerability. Users should update to the fixed kernel version once available. Since this is a kernel-level vulnerability, applying the official kernel update from the vendor or distribution is the recommended remediation. Patch status is not explicitly stated in the input data; check the vendor advisory for current remediation guidance.
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs In… (CVE-2026-64186)
Description
A high-severity vulnerability (CVE-2026-64186) in the Linux kernel's AMD IOMMU debugfs interface allowed out-of-bounds memory access due to improper handling of signed integer conversion. The flaw involved variables declared as int but populated from user input parsed as unsigned, which could lead to negative values and potential memory corruption. The issue was addressed by changing the input parsing function to handle signed integers and adding explicit checks to prevent negative values.
CVSS v3.1
Score 7.1high
Weaknesses
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Linux kernel's AMD IOMMU debugfs implementation had a latent out-of-bounds access vulnerability caused by the use of kstrtou32_from_user() to parse user input into int variables dbg_mmio_offset and dbg_cap_offset. Because kstrtou32_from_user() parses unsigned 32-bit integers, large user inputs could wrap into negative signed integers, potentially leading to out-of-bounds memory access. Prior protections included input length limits and range checks, but these were insufficient to prevent all invalid inputs. The fix replaced kstrtou32_from_user() with kstrtos32_from_user() to correctly parse signed integers and added explicit checks for negative values in iommu_mmio_write() and iommu_capability_write(), mitigating the risk of out-of-bounds access.
Potential Impact
This vulnerability could allow a local attacker with low privileges to cause out-of-bounds memory access in the AMD IOMMU debugfs interface, potentially leading to denial of service (kernel crash) or other impacts related to memory corruption. The CVSS score of 7.1 reflects high severity with high confidentiality impact and high availability impact, but no integrity impact. There are no known exploits in the wild at this time.
Mitigation Recommendations
A patch has been applied to the Linux kernel that replaces the unsigned integer parsing function with a signed integer parser and adds explicit checks to prevent negative values, effectively mitigating the vulnerability. Users should update to the fixed kernel version once available. Since this is a kernel-level vulnerability, applying the official kernel update from the vendor or distribution is the recommended remediation. Patch status is not explicitly stated in the input data; check the vendor advisory for current remediation guidance.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-398p-2vfw-ch77
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-64186"]
- Ecosystems
- []
- Database Specific Severity
- null
- Cvss Version
- null
Threat ID: 6a5d27a82a4a8d598912a891
Added to database: 07/19/2026, 19:38:16 UTC
Last enriched: 08/12/2026, 19:37:10 UTC
Last updated: 09/02/2026, 22:52:13 UTC
Views: 61
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.