Lucene search
+L

3260 matches found

SUSE CVE
SUSE CVE
added 2026/09/05 12:28 a.m.11 views

SUSE CVE-2026-80758

In the Linux kernel, the following vulnerability has been resolved: futex: Avoid private hash use-after-free on final put futexprivatehashput drops the reference to fph before evaluating fph-mm for wakeupvar. futexrefput enables preemption again before returning. If that put drops the final...

6.2AI score0.00168EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/05 12:26 a.m.12 views

SUSE CVE-2026-80852

In the Linux kernel, the following vulnerability has been resolved: tls: device: fix out-of-bounds write in tlsappendfrag Found with syzkaller and a local syzbot instance running on top of a netdevsim TLS offload emulation; tlsdevice.c is otherwise only reachable on a machine with a NIC that...

6.3AI score0.00161EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.8 views

AZL-99618 CVE-2026-80863 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix OOB in freerdatomicresources freerdatomicresources iterates using qp-attr.maxdestrdatomic. Updating maxdestrdatomic before freeing the old array can make the free path walk past the old allocation and trigger a slab...

6.2AI score0.00182EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

AZL-99528 CVE-2026-80842 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mcast: fix use-after-free of a master VLAN's multicast context brmulticasttoggleonevlan clears BRVLFLAGMCASTENABLED under br-multicastlock before stopping a VLAN's multicast context. That is the teardown handshake:...

6.6AI score0.00177EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/04 3:55 p.m.6 views

EUVD-2026-71313

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix OOB in freerdatomicresources freerdatomicresources iterates using qp-attr.maxdestrdatomic. Updating maxdestrdatomic before freeing the old array can make the free path walk past the old allocation and trigger a slab...

5.3AI score0.00182EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/04 3:55 p.m.7 views

CVE-2026-80863 RDMA/rxe: Fix OOB in free_rd_atomic_resources()

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix OOB in freerdatomicresources freerdatomicresources iterates using qp-attr.maxdestrdatomic. Updating maxdestrdatomic before freeing the old array can make the free path walk past the old allocation and trigger a slab...

5.6AI score
SaveExploits0References12
CVE
CVE
added 2026/09/04 3:55 p.m.22 views

CVE-2026-80863

CVE-2026-80863 is a slab out-of-bounds write (size 4) in the Linux kernel's RDMA/rxe (Soft-RoCE) driver, specifically in free_rd_atomic_resources() at drivers/infiniband/sw/rxe/rxe_qp.c. The root cause is that max_dest_rd_atomic is updated before the old array is freed, causing the free path to i...

5.3AI score0.00182EPSS
SaveExploits0References9
CVE
CVE
added 2026/09/04 3:55 p.m.24 views

CVE-2026-80852

CVE-2026-80852 is an out-of-bounds write in the Linux kernel's TLS device offload path (net/tls/tls_device.c). The root cause is that tls_push_data() skips its fragment-count check on an early MSG_MORE break, allowing num_frags to exceed MAX_SKB_FRAGS (17) when splice(SPLICE_F_MORE) calls are iss...

5.6AI score0.00161EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/04 3:55 p.m.17 views

CVE-2026-80850

CVE-2026-80850 is a use-after-free in the Linux kernel's TCP-AO implementation. During tcp_v4_connect(), a race exists between initial key validation and the later L3-master resolution in tcp_ao_connect_init(). If the bound network device is detached from its VRF in that window, the only AO key i...

5.5AI score0.00171EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/04 3:55 p.m.11 views

CVE-2026-80850 tcp: fix AO info use-after-free in tcp_ao_connect_init()

In the Linux kernel, the following vulnerability has been resolved: tcp: fix AO info use-after-free in tcpaoconnectinit tcpv4connect adds a SYN-SENT socket to the ehash before calling tcpconnect. If TCP-AO is configured, tcpconnect first verifies that a key matches the peer and the bound device's...

5.8AI score
SaveExploits0References8
EUVD
EUVD
added 2026/09/04 3:54 p.m.6 views

EUVD-2026-71292

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mcast: fix use-after-free of a master VLAN's multicast context brmulticasttoggleonevlan clears BRVLFLAGMCASTENABLED under br-multicastlock before stopping a VLAN's multicast context. That is the teardown handshake:...

5.5AI score0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/04 3:54 p.m.18 views

CVE-2026-80842

CVE-2026-80842 is a use-after-free in the Linux kernel bridge multicast subsystem, affecting master VLANs . When a master VLAN is deleted, br_multicast_toggle_one_vlan() returns early on the br_vlan_is_brentry() check without clearing BR_VLFLAG_MCAST_ENABLED under br->multicast_lock. The VLAN ...

5.5AI score0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/04 3:13 p.m.6 views

EUVD-2026-71254

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: take rfcommmutex for the deferred setup accept rfcommsockrecvmsg completes a deferred setup by calling rfcommdlcaccept without holding any RFCOMM lock: if testandclearbitRFCOMMDEFERSETUP, &d-flags...

5.5AI score0.00195EPSS
SaveExploits0References9
CVE
CVE
added 2026/09/04 3:13 p.m.12 views

CVE-2026-80790

CVE-2026-80790 affects the Linux kernel NVMe target over Fibre Channel module (nvmet-fc ). The root cause is in nvmet_fc_alloc_ls_iodlist(): when an rqstbuf allocation or response buffer DMA mapping fails, the error-unwind loop decrements the iod pointer past the start of the array, causing kfree...

5.6AI score0.00195EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.10 views

kernel: smc: Fix use-after-free in __pnet_find_base_ndev()

In the Linux kernel, the following vulnerability has been resolved: smc: Fix use-after-free in pnetfindbasendev. syzbot reported use-after-free of netdevice in pnetfindbasendev, which was called during connect. 0 smcpnetfindismresource fetches skdstgetsk-dev and passes down to pnetfindbasendev,...

7.8CVSS6.7AI score0.0014EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/04 12:00 a.m.8 views

UBUNTU-CVE-2026-80749

In the Linux kernel, the following vulnerability has been resolved: drm/connector/hdmi: Fix out of bounds memory read A helper function was copying a given audio infoframe into the connector's copy but using the size of the destination a generic target, sized to accept many different data blocks...

7.1CVSS5.9AI score0.00159EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-80764

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Bluetooth: hcievent: fix LE list UAF on reset hciccreset clears the LE accept and resolving lists without taking hdev-lock. Other command-complete handlers...

6.8AI score0.00173EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/04 12:00 a.m.9 views

CVE-2026-80749

In the Linux kernel, the following vulnerability has been resolved: drm/connector/hdmi: Fix out of bounds memory read A helper function was copying a given audio infoframe into the connector's copy but using the size of the destination a generic target, sized to accept many different data blocks...

7.1CVSS5.5AI score0.00159EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/03 8:26 a.m.17 views

CVE-2026-80749

CVE-2026-80749 is an out-of-bounds memory read in the Linux kernel 's DRM/connector/HDMI subsystem. A helper function copying an audio infoframe used the destination size (60 bytes) instead of the source size (28 bytes) , reading 32 bytes beyond the allocation. The fix uses the correct source siz...

7.1CVSS5.8AI score0.00159EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/03 8:26 a.m.11 views

EUVD-2026-70353

In the Linux kernel, the following vulnerability has been resolved: drm/connector/hdmi: Fix out of bounds memory read A helper function was copying a given audio infoframe into the connector's copy but using the size of the destination a generic target, sized to accept many different data blocks...

5.8AI score0.00159EPSS
SaveExploits0References4
Rows per page
Query Builder