PT-2025-41375 · Linux+4 · Linux Kernel+4
Published
2025-01-01
·
Updated
2026-05-07
·
CVE-2025-39961
CVSS v3.1
4.7
Medium
| Vector | AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The AMD IOMMU host page table implementation has a potential race condition during page table level increases. Specifically, in the unmap path (
iommu v1 unmap pages()), the fetch pte() function reads page table level information (pgtable->[root/mode]) without a lock. This can occur when increase address space() is updating pgtable->[root/mode], potentially leading fetch pte() to read an incorrect page table level. This can cause iommu unmap operations to fail, potentially resulting in retries or warnings. The issue arises from infrequent page table level updates and a lack of synchronization on the read path. A seqcount has been implemented to enable lock-free read operations.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Race Condition
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Amd Iommu
Debian
Linuxmint
Linux Kernel
Ubuntu