Lucene search
+L

236460 matches found

EUVD
EUVD
added 2026/08/22 3:33 p.m.5 views

EUVD-2026-64394

In the Linux kernel, the following vulnerability has been resolved: xsk: validate metadata when processing requests The zero-copy path validates TX metadata while obtaining the descriptor context, then reads it again later when preparing the hardware request. User space can change the metadata...

5.4AI score
SaveExploits0References3
OSV
OSV
added 2026/08/22 3:33 p.m.3 views

CVE-2026-74707 xsk: validate metadata when processing requests

In the Linux kernel, the following vulnerability has been resolved: xsk: validate metadata when processing requests The zero-copy path validates TX metadata while obtaining the descriptor context, then reads it again later when preparing the hardware request. User space can change the metadata...

5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.15 views

CVE-2026-74707 xsk: validate metadata when processing requests

In the Linux kernel, the following vulnerability has been resolved: xsk: validate metadata when processing requests The zero-copy path validates TX metadata while obtaining the descriptor context, then reads it again later when preparing the hardware request. User space can change the metadata...

SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/22 3:33 p.m.7 views

CVE-2026-74707

In the Linux kernel, the following vulnerability has been resolved: xsk: validate metadata when processing requests The zero-copy path validates TX metadata while obtaining the descriptor context, then reads it again later when preparing the hardware request. User space can change the metadata...

5.3AI score
SaveExploits0
EUVD
EUVD
added 2026/08/22 3:32 p.m.9 views

EUVD-2026-64381

In the Linux kernel, the following vulnerability has been resolved: net/ncsi: fix heap OOB read in NCSICMDSENDCMD payload length ncsisendcmdnl takes the number of bytes to copy from the attacker-controlled ncsipkthdr.length field of the in-band packet header, while the source buffer is the...

5.9AI score
SaveExploits0References8
OSV
OSV
added 2026/08/22 3:32 p.m.3 views

CVE-2026-74694 net/ncsi: fix heap OOB read in NCSI_CMD_SEND_CMD payload length

In the Linux kernel, the following vulnerability has been resolved: net/ncsi: fix heap OOB read in NCSICMDSENDCMD payload length ncsisendcmdnl takes the number of bytes to copy from the attacker-controlled ncsipkthdr.length field of the in-band packet header, while the source buffer is the...

6AI score
SaveExploits0References11
CVE
CVE
added 2026/08/22 3:32 p.m.14 views

CVE-2026-74694

CVE-2026-74694 is a heap out-of-bounds read in the Linux kernel's net/ncsi subsystem. The function ncsi_send_cmd_nl() trusts the attacker-controlled ncsi_pkt_hdr.length field from the in-band packet header without cross-checking it against the actual readable size of the NCSI_ATTR_DATA netlink at...

5.9AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/22 3:32 p.m.5 views

CVE-2026-74694

In the Linux kernel, the following vulnerability has been resolved: net/ncsi: fix heap OOB read in NCSICMDSENDCMD payload length ncsisendcmdnl takes the number of bytes to copy from the attacker-controlled ncsipkthdr.length field of the in-band packet header, while the source buffer is the...

5.8AI score
SaveExploits0
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.14 views

CVE-2026-74694 net/ncsi: fix heap OOB read in NCSI_CMD_SEND_CMD payload length

In the Linux kernel, the following vulnerability has been resolved: net/ncsi: fix heap OOB read in NCSICMDSENDCMD payload length ncsisendcmdnl takes the number of bytes to copy from the attacker-controlled ncsipkthdr.length field of the in-band packet header, while the source buffer is the...

SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/22 3:32 p.m.5 views

CVE-2026-74668

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hardheaderlen in TXRING send path tpacketsnd reads dev-hardheaderlen independently for skb allocation and header construction in tpacketfillskb. Concurrent netdevice reconfiguration can therefore make the...

5.3AI score
SaveExploits0
OSV
OSV
added 2026/08/22 3:32 p.m.3 views

CVE-2026-74668 packet: use consistent hard_header_len in TX_RING send path

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hardheaderlen in TXRING send path tpacketsnd reads dev-hardheaderlen independently for skb allocation and header construction in tpacketfillskb. Concurrent netdevice reconfiguration can therefore make the...

5.6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.13 views

CVE-2026-74668 packet: use consistent hard_header_len in TX_RING send path

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hardheaderlen in TXRING send path tpacketsnd reads dev-hardheaderlen independently for skb allocation and header construction in tpacketfillskb. Concurrent netdevice reconfiguration can therefore make the...

SaveExploits0References5
EUVD
EUVD
added 2026/08/22 3:32 p.m.6 views

EUVD-2026-64355

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hardheaderlen in TXRING send path tpacketsnd reads dev-hardheaderlen independently for skb allocation and header construction in tpacketfillskb. Concurrent netdevice reconfiguration can therefore make the...

5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/22 3:32 p.m.6 views

CVE-2026-74668

CVE-2026-74668 is a race condition in the Linux kernel 's AF_PACKET TX_RING send path. The function tpacket_snd() reads dev->hard_header_len independently for skb allocation and header construction in tpacket_fill_skb(). A concurrent netdevice reconfiguration can cause the reserved headroom to...

5.5AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/22 3:31 p.m.5 views

CVE-2026-74611

In the Linux kernel, the following vulnerability has been resolved: tls: rx: restore msgiter before TLS 1.3 optimistic retry tlsdecryptsg advances msg-msgiter when it maps user pages for the optimistic TLS 1.3 zero-copy path. If the decrypted record turns out not to be unpadded application data,...

5.4AI score
SaveExploits0
CVE
CVE
added 2026/08/22 3:31 p.m.7 views

CVE-2026-74611

CVE-2026-74611 is a memory corruption vulnerability in the Linux kernel TLS receive path. When the optimistic TLS 1.3 zero-copy path (tls_decrypt_sg) maps user pages, it advances msg->msg_iter. If the decrypted record is not unpadded application data, tls_decrypt_sw retries into a kernel skb b...

5.5AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.14 views

CVE-2026-74611 tls: rx: restore msg_iter before TLS 1.3 optimistic retry

In the Linux kernel, the following vulnerability has been resolved: tls: rx: restore msgiter before TLS 1.3 optimistic retry tlsdecryptsg advances msg-msgiter when it maps user pages for the optimistic TLS 1.3 zero-copy path. If the decrypted record turns out not to be unpadded application data,...

SaveExploits0References3
EUVD
EUVD
added 2026/08/22 3:31 p.m.6 views

EUVD-2026-64548

In the Linux kernel, the following vulnerability has been resolved: tls: rx: restore msgiter before TLS 1.3 optimistic retry tlsdecryptsg advances msg-msgiter when it maps user pages for the optimistic TLS 1.3 zero-copy path. If the decrypted record turns out not to be unpadded application data,...

5.5AI score
SaveExploits0References3
OSV
OSV
added 2026/08/22 3:31 p.m.3 views

CVE-2026-74611 tls: rx: restore msg_iter before TLS 1.3 optimistic retry

In the Linux kernel, the following vulnerability has been resolved: tls: rx: restore msgiter before TLS 1.3 optimistic retry tlsdecryptsg advances msg-msgiter when it maps user pages for the optimistic TLS 1.3 zero-copy path. If the decrypted record turns out not to be unpadded application data,...

5.7AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/22 3:31 p.m.5 views

CVE-2026-74610

In the Linux kernel, the following vulnerability has been resolved: tls: don't leave a full plaintext skmsg ring unpushed When the copy path in tlsswsendmsglocked adds the fragment that fills the plaintext skmsg ring, it does not set fullrecord, so the record is left full and unpushed. A later...

5.4AI score
SaveExploits0
Rows per page
Query Builder