๐Ÿ” CVE Alert

CVE-2025-21724

UNKNOWN 0.0

iommufd/iova_bitmap: Fix shift-out-of-bounds in iova_bitmap_offset_to_index()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: iommufd/iova_bitmap: Fix shift-out-of-bounds in iova_bitmap_offset_to_index() Resolve a UBSAN shift-out-of-bounds issue in iova_bitmap_offset_to_index() where shifting the constant "1" (of type int) by bitmap->mapped.pgshift (an unsigned long value) could result in undefined behavior. The constant "1" defaults to a 32-bit "int", and when "pgshift" exceeds 31 (e.g., pgshift = 63) the shift operation overflows, as the result cannot be represented in a 32-bit type. To resolve this, the constant is updated to "1UL", promoting it to an unsigned long type to match the operand's type.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Feb 27, 2025
Last Updated May 12, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
58ccf0190d19d9a8a41f8a02b9e06742b58df4a1 < 44d9c94b7a3f29a3e07c4753603a35e9b28842a3 58ccf0190d19d9a8a41f8a02b9e06742b58df4a1 < 38ac76fc06bc6826a3e4b12a98efbe98432380a9 58ccf0190d19d9a8a41f8a02b9e06742b58df4a1 < d5d33f01b86af44b23eea61ee309e4ef22c0cdfe 58ccf0190d19d9a8a41f8a02b9e06742b58df4a1 < b1f8453b8ff1ab79a03820ef608256c499769cb6 58ccf0190d19d9a8a41f8a02b9e06742b58df4a1 < e24c1551059268b37f6f40639883eafb281b8b9c
Linux / Linux
6.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/44d9c94b7a3f29a3e07c4753603a35e9b28842a3 git.kernel.org: https://git.kernel.org/stable/c/38ac76fc06bc6826a3e4b12a98efbe98432380a9 git.kernel.org: https://git.kernel.org/stable/c/d5d33f01b86af44b23eea61ee309e4ef22c0cdfe git.kernel.org: https://git.kernel.org/stable/c/b1f8453b8ff1ab79a03820ef608256c499769cb6 git.kernel.org: https://git.kernel.org/stable/c/e24c1551059268b37f6f40639883eafb281b8b9c lists.debian.org: https://lists.debian.org/debian-lts-announce/2025/03/msg00028.html cert-portal.siemens.com: https://cert-portal.siemens.com/productcert/html/ssa-082556.html