Lucene search
+L

33371 matches found

Cvelist
Cvelist
added 2026/08/22 3:33 p.m.24 views

CVE-2026-74726 bonding: alb: re-check primary_is_promisc under RTNL in bond_alb_monitor

In the Linux kernel, the following vulnerability has been resolved: bonding: alb: re-check primaryispromisc under RTNL in bondalbmonitor bondalbmonitor reads primaryispromisc under RCU, then drops RCU and takes RTNL via rtnltrylock before undoing the promiscuity it set on the active slave. In tha...

0.0022EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:33 p.m.13 views

CVE-2026-74726

CVE-2026-74726 is a race condition in the Linux kernel's bonding driver (ALB mode), specifically in bond_alb_monitor(). The function reads primary_is_promisc under RCU, then drops RCU and acquires RTNL via rtnl_trylock(). In that window the active slave can change (e.g., via RTM_DELLINK), causing...

5.5AI 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.4 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:32 p.m.12 views

CVE-2026-74684

CVE-2026-74684 is a NULL pointer dereference in the Linux kernel's TAP device driver (tap_get_user_xdp()). When the vhost TX path passes an XDP buffer containing a GSO virtio-net header with the protocol field set to zero, tun_vnet_hdr_to_skb() can invoke dev_parse_header_protocol() while skb-&gt...

5.9AI score0.00206EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/22 3:32 p.m.10 views

EUVD-2026-64371

In the Linux kernel, the following vulnerability has been resolved: net: tap: set skb-dev before parsing virtio net header in tapgetuserxdp The commit 4f61f133f354 "net: tap: NULL pointer derefence in devparseheaderprotocol when skb-dev is null" fixed a crash in tapgetuser by assigning skb-dev...

5.9AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 3:32 p.m.8 views

CVE-2026-74684 net: tap: set skb->dev before parsing virtio net header in tap_get_user_xdp()

In the Linux kernel, the following vulnerability has been resolved: net: tap: set skb-dev before parsing virtio net header in tapgetuserxdp The commit 4f61f133f354 "net: tap: NULL pointer derefence in devparseheaderprotocol when skb-dev is null" fixed a crash in tapgetuser by assigning skb-dev...

6AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/22 3:32 p.m.10 views

EUVD-2026-64591

In the Linux kernel, the following vulnerability has been resolved: serial: 8250dma: Clear stale RX state on shutdown serial8250releasedma terminates RX DMA and releases the channel, but leaves rxrunning set. If the port is closed while an RX transfer is active, the stale state remains while rxch...

5.5AI score0.0022EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:32 p.m.11 views

CVE-2026-74654

This Linux kernel vulnerability affects the serial 8250 DMA driver . When a serial port is closed while an RX DMA transfer is active, serial8250_release_dma() leaves the rx_running flag set. On subsequent reopen, the DesignWare BUSY workaround calls serial8250_rx_dma_flush() before a new RX chann...

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

CVE-2026-74654 serial: 8250_dma: Clear stale RX state on shutdown

In the Linux kernel, the following vulnerability has been resolved: serial: 8250dma: Clear stale RX state on shutdown serial8250releasedma terminates RX DMA and releases the channel, but leaves rxrunning set. If the port is closed while an RX transfer is active, the stale state remains while rxch...

0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.24 views

CVE-2026-74633 tracing: Fix NULL pointer dereference in module event cache removal

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix NULL pointer dereference in module event cache removal A module-only event filter such as ":mod:foo" is cached with a NULL eventmod-match when foo has not been loaded. If a later write tries to remove a specific matc...

0.00206EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 3:32 p.m.5 views

CVE-2026-74633 tracing: Fix NULL pointer dereference in module event cache removal

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix NULL pointer dereference in module event cache removal A module-only event filter such as ":mod:foo" is cached with a NULL eventmod-match when foo has not been loaded. If a later write tries to remove a specific matc...

5.7AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/22 3:32 p.m.7 views

EUVD-2026-64570

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix NULL pointer dereference in module event cache removal A module-only event filter such as ":mod:foo" is cached with a NULL eventmod-match when foo has not been loaded. If a later write tries to remove a specific matc...

5.6AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/22 3:32 p.m.12 views

CVE-2026-74633

CVE-2026-74633 is a NULL pointer dereference in the Linux kernel's ftrace tracing subsystem. When a module-only event filter (e.g., :mod:foo) is cached while the module is not yet loaded, event_mod->match remains NULL. A subsequent write attempting to remove a specific match from that module p...

5.6AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/22 3:31 p.m.14 views

CVE-2026-74610

CVE-2026-74610 is a kernel NULL pointer dereference in the Linux kernel TLS subsystem (tls_sw_sendmsg_locked). When the copy path fills the plaintext sk_msg ring, it fails to set full_record, leaving the record full and unpushed. A subsequent splice() call then writes into the already-full ring; ...

5.5AI score0.00209EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/22 3:31 p.m.7 views

EUVD-2026-64547

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.5AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.23 views

CVE-2026-74610 tls: don't leave a full plaintext sk_msg ring unpushed

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

0.00209EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.9 views

PT-2026-79707

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: reject feature changes after endpoint vhost scsi setup vq cmds runs from VHOST SCSI SET ENDPOINT and allocates each command's protection scatterlist array prot sgl according to the acknowledged VIRTIO SCSI F T10 PI bi...

5.4AI score0.00206EPSS
SaveExploits0References4
Rows per page
Query Builder