CVE Database
/

CVE-2025-37927

Back to search

CVE-2025-37927

Published: May 20, 2025

Modified: May 11, 2026

PUBLISHED

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.

VendorProductVersions

Linux

Linux

affected
ca3bf5d47cec8b7614bcb2e9132c40081d6d81db - < 2b65060c84ee4d8dc64fae6d2728b528e9e832e1
affected
ca3bf5d47cec8b7614bcb2e9132c40081d6d81db - < a65ebfed65fa62797ec1f5f1dcf7adb157a2de1e
affected
ca3bf5d47cec8b7614bcb2e9132c40081d6d81db - < 466d9da267079a8d3b69fa72dfa3a732e1f6dbb5
affected
ca3bf5d47cec8b7614bcb2e9132c40081d6d81db - < c3f37faa71f5d26dd2144b3f2b14525ec8f5e41f
affected
ca3bf5d47cec8b7614bcb2e9132c40081d6d81db - < 13d67528e1ae4486e9ab24b70122fab104c73c29

+3 more versions

Linux

Linux

affected
4.7
unaffected
0 - < 4.7
unaffected
5.4.294 - <= 5.4.*
unaffected
5.10.238 - <= 5.10.*
unaffected
5.15.182 - <= 5.15.*

+5 more versions

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now