Lucene search
+L

119080 matches found

CVE
CVE
added 2026/08/15 5:53 a.m.47 views

CVE-2026-72135

The CVE-2026-72135 entry documents a Linux kernel TPM character device security fix. The vulnerability arose because TPM character devices left FMODE_PREAD and FMODE_PWRITE enabled, allowing an unchecked offset during a sequential read path (pread/preadv with offset 0x1400) to form data_buffer + ...

7.8CVSS5.6AI score0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:53 a.m.22 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.23 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.00728EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:53 a.m.46 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.00728EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/15 5:53 a.m.9 views

EUVD-2026-58888

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...

5.8AI score0.00728EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 5:52 a.m.13 views

CVE-2026-72105 dm-log: fix a bitset_size overflow on 32bit machines

In the Linux kernel, the following vulnerability has been resolved: dm-log: fix a bitsetsize overflow on 32bit machines Commit c20e36b7631d "dm log: fix out-of-bounds write due to regioncount overflow" made sure that regioncount could fit in an unsigned int. But the bitmap memory isn't allocated...

7.8CVSS5.6AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/08/15 5:52 a.m.6 views

CVE-2026-72097

In the Linux kernel, the following vulnerability has been resolved: dm-verity: fix a possible NULL pointer dereference Fix a possible NULL pointer dereference dmverityloadpinisbdevtrusted if the device has no table...

5.2AI score0.00205EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:51 a.m.8 views

CVE-2026-72040

In the Linux kernel, the following vulnerability has been resolved: ipmi: fix refcount leak in iipmirequest When a caller provides a suppliedrecv message to iipmirequest, the function increments the user's nrmsgs reference count. If an error occurs later, the outerr cleanup path only frees the...

5.4AI score0.00206EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:51 a.m.33 views

CVE-2026-72019

CVE-2026-72019 affects the Linux kernel macsec path: macsec_encrypt() reads the Ethernet header via eth_hdr(skb) when skb->mac_header is unset on AF_PACKET SOCK_RAW + PACKET_QDISC_BYPASS, causing a 12-byte heap over-read and the frame’s outer MAC to be read on the wire. The issue occurs becaus...

7.3CVSS5.4AI score0.00168EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:51 a.m.11 views

EUVD-2026-58977

In the Linux kernel, the following vulnerability has been resolved: macsec: don't read an unset MAC header in macsecencrypt macsecencrypt reads the Ethernet header via ethhdrskb skb-head + skb-macheader to memmove the 12 source/destination MAC bytes forward and make room for the SecTAG. On the...

5.5AI score0.00168EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.21 views

CVE-2026-72019 macsec: don't read an unset MAC header in macsec_encrypt()

In the Linux kernel, the following vulnerability has been resolved: macsec: don't read an unset MAC header in macsecencrypt macsecencrypt reads the Ethernet header via ethhdrskb skb-head + skb-macheader to memmove the 12 source/destination MAC bytes forward and make room for the SecTAG. On the...

7.3CVSS0.00168EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:51 a.m.13 views

CVE-2026-72019 macsec: don't read an unset MAC header in macsec_encrypt()

In the Linux kernel, the following vulnerability has been resolved: macsec: don't read an unset MAC header in macsecencrypt macsecencrypt reads the Ethernet header via ethhdrskb skb-head + skb-macheader to memmove the 12 source/destination MAC bytes forward and make room for the SecTAG. On the...

7.3CVSS5.6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.24 views

CVE-2026-72003 wifi: brcmfmac: cyw: fix heap overflow on a short auth frame

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: cyw: fix heap overflow on a short auth frame brcmfnotifyauthframerx takes the frame length from the firmware event and copies the frame body with the management header offset subtracted: u32 mgmtframelen = e-datal...

8.8CVSS0.00339EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:51 a.m.9 views

EUVD-2026-59102

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: cyw: fix heap overflow on a short auth frame brcmfnotifyauthframerx takes the frame length from the firmware event and copies the frame body with the management header offset subtracted: u32 mgmtframelen = e-datal...

5.4AI score0.00339EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:51 a.m.33 views

CVE-2026-72003 wifi: brcmfmac: cyw: fix heap overflow on a short auth frame

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: cyw: fix heap overflow on a short auth frame brcmfnotifyauthframerx takes the frame length from the firmware event and copies the frame body with the management header offset subtracted: u32 mgmtframelen = e-datal...

8.8CVSS5.5AI score
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:51 a.m.50 views

CVE-2026-72003

CVE-2026-72003 observable in the Linux kernel affects the brcmfmac cyw WLAN driver. The issue arises in brcmf_notify_auth_frame_rx(), where the code derives mgmt_frame_len from e->datalen and subtracts offsetof(struct ieee80211_mgmt, u). If mgmt_frame_len is smaller than the 24-byte header off...

8.8CVSS5.4AI score0.00339EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.21 views

CVE-2026-68478 memstick: ms_block: reject a card that reports too many blocks

In the Linux kernel, the following vulnerability has been resolved: memstick: msblock: reject a card that reports too many blocks msbftlinitialize computes the zone count from the card block count with no bound: msb-zonecount = msb-blockcount / MSBLOCKSINZONE; ... for i = 0; i zonecount; i++...

0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:51 a.m.7 views

EUVD-2026-59083

In the Linux kernel, the following vulnerability has been resolved: device property: initialize the remaining fields of fwnodehandle in fwnodeinit If a firmware node is allocated on the stack for instance: temporary software node whose life-time we control or on the heap - but using a non-zeroing...

5.3AI score0.00129EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.23 views

CVE-2026-68461 device property: initialize the remaining fields of fwnode_handle in fwnode_init()

In the Linux kernel, the following vulnerability has been resolved: device property: initialize the remaining fields of fwnodehandle in fwnodeinit If a firmware node is allocated on the stack for instance: temporary software node whose life-time we control or on the heap - but using a non-zeroing...

7.8CVSS0.00129EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 4:33 a.m.6 views

MINI-WHW7-2JM4-X2FX

Bulletin has no description...

7.5CVSS4.9AI score0.00568EPSS
SaveExploits0
Rows per page
Query Builder