CVE-2025-37927
Last modified
CVE-2025-37927 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihid There is a string parsing logic error which can lead to an overflow of hid or uid buffers. Comparing ACPIID_LEN against a total string length doesn't take into account the lengths of individual hid and uid buffers so the check is insufficient in some cases. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihid There is a string parsing logic error which can lead to an overflow of hid or uid buffers. Comparing ACPIID_LEN against a total string length doesn't take into account the lengths of individual hid and uid buffers so the check is insufficient in some cases. For example if the length of hid string is 4 and the length of the uid string is 260, the length of str will be equal to ACPIID_LEN + 1 but uid string will overflow uid buffer which size is 256. The same applies to the hid string with length 13 and uid string with length 250. Check the length of hid and uid strings separately to prevent buffer overflow. Found by Linux Verification Center (linuxtesting.org) with SVACE.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.7, < 5.4.294 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.238 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.182 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.138 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.90 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.28 | — |
| Linux | Linux Kernel | >= 6.13, < 6.14.6 | — |
| Linux | Linux Kernel | 6.15 | Rc1 |
| Debian | Debian Linux | 11.0 | — |
References
- https://lists.debian.org/debian-lts-announce/2025/08/msg00010.htmlMailing List, Third Party Advisory
- https://lists.debian.org/debian-lts-announce/2025/10/msg00007.htmlMailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-37927?
How severe is CVE-2025-37927?
How do I fix CVE-2025-37927?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-37921In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-37922In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37923In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-37924In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-37925In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37926In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-37928In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-37929In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3793The Buddypress Force Password Change plugin for WordPress is…4.2
- CVE-2025-37930In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37931In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37932In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-37927?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
