Lucene search
+L

2196 matches found

OSV
OSV
added 2025/09/12 4:15 p.m.5 views

DEBIAN-CVE-2025-39793

In the Linux kernel, the following vulnerability has been resolved: iouring/memmap: cast nrpages to sizet 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 th...

7.8CVSS6.2AI score0.00141EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/12 4:15 p.m.8 views

CVE-2025-39793

In the Linux kernel, the following vulnerability has been resolved: iouring/memmap: cast nrpages to sizet 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 th...

7.8CVSS0.00141EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/12 4:15 p.m.7 views

UBUNTU-CVE-2025-39793

In the Linux kernel, the following vulnerability has been resolved: iouring/memmap: cast nrpages to sizet 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 th...

7.8CVSS5.7AI score0.00141EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/12 3:59 p.m.25 views

CVE-2025-39793 io_uring/memmap: cast nr_pages to size_t before shifting

In the Linux kernel, the following vulnerability has been resolved: iouring/memmap: cast nrpages to sizet 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 th...

7.8CVSS0.00141EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/12 3:59 p.m.29 views

CVE-2025-39793

Summary (CVE-2025-39793): In the Linux kernel io_uring/memmap path, the vulnerability arises when allocating memory where nr_pages may overflow during a shift if the size exceeds UINT_MAX. The root cause is failure to cast mr->nr_pages to size_t before shifting, which could allow overflow and ...

7.8CVSS6.1AI score0.00141EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/09/12 3:59 p.m.7 views

CVE-2025-39793 io_uring/memmap: cast nr_pages to size_t before shifting

In the Linux kernel, the following vulnerability has been resolved: iouring/memmap: cast nrpages to sizet 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 th...

7.8CVSS6.2AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/09/12 12:0 a.m.4 views

PT-2025-37327

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains an issue in the io uring/memmap component where the nr pages value is not cast to size t before shifting, potentially leading to an overflow if the allocated...

6.4AI score0.00141EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2025/09/06 8:5 a.m.4 views

io_uring/net: commit partial buffers on retry

...

7.8CVSS7AI score0.00161EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/09/06 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2025-38730

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iouring/net: commit partial buffers on retry Ring provided buffers are potentially only valid within the single execution context in which they were acquired...

7.8CVSS6.6AI score0.00161EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/06 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-39698

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iouring/futex: ensure iofutexwait cleans up properly on failure The iofutexdata is allocated upfront and assigned to the iokiocb asyncdata field, but the reques...

8.8CVSS6.8AI score0.00192EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/09/05 11:23 p.m.2 views

SUSE CVE-2025-39698

In the Linux kernel, the following vulnerability has been resolved: iouring/futex: ensure iofutexwait cleans up properly on failure The iofutexdata is allocated upfront and assigned to the iokiocb asyncdata field, but the request isn't marked with REQFASYNCDATA at that point. Those two should...

7.8CVSS6.5AI score0.00192EPSS
SaveExploits0References14
NVD
NVD
added 2025/09/05 6:15 p.m.3 views

CVE-2025-39698

In the Linux kernel, the following vulnerability has been resolved: iouring/futex: ensure iofutexwait cleans up properly on failure The iofutexdata is allocated upfront and assigned to the iokiocb asyncdata field, but the request isn't marked with REQFASYNCDATA at that point. Those two should...

8.8CVSS0.00192EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/05 6:15 p.m.2 views

DEBIAN-CVE-2025-39698

In the Linux kernel, the following vulnerability has been resolved: iouring/futex: ensure iofutexwait cleans up properly on failure The iofutexdata is allocated upfront and assigned to the iokiocb asyncdata field, but the request isn't marked with REQFASYNCDATA at that point. Those two should...

5.5CVSS5.8AI score0.00192EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/05 6:15 p.m.6 views

UBUNTU-CVE-2025-39698

In the Linux kernel, the following vulnerability has been resolved: iouring/futex: ensure iofutexwait cleans up properly on failure The iofutexdata is allocated upfront and assigned to the iokiocb asyncdata field, but the request isn't marked with REQFASYNCDATA at that point. Those two should...

8.8CVSS6.2AI score0.00192EPSS
SaveExploits0References15
Cvelist
Cvelist
added 2025/09/05 5:21 p.m.18 views

CVE-2025-39698 io_uring/futex: ensure io_futex_wait() cleans up properly on failure

In the Linux kernel, the following vulnerability has been resolved: iouring/futex: ensure iofutexwait cleans up properly on failure The iofutexdata is allocated upfront and assigned to the iokiocb asyncdata field, but the request isn't marked with REQFASYNCDATA at that point. Those two should...

7.8CVSS0.00192EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/09/05 5:21 p.m.3 views

CVE-2025-39698 io_uring/futex: ensure io_futex_wait() cleans up properly on failure

In the Linux kernel, the following vulnerability has been resolved: iouring/futex: ensure iofutexwait cleans up properly on failure The iofutexdata is allocated upfront and assigned to the iokiocb asyncdata field, but the request isn't marked with REQFASYNCDATA at that point. Those two should...

7.8CVSS6.1AI score0.00192EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/05 5:21 p.m.5 views

CVE-2025-39698 io_uring/futex: ensure io_futex_wait() cleans up properly on failure

In the Linux kernel, the following vulnerability has been resolved: iouring/futex: ensure iofutexwait cleans up properly on failure The iofutexdata is allocated upfront and assigned to the iokiocb asyncdata field, but the request isn't marked with REQFASYNCDATA at that point. Those two should...

7.8CVSS6.1AI score
SaveExploits0References7
CVE
CVE
added 2025/09/05 5:21 p.m.50 views

CVE-2025-39698

CVE-2025-39698 concerns the Linux kernel io_uring/futex cleanup: io_futex_data is allocated upfront and wired into io_kiocb.async_data, but the request flag REQ_F_ASYNC_DATA may not be set at that time. On failure, the futex handler frees the data but may not clear async_data, so the data and fla...

8.8CVSS5.9AI score0.00192EPSS
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2025/09/04 11:23 p.m.11 views

SUSE CVE-2025-38730

In the Linux kernel, the following vulnerability has been resolved: iouring/net: commit partial buffers on retry Ring provided buffers are potentially only valid within the single execution context in which they were acquired. iouring deals with this and invalidates them on retry. But on the...

5.5CVSS6.2AI score0.00161EPSS
SaveExploits0References25
OSV
OSV
added 2025/09/04 4:15 p.m.9 views

AZL-66830 CVE-2025-38730 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: iouring/net: commit partial buffers on retry Ring provided buffers are potentially only valid within the single execution context in which they were acquired. iouring deals with this and invalidates them on retry. But on the...

7.8CVSS5.5AI score0.00161EPSS
SaveExploits0References1
Rows per page
Query Builder