Lucene search
+L

116 matches found

Kitploit
Kitploit
•added 2026/09/25 3:57 a.m.•15 views

CVE-2023-5178

CVE-2023-5178 The exploit for CVE-2023-5178: NVMe-oF-TCP vulnerability, which is a logic error in NVMe-oF-TCP driver during the handle of corrupted Initialize Connection Request. It leads to racy double-free in kmalloc-96 , which can be exploited to gain LPEsee demo below. The exploit targets...

8.8CVSS6.9AI score0.09141EPSS
SaveExploits2References2
OSV
OSV
•added 2026/09/16 11:17 a.m.•9 views

DEBIAN-CVE-2026-89971

In the Linux kernel, the following vulnerability has been resolved: nvme: skip the zoned limits update if the zone info query failed nvmequeryzoneinfo returns either a negative errno or a positive NVMe status code, but nvmeupdatensinfoblock only tests for the negative case: ret =...

7.5CVSS5.9AI score0.00609EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
•added 2026/09/08 11:26 a.m.•11 views

kernel: nvmet-auth: validate reply message payload bounds against transfer length

A flaw was found in the Linux kernel's nvmet-auth component. A remote attacker, by sending a specially crafted NVMe-oF NVMe over Fabrics authentication reply message, can cause an out-of-bounds read in the kernel's memory. This vulnerability, exploitable pre-authentication, can lead to the...

9.1CVSS5.7AI score0.00524EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/08 9:06 a.m.•10 views

kernel: nvmet-auth: validate reply message payload bounds against transfer length

A flaw was found in the Linux kernel's nvmet-auth component. A remote attacker, by sending a specially crafted NVMe-oF NVMe over Fabrics authentication reply message, can cause an out-of-bounds read in the kernel's memory. This vulnerability, exploitable pre-authentication, can lead to the...

9.1CVSS5.7AI score0.00524EPSS
SaveExploits0References5
NVD
NVD
•added 2026/09/04 4:18 p.m.•8 views

CVE-2026-80791

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: zero the AUTHRECEIVE response buffer nvmetexecuteauthreceive allocates the response buffer with kmalloc sized by the host-supplied AUTHRECEIVE allocation length, but the DH-HMAC-CHAP builders write only a fixed-size...

0.00257EPSS
SaveExploits0References7
EUVD
EUVD
•added 2026/09/04 3:13 p.m.•8 views

EUVD-2026-71434

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: zero the AUTHRECEIVE response buffer nvmetexecuteauthreceive allocates the response buffer with kmalloc sized by the host-supplied AUTHRECEIVE allocation length, but the DH-HMAC-CHAP builders write only a fixed-size...

5.5AI score0.00257EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
•added 2026/09/04 2:32 a.m.•9 views

kernel: nvmet-auth: reject short AUTH_RECEIVE buffers

A flaw was found in the nvmet-auth component of the Linux kernel. A remote attacker, by sending a specially crafted AUTHRECEIVE buffer to an NVMe-oF NVM Express over Fabrics target with in-band authentication enabled, can trigger a heap out-of-bounds write. This vulnerability arises because the...

9.8CVSS5.7AI score0.00791EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/01 8:34 a.m.•8 views

kernel: nvmet-auth: reject short AUTH_RECEIVE buffers

A flaw was found in the nvmet-auth component of the Linux kernel. A remote attacker, by sending a specially crafted AUTHRECEIVE buffer to an NVMe-oF NVM Express over Fabrics target with in-band authentication enabled, can trigger a heap out-of-bounds write. This vulnerability arises because the...

9.8CVSS6AI score0.00791EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/27 6:01 a.m.•12 views

RLSA-2026:59821 Important: kernel security, bug fix, and enhancement update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: sctp: purge outqueue on stale COOKIE-ECHO handling CVE-2026-52924 kernel: scsi: target: iscsi: Validate CHAPR length before base64 decode CVE-2026-63886 kernel: netfilter: conntrack: tcp:...

7CVSS4.8AI score0.00971EPSS
SaveExploits0References10
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•3 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: Rejects short AUTHRECEIVE buffers. The nvmetexecuteauthreceive function relies on the AUTHRECEIVE allocation length. It only checks whether the length is non-zero and matches the transfer length. In the SUCCESS1 and...

9.8CVSS6.2AI score0.00791EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
•added 2026/08/18 4:54 p.m.•11 views

SUSE CVE-2026-72130

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: reject short AUTHRECEIVE buffers nvmetexecuteauthreceive trusts the AUTHRECEIVE allocation length after checking only that it is nonzero and matches the transfer length. In the SUCCESS1 and FAILURE1/default states, th...

9.8CVSS6AI score0.00791EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
•added 2026/08/17 11:14 p.m.•12 views

CVE-2026-72130

A flaw was found in the nvmet-auth component of the Linux kernel. A remote attacker, by sending a specially crafted AUTHRECEIVE buffer to an NVMe-oF NVM Express over Fabrics target with in-band authentication enabled, can trigger a heap out-of-bounds write. This vulnerability arises because the...

9.8CVSS5.8AI score0.00791EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2026/08/17 11:09 p.m.•14 views

CVE-2026-72128

A flaw was found in the nvmet NVMe over Fabrics target component of the Linux kernel. This vulnerability occurs in the nvmetsqcreate function, where a reference to a controller object is not properly released if a specific check fails. An attacker could potentially exploit this reference count le...

5.5CVSS5.5AI score0.00206EPSS
SaveExploits0References4
NVD
NVD
•added 2026/08/15 6:21 a.m.•10 views

CVE-2026-72130

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: reject short AUTHRECEIVE buffers nvmetexecuteauthreceive trusts the AUTHRECEIVE allocation length after checking only that it is nonzero and matches the transfer length. In the SUCCESS1 and FAILURE1/default states, th...

9.8CVSS0.00791EPSS
SaveExploits0References4
NVD
NVD
•added 2026/08/15 6:21 a.m.•13 views

CVE-2026-72129

In the Linux kernel, the following vulnerability has been resolved: nvmet-rdma: handle inline data with a nonzero offset nvmetrdmauseinlinesg maps the host-controlled inline data offset into the per-command inline scatterlist. The bounds check admits any offset with off + len offset = off;...

9.8CVSS0.00755EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•20 views

CVE-2026-72130

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: reject short AUTHRECEIVE buffers nvmetexecuteauthreceive trusts the AUTHRECEIVE allocation length after checking only that it is nonzero and matches the transfer length. In the SUCCESS1 and FAILURE1/default states, th...

9.8CVSS6AI score0.00791EPSS
SaveExploits0References7
OSV
OSV
•added 2026/08/15 6:21 a.m.•14 views

UBUNTU-CVE-2026-72130

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: reject short AUTHRECEIVE buffers nvmetexecuteauthreceive trusts the AUTHRECEIVE allocation length after checking only that it is nonzero and matches the transfer length. In the SUCCESS1 and FAILURE1/default states, th...

9.8CVSS5.8AI score0.00791EPSS
SaveExploits0References9
OSV
OSV
•added 2026/08/15 5:53 a.m.•40 views

CVE-2026-72130 nvmet-auth: reject short AUTH_RECEIVE buffers

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: reject short AUTHRECEIVE buffers nvmetexecuteauthreceive trusts the AUTHRECEIVE allocation length after checking only that it is nonzero and matches the transfer length. In the SUCCESS1 and FAILURE1/default states, th...

9.8CVSS6AI score
SaveExploits0References7
Cvelist
Cvelist
•added 2026/08/15 5:53 a.m.•30 views

CVE-2026-72130 nvmet-auth: reject short AUTH_RECEIVE buffers

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: reject short AUTHRECEIVE buffers nvmetexecuteauthreceive trusts the AUTHRECEIVE allocation length after checking only that it is nonzero and matches the transfer length. In the SUCCESS1 and FAILURE1/default states, th...

9.8CVSS0.00791EPSS
SaveExploits0References4
CVE
CVE
•added 2026/08/15 5:53 a.m.•74 views

CVE-2026-72130

CVE-2026-72130 : In the Linux kernel, the nvmet-auth path is affected. A flaw in nvmet_execute_auth_receive() trusts the host-supplied AUTH_RECEIVE allocation length, allowing a remote NVMe-oF initiator to trigger a 16-byte heap out-of-bounds write by using a one-byte AUTH_RECEIVE allocation leng...

9.8CVSS5.8AI score0.00791EPSS
SaveExploits0References4
Rows per page
Query Builder