VYPR
High severity8.8NVD Advisory· Published Sep 4, 2025· Updated Jul 30, 2026

CVE-2025-38688

CVE-2025-38688

Description

In the Linux kernel, the following vulnerability has been resolved:

iommufd: Prevent ALIGN() overflow

When allocating IOVA the candidate range gets aligned to the target alignment. If the range is close to ULONG_MAX then the ALIGN() can wrap resulting in a corrupted iova.

Open code the ALIGN() using get_add_overflow() to prevent this. This simplifies the checks as we don't need to check for length earlier either.

Consolidate the two copies of this code under a single helper.

This bug would allow userspace to create a mapping that overlaps with some other mapping or a reserved range.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

4
  • Linux/Kernel3 versions
    cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*+ 2 more
    • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*range: >=6.2,<6.6.103
    • (no CPE)
    • (no CPE)range: 6.2
  • osv-coords
    Range: >= 6.2.0, < 6.6.103

Patches

Vulnerability mechanics

References

5

News mentions

0

No linked articles in our index yet.