Lucene search
+L

250292 matches found

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

CVE-2026-74705

In the Linux kernel, the following vulnerability has been resolved: udp: fix potential use-after-free in tunnel segmentation skbudptunnelsegment gets the UDP header before ensuring the tunnel header is in the skb head. If the pull reallocates skb-head, the saved UDP header pointer is no longer...

5.5AI score0.0022EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/22 3:33 p.m.9 views

EUVD-2026-64392

In the Linux kernel, the following vulnerability has been resolved: udp: fix potential use-after-free in tunnel segmentation skbudptunnelsegment gets the UDP header before ensuring the tunnel header is in the skb head. If the pull reallocates skb-head, the saved UDP header pointer is no longer...

5.6AI score0.0022EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:33 p.m.18 views

CVE-2026-74705

CVE-2026-74705 is a use-after-free vulnerability in the Linux kernel UDP tunnel segmentation path. The function __skb_udp_tunnel_segment() obtains a pointer to the UDP header before ensuring the tunnel header resides in the skb head. If a subsequent pull operation reallocates skb->head, the pr...

5.6AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 views

EUVD-2026-64393

In the Linux kernel, the following vulnerability has been resolved: bnge: Fix NULL pointer dereference in aux device release If allocation of auxrdev fails during auxiliary device setup, the error path calls auxiliarydeviceuninit, which eventually invokes bngeauxdevrelease. The release callback...

5.5AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/22 3:33 p.m.8 views

CVE-2026-74705 udp: fix potential use-after-free in tunnel segmentation

In the Linux kernel, the following vulnerability has been resolved: udp: fix potential use-after-free in tunnel segmentation skbudptunnelsegment gets the UDP header before ensuring the tunnel header is in the skb head. If the pull reallocates skb-head, the saved UDP header pointer is no longer...

5.7AI score
SaveExploits0References11
OSV
OSV
added 2026/08/22 3:33 p.m.6 views

CVE-2026-74706 bnge: Fix NULL pointer dereference in aux device release

In the Linux kernel, the following vulnerability has been resolved: bnge: Fix NULL pointer dereference in aux device release If allocation of auxrdev fails during auxiliary device setup, the error path calls auxiliarydeviceuninit, which eventually invokes bngeauxdevrelease. The release callback...

5.6AI score
SaveExploits0References5
CVE
CVE
added 2026/08/22 3:33 p.m.11 views

CVE-2026-74706

CVE-2026-74706 is a NULL pointer dereference in the Linux kernel's bnge (Broadcom NetXtreme-E) network driver. When allocation of auxr_dev fails during auxiliary device setup, the error path invokes bnge_aux_dev_release(), which unconditionally dereferences aux_priv->auxr_dev->pdev. Since a...

5.5AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.24 views

CVE-2026-74706 bnge: Fix NULL pointer dereference in aux device release

In the Linux kernel, the following vulnerability has been resolved: bnge: Fix NULL pointer dereference in aux device release If allocation of auxrdev fails during auxiliary device setup, the error path calls auxiliarydeviceuninit, which eventually invokes bngeauxdevrelease. The release callback...

0.00198EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/22 3:33 p.m.19 views

CVE-2026-74704

CVE-2026-74704 affects the Linux kernel component net/sched: sch_cake (the CAQoS scheduler). The ACK filter in sch_cake parses packets to locate the TCP header and filter duplicated ACKs when a flow is backlogged. A WARN_ON(1) in this parsing path can be triggered by a malformed IP header , leadi...

5.6AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 views

EUVD-2026-64391

In the Linux kernel, the following vulnerability has been resolved: net/sched: schcake: drop WARNON1 for malformed packets in ACK filter The schcake ACK filter parses packets to find the TCP header and filter duplicated ACKs if the flow is backlogged. The parsing code contains a WARNON1 which can...

5.6AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.23 views

CVE-2026-74704 net/sched: sch_cake: drop WARN_ON(1) for malformed packets in ACK filter

In the Linux kernel, the following vulnerability has been resolved: net/sched: schcake: drop WARNON1 for malformed packets in ACK filter The schcake ACK filter parses packets to find the TCP header and filter duplicated ACKs if the flow is backlogged. The parsing code contains a WARNON1 which can...

0.0022EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 3:33 p.m.6 views

CVE-2026-74704 net/sched: sch_cake: drop WARN_ON(1) for malformed packets in ACK filter

In the Linux kernel, the following vulnerability has been resolved: net/sched: schcake: drop WARNON1 for malformed packets in ACK filter The schcake ACK filter parses packets to find the TCP header and filter duplicated ACKs if the flow is backlogged. The parsing code contains a WARNON1 which can...

5.7AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/08/22 3:33 p.m.6 views

CVE-2026-74704

In the Linux kernel, the following vulnerability has been resolved: net/sched: schcake: drop WARNON1 for malformed packets in ACK filter The schcake ACK filter parses packets to find the TCP header and filter duplicated ACKs if the flow is backlogged. The parsing code contains a WARNON1 which can...

5.4AI score0.0022EPSS
SaveExploits0
OSV
OSV
added 2026/08/22 3:33 p.m.8 views

CVE-2026-74702 vhost-scsi: reject feature changes after endpoint

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: reject feature changes after endpoint vhostscsisetupvqcmds runs from VHOSTSCSISETENDPOINT and allocates each command's protection scatterlist array protsgl according to the acknowledged VIRTIOSCSIFT10PI bit. The comma...

5.7AI score
SaveExploits0References6
CVE
CVE
added 2026/08/22 3:33 p.m.14 views

CVE-2026-74702

CVE-2026-74702 affects the Linux kernel vhost-scsi module. The root cause is that vhost_scsi_set_features() accepts changes to virtio feature bits (specifically VIRTIO_SCSI_F_T10_PI) after the endpoint is already active via VHOST_SCSI_SET_ENDPOINT. This leaves the prot_sgl scatterlist array as NU...

5.6AI score0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.23 views

CVE-2026-74702 vhost-scsi: reject feature changes after endpoint

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: reject feature changes after endpoint vhostscsisetupvqcmds runs from VHOSTSCSISETENDPOINT and allocates each command's protection scatterlist array protsgl according to the acknowledged VIRTIOSCSIFT10PI bit. The comma...

0.00206EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 3:33 p.m.6 views

CVE-2026-74703 vhost-scsi: Validate T10 PI scatterlist counts

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: Validate T10 PI scatterlist counts When T10 PI is negotiated, vhost-scsi splits protection bytes from the data iterator before mapping the request scatterlists. A malformed request can claim protection bytes that cove...

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

CVE-2026-74703

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: Validate T10 PI scatterlist counts When T10 PI is negotiated, vhost-scsi splits protection bytes from the data iterator before mapping the request scatterlists. A malformed request can claim protection bytes that cove...

5.5AI score0.00206EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/22 3:33 p.m.8 views

CVE-2026-74702

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: reject feature changes after endpoint vhostscsisetupvqcmds runs from VHOSTSCSISETENDPOINT and allocates each command's protection scatterlist array protsgl according to the acknowledged VIRTIOSCSIFT10PI bit. The comma...

5.5AI score0.00206EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.24 views

CVE-2026-74703 vhost-scsi: Validate T10 PI scatterlist counts

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: Validate T10 PI scatterlist counts When T10 PI is negotiated, vhost-scsi splits protection bytes from the data iterator before mapping the request scatterlists. A malformed request can claim protection bytes that cove...

0.00206EPSS
SaveExploits0References3
Rows per page
Query Builder