In the Linux kernel, the following vulnerability has been resolved:
iouring/memmap: cast nrpages to size_t before shifting
If the allocated size exceeds UINTMAX, then it's necessary to cast the mr->nrpages value to sizet to prevent it from overflowing. In practice this isn't much of a concern as the required memory size will have been validated upfront, and accounted to the user. And > 4GB sizes will be necessary to make the lack of a cast a problem, which greatly exceeds normal user lockedvm settings that are generally in the kb to mb range. However, if root is used, then accounting isn't done, and then it's possible to hit this issue.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/39xxx/CVE-2025-39793.json",
"cna_assigner": "Linux"
}