Lucene search
+L

2212 matches found

OSV
OSV
added 2024/05/17 2:15 p.m.3 views

DEBIAN-CVE-2024-35827

In the Linux kernel, the following vulnerability has been resolved: iouring/net: fix overflow check in iorecvmsgmshotprep The "controllen" variable is type sizet unsigned long. Casting it to int could lead to an integer underflow. The checkaddoverflow function considers the type of the destinatio...

5.5CVSS5.6AI score0.00217EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.25 views

CVE-2024-35827

In the Linux kernel, the following vulnerability has been resolved: iouring/net: fix overflow check in iorecvmsgmshotprep The "controllen" variable is type sizet unsigned long. Casting it to int could lead to an integer underflow. The checkaddoverflow function considers the type of the destinatio...

7.8CVSS6.4AI score0.00217EPSS
SaveExploits0References12
OSV
OSV
added 2024/05/17 2:15 p.m.10 views

UBUNTU-CVE-2024-35827

In the Linux kernel, the following vulnerability has been resolved: iouring/net: fix overflow check in iorecvmsgmshotprep The "controllen" variable is type sizet unsigned long. Casting it to int could lead to an integer underflow. The checkaddoverflow function considers the type of the destinatio...

7.8CVSS6.4AI score0.00217EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.17 views

CVE-2024-35831

In the Linux kernel, the following vulnerability has been resolved: iouring: Fix release of pinned pages when iouaddrmap fails Looking at the error path of iouaddrmap, if we fail after pinning the pages for any reasons, ret will be set to -EINVAL and the error handler won't properly release the...

5.5CVSS6.2AI score0.00207EPSS
SaveExploits0References11
OSV
OSV
added 2024/05/17 2:15 p.m.9 views

UBUNTU-CVE-2024-35831

In the Linux kernel, the following vulnerability has been resolved: iouring: Fix release of pinned pages when iouaddrmap fails Looking at the error path of iouaddrmap, if we fail after pinning the pages for any reasons, ret will be set to -EINVAL and the error handler won't properly release the...

5.5CVSS6.1AI score0.00207EPSS
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/05/17 1:41 p.m.27 views

CVE-2024-35831 io_uring: Fix release of pinned pages when __io_uaddr_map fails

In the Linux kernel, the following vulnerability has been resolved: iouring: Fix release of pinned pages when iouaddrmap fails Looking at the error path of iouaddrmap, if we fail after pinning the pages for any reasons, ret will be set to -EINVAL and the error handler won't properly release the...

6.7AI score0.00207EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/17 1:41 p.m.44 views

CVE-2024-35831 io_uring: Fix release of pinned pages when __io_uaddr_map fails

In the Linux kernel, the following vulnerability has been resolved: iouring: Fix release of pinned pages when iouaddrmap fails Looking at the error path of iouaddrmap, if we fail after pinning the pages for any reasons, ret will be set to -EINVAL and the error handler won't properly release the...

7.4AI score0.00207EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/17 1:41 p.m.163 views

CVE-2024-35831

CVE-2024-35831 (Linux kernel io_uring issue) : The vulnerability arises in the error path of __io_uaddr_map where, after pinning pages, the error handler may not release the pinned pages if the function fails. This can occur under memory fragmentation and results in improper cleanup. The base CVS...

5.5CVSS6.6AI score0.00207EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/05/17 1:41 p.m.56 views

CVE-2024-35831

In the Linux kernel, the following vulnerability has been resolved: iouring: Fix release of pinned pages when iouaddrmap fails Looking at the error path of iouaddrmap, if we fail after pinning the pages for any reasons, ret will be set to -EINVAL and the error handler won't properly release the...

5.5CVSS7.2AI score0.00207EPSS
SaveExploits0
OSV
OSV
added 2024/05/17 1:41 p.m.25 views

CVE-2024-35831 io_uring: Fix release of pinned pages when __io_uaddr_map fails

In the Linux kernel, the following vulnerability has been resolved: iouring: Fix release of pinned pages when iouaddrmap fails Looking at the error path of iouaddrmap, if we fail after pinning the pages for any reasons, ret will be set to -EINVAL and the error handler won't properly release the...

6.1AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/05/17 1:41 p.m.16 views

CVE-2024-35827 io_uring/net: fix overflow check in io_recvmsg_mshot_prep()

In the Linux kernel, the following vulnerability has been resolved: iouring/net: fix overflow check in iorecvmsgmshotprep The "controllen" variable is type sizet unsigned long. Casting it to int could lead to an integer underflow. The checkaddoverflow function considers the type of the destinatio...

7.8CVSS6.9AI score0.00217EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/17 1:41 p.m.36 views

CVE-2024-35827 io_uring/net: fix overflow check in io_recvmsg_mshot_prep()

In the Linux kernel, the following vulnerability has been resolved: iouring/net: fix overflow check in iorecvmsgmshotprep The "controllen" variable is type sizet unsigned long. Casting it to int could lead to an integer underflow. The checkaddoverflow function considers the type of the destinatio...

7.8CVSS7.5AI score0.00217EPSS
SaveExploits0References5
CVE
CVE
added 2024/05/17 1:41 p.m.160 views

CVE-2024-35827

CVE-2024-35827 – Linux kernel io_uring/net overflow fix : The vulnerability arises in io_recvmsg_mshot_prep() where a size_t controllen (unsigned long) is cast to int for overflow checking, allowing an overflow misinterpretation if the value becomes negative. The check_add_overflow() logic depend...

7.8CVSS6.9AI score0.00217EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/05/17 1:41 p.m.25 views

CVE-2024-35827

In the Linux kernel, the following vulnerability has been resolved: iouring/net: fix overflow check in iorecvmsgmshotprep The "controllen" variable is type sizet unsigned long. Casting it to int could lead to an integer underflow. The checkaddoverflow function considers the type of the destinatio...

7.8CVSS7.4AI score0.00217EPSS
SaveExploits0
OSV
OSV
added 2024/05/17 1:41 p.m.20 views

CVE-2024-35827 io_uring/net: fix overflow check in io_recvmsg_mshot_prep()

In the Linux kernel, the following vulnerability has been resolved: iouring/net: fix overflow check in iorecvmsgmshotprep The "controllen" variable is type sizet unsigned long. Casting it to int could lead to an integer underflow. The checkaddoverflow function considers the type of the destinatio...

7.8CVSS6.2AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/17 1:23 p.m.49 views

CVE-2024-35820

Removed by vendor...

5.7AI score
SaveExploits0
CVE
CVE
added 2024/05/17 1:23 p.m.69 views

CVE-2024-35820

Summary: Multiple sources indicate CVE-2024-35820 has been withdrawn by its CVE Numbering Authority. In the connected Red Hat advisory, the issue is described in the Linux kernel io_uring subsystem: a vulnerability in the io_queue_proc function arises from improper modification of req->flags, ...

6.8AI score
SaveExploits0
CNNVD
CNNVD
added 2024/05/17 12:0 a.m.12 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel, which stems from an unexpected release issue with iouring...

5.5CVSS6.4AI score0.00207EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2024/05/17 12:0 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel that stems from a problem with the overflow checking of iouring/net...

5.5CVSS6.7AI score0.00217EPSS
SaveExploits0References8
BDU FSTEC
BDU FSTEC
added 2024/05/16 12:0 a.m.10 views

The vulnerability of the io_uring subsystem in the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of protected information, or to enhance their privileges.

The vulnerability of the iouring subsystem in the Linux operating system is related to the reutilization of previously released memory. Exploiting this vulnerability can allow an attacker to compromise the confidentiality, integrity, and accessibility of protected information, or enhance their...

6.8CVSS5.7AI score0.00587EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder