{ "schema_version": "1.4.0", "id": "GHSA-4fjc-772g-jpj6", "modified": "2025-09-05T18:31:15Z", "published": "2025-09-05T18:31:15Z", "aliases": [ "CVE-2025-38688" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\niommufd: Prevent ALIGN() overflow\n\nWhen allocating IOVA the candidate range gets aligned to the target\nalignment. If the range is close to ULONG_MAX then the ALIGN() can\nwrap resulting in a corrupted iova.\n\nOpen code the ALIGN() using get_add_overflow() to prevent this.\nThis simplifies the checks as we don't need to check for length earlier\neither.\n\nConsolidate the two copies of this code under a single helper.\n\nThis bug would allow userspace to create a mapping that overlaps with some\nother mapping or a reserved range.", "severity": [], "affected": [], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38688" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/79fad1917802c28de51a479318a056a6fbe3e2f2" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/b42497e3c0e74db061eafad41c0cd7243c46436b" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/d19b817540c0abe84854a64ee9ee34cecc3bbeef" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/e42a046bb41dcdde4f766a17d8211842007ed537" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/ebb6021560b94649bec6b8faba6fe0dca2218e81" } ], "database_specific": { "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-09-04T16:15:36Z" } }