Lucene search
+L

1444 matches found

Microsoft CVE
Microsoft CVE
added 2026/03/26 8:06 a.m.15 views

bpf/bonding: reject vlan+srcmac xmit_hash_policy change when XDP is loaded

...

7.1CVSS5.8AI score0.00123EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/03/26 12:00 a.m.13 views

PT-2026-32345

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the bond xmit broadcast function. The function reuses the original socket buffer skb for the last slave and clones it for others. However, concurrent sla...

7.8CVSS6.6AI score0.00124EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/03/25 4:55 p.m.12 views

SUSE CVE-2026-23372

In the Linux kernel, the following vulnerability has been resolved: nfc: rawsock: cancel txwork before socket teardown In rawsockrelease, cancel any pending txwork and purge the write queue before orphaning the socket. rawsocktxwork runs on the system workqueue and calls nfcdataexchange which...

5.5CVSS6AI score0.00132EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2026/03/25 4:23 p.m.11 views

CVE-2026-23299

A flaw was found in the Linux kernel's Bluetooth subsystem. When transmit TX timestamping is enabled, socket kernel buffers SKBs can accumulate in an error queue. If user applications fail to read these timestamps or if the Bluetooth controller is unexpectedly removed, these SKBs are not properly...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References4
NVD
NVD
added 2026/03/25 11:16 a.m.12 views

CVE-2026-23372

In the Linux kernel, the following vulnerability has been resolved: nfc: rawsock: cancel txwork before socket teardown In rawsockrelease, cancel any pending txwork and purge the write queue before orphaning the socket. rawsocktxwork runs on the system workqueue and calls nfcdataexchange which...

7.8CVSS0.00132EPSS
SaveExploits0References8
NVD
NVD
added 2026/03/25 11:16 a.m.11 views

CVE-2026-23299

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: purge error queues in socket destructors When TX timestamping is enabled via SOTIMESTAMPING, SKBs may be queued into skerrorqueue and will stay there until consumed. If userspace never gets to read the timestamps, or i...

5.5CVSS0.00121EPSS
SaveExploits0References3
OSV
OSV
added 2026/03/25 11:16 a.m.18 views

UBUNTU-CVE-2026-23389

In the Linux kernel, the following vulnerability has been resolved: ice: Fix memory leak in icesetringparam In icesetringparam, txrings and xdprings are allocated before rxrings. If the allocation of rxrings fails, the code jumps to the done label leaking both txrings and xdprings. Furthermore, i...

5.5CVSS5.7AI score0.00117EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2026/03/25 11:16 a.m.19 views

CVE-2026-23376

In the Linux kernel, the following vulnerability has been resolved: nvmet-fcloop: Check remoteport portstate before calling done callback In nvmefchandlelsrqstwork, the lsrsp-done callback is only set when remoteport-portstate is FCOBJSTATEONLINE. Otherwise, the nvmefcxmtlsrsp's LLDD call to...

5.5CVSS5.7AI score0.00117EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/03/25 11:16 a.m.21 views

CVE-2026-23310

In the Linux kernel, the following vulnerability has been resolved: bpf/bonding: reject vlan+srcmac xmithashpolicy change when XDP is loaded bondoptionmodeset already rejects mode changes that would make a loaded XDP program incompatible via bondxdpcheck. However, bondoptionxmithashpolicyset has ...

5.5CVSS5.4AI score0.00123EPSS
SaveExploits0References21
OSV
OSV
added 2026/03/25 10:28 a.m.8 views

CVE-2026-23389 ice: Fix memory leak in ice_set_ringparam()

In the Linux kernel, the following vulnerability has been resolved: ice: Fix memory leak in icesetringparam In icesetringparam, txrings and xdprings are allocated before rxrings. If the allocation of rxrings fails, the code jumps to the done label leaking both txrings and xdprings. Furthermore, i...

5.8AI score
SaveExploits0References9
OSV
OSV
added 2026/03/25 10:27 a.m.9 views

CVE-2026-23372 nfc: rawsock: cancel tx_work before socket teardown

In the Linux kernel, the following vulnerability has been resolved: nfc: rawsock: cancel txwork before socket teardown In rawsockrelease, cancel any pending txwork and purge the write queue before orphaning the socket. rawsocktxwork runs on the system workqueue and calls nfcdataexchange which...

7.8CVSS6AI score
SaveExploits0References11
CVE
CVE
added 2026/03/25 10:27 a.m.70 views

CVE-2026-23372

CVE-2026-23372 affects the Linux kernel NFC rawsock path (rawsock_release) where tx_work can race with socket/device teardown, risking use-after-free or leaked references. The fix adds synchronization: set SEND_SHUTDOWN to prevent in-progress tx_work, use cancel_work_sync to wait for in-flight ex...

7.8CVSS5.8AI score0.00132EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/03/25 10:27 a.m.30 views

CVE-2026-23362 can: bcm: fix locking for bcm_op runtime updates

In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix locking for bcmop runtime updates Commit c2aba69d0c36 "can: bcm: add locking for bcmop runtime updates" added a locking for some variables that can be modified at runtime when updating the sending bcmop with a new...

0.00095EPSS
SaveExploits0References8
CVE
CVE
added 2026/03/25 10:27 a.m.43 views

CVE-2026-23310

Summary: CVE-2026-23310 affects the Linux kernel bonding/kern XDP path. If a bond is in 802.3ad or balance-xor mode and an XDP program is loaded, changing xmit_hash_policy to vlan+srcmac can escape the existing guard, leaving bond->xdp_prog set and causing an incompatible state during tear-dow...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2026/03/25 10:27 a.m.20 views

CVE-2026-23310

In the Linux kernel, the following vulnerability has been resolved: bpf/bonding: reject vlan+srcmac xmithashpolicy change when XDP is loaded bondoptionmodeset already rejects mode changes that would make a loaded XDP program incompatible via bondxdpcheck. However, bondoptionxmithashpolicyset has ...

5.5CVSS5.2AI score0.00123EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/03/25 10:26 a.m.35 views

CVE-2026-23299 Bluetooth: purge error queues in socket destructors

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: purge error queues in socket destructors When TX timestamping is enabled via SOTIMESTAMPING, SKBs may be queued into skerrorqueue and will stay there until consumed. If userspace never gets to read the timestamps, or i...

0.00121EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/03/25 12:00 a.m.17 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the rawsockrelease function not canceling the pending txwork, allowing for reuse after release...

7.8CVSS5.8AI score0.00132EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/03/25 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-23340

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: sched: avoid qdiscresetalltxgt vs dequeue race for lockless qdiscs When shrinking the number of real tx queues, netifsetrealnumtxqueues calls...

7.8CVSS4.8AI score0.00137EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/03/22 12:24 a.m.11 views

SUSE CVE-2026-23277

In the Linux kernel, the following vulnerability has been resolved: net/sched: teql: fix NULL pointer dereference in iptunnelxmit on TEQL slave xmit teqlmasterxmit calls netdevstartxmitskb, slave to transmit through slave devices, but does not update skb-dev to the slave device beforehand. When a...

5.9CVSS5.8AI score0.00122EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2026/03/20 12:06 p.m.13 views

CVE-2026-23276

A flaw was found in the Linux kernel. When a bond device in broadcast mode has Generic Routing Encapsulation GRE tap interfaces configured as slaves, and these GRE tunnels are routed back through the bond, multicast or broadcast network traffic can trigger an infinite recursion. This recursion...

5.5CVSS5.9AI score0.00128EPSS
SaveExploits0References4
Rows per page
Query Builder