Lucene search
+L

265788 matches found

Debian CVE
Debian CVE
added 2026/09/03 8:21 a.m.14 views

CVE-2026-80739

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, Check if flow is PEER before acquiring devcom lock In case mlx5eaddfdbflow fails in lower levels, the flow is deleted via mlx5etcdelflow, and mlx5etcdelflow is acquiring ESW devcom lock without condition. In...

5.3AI score0.002EPSS
SaveExploits0
OSV
OSV
added 2026/09/03 8:21 a.m.7 views

CVE-2026-80739 net/mlx5e: TC, Check if flow is PEER before acquiring devcom lock

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, Check if flow is PEER before acquiring devcom lock In case mlx5eaddfdbflow fails in lower levels, the flow is deleted via mlx5etcdelflow, and mlx5etcdelflow is acquiring ESW devcom lock without condition. In...

5.6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/03 8:21 a.m.35 views

CVE-2026-80739 net/mlx5e: TC, Check if flow is PEER before acquiring devcom lock

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, Check if flow is PEER before acquiring devcom lock In case mlx5eaddfdbflow fails in lower levels, the flow is deleted via mlx5etcdelflow, and mlx5etcdelflow is acquiring ESW devcom lock without condition. In...

0.002EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/03 8:21 a.m.9 views

CVE-2026-80738

In the Linux kernel, the following vulnerability has been resolved: bpf: Check skstate before skprotocol in bpftcpsyncookie bpftcpgensyncookie and bpftcpchecksyncookie accept a socket pointer 'sk' with argument type ARGPTRTOBTFIDSOCKCOMMON. However, they access sk-skprotocol without validating...

7.3CVSS5.3AI score0.00118EPSS
SaveExploits0
OSV
OSV
added 2026/09/03 8:21 a.m.11 views

CVE-2026-80738 bpf: Check sk_state before sk_protocol in bpf_tcp_*_syncookie

In the Linux kernel, the following vulnerability has been resolved: bpf: Check skstate before skprotocol in bpftcpsyncookie bpftcpgensyncookie and bpftcpchecksyncookie accept a socket pointer 'sk' with argument type ARGPTRTOBTFIDSOCKCOMMON. However, they access sk-skprotocol without validating...

7.3CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/03 8:21 a.m.32 views

CVE-2026-80737 serial: amba-pl011: synchronize DMA teardown

In the Linux kernel, the following vulnerability has been resolved: serial: amba-pl011: synchronize DMA teardown dmaengineterminateall does not wait for a running callback, so the TX callback can still touch the TX buffer after it is freed. The RX poll timer reads the RX buffers without the port...

7.8CVSS0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/03 8:21 a.m.10 views

CVE-2026-80737 serial: amba-pl011: synchronize DMA teardown

In the Linux kernel, the following vulnerability has been resolved: serial: amba-pl011: synchronize DMA teardown dmaengineterminateall does not wait for a running callback, so the TX callback can still touch the TX buffer after it is freed. The RX poll timer reads the RX buffers without the port...

7.8CVSS5.8AI score
SaveExploits0References11
CVE
CVE
added 2026/09/03 8:21 a.m.27 views

CVE-2026-80737

This vulnerability affects the amba-pl011 UART driver in the Linux kernel . During DMA teardown, dmaengine_terminate_all() does not wait for a running callback, allowing the TX callback to access the TX buffer after it has been freed (use-after-free). Additionally, the RX poll timer reads RX buff...

7.8CVSS6AI score0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/03 8:21 a.m.11 views

EUVD-2026-70341

In the Linux kernel, the following vulnerability has been resolved: serial: amba-pl011: synchronize DMA teardown dmaengineterminateall does not wait for a running callback, so the TX callback can still touch the TX buffer after it is freed. The RX poll timer reads the RX buffers without the port...

6AI score0.00164EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/03 8:21 a.m.10 views

CVE-2026-80737

In the Linux kernel, the following vulnerability has been resolved: serial: amba-pl011: synchronize DMA teardown dmaengineterminateall does not wait for a running callback, so the TX callback can still touch the TX buffer after it is freed. The RX poll timer reads the RX buffers without the port...

7.8CVSS5.5AI score0.00164EPSS
SaveExploits0
CVE
CVE
added 2026/09/03 8:21 a.m.19 views

CVE-2026-80736

CVE-2026-80736 is an out-of-bounds array indexing flaw in the Linux kernel's Thunderbolt subsystem , specifically in the tb_consumed_dp_bandwidth() function. Valid bandwidth group IDs range from 1 through MAX_GROUPS, but the local group_reserved[] array only has MAX_GROUPS entries (indices 0–MAX_...

7.8CVSS5.8AI score0.00163EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/03 8:21 a.m.9 views

EUVD-2026-70339

In the Linux kernel, the following vulnerability has been resolved: ovpn: ensure socket is owned by ovpn before deref skuserdata Some subsystems, like BPF SOCKMAP, set skuserdata without actually setting the encaptype. For this reason, we must make sure that the type is the one ovpn expects befor...

5.8AI score0.00124EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/03 8:21 a.m.35 views

CVE-2026-80736 thunderbolt: Fix bandwidth group reservation indexing

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix bandwidth group reservation indexing Valid bandwidth group IDs range from 1 through MAXGROUPS, while Group ID 0 is reserved. tbconsumeddpbandwidth uses the Group ID directly to index its local groupreserved array...

7.8CVSS0.00163EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/03 8:21 a.m.10 views

CVE-2026-80735

In the Linux kernel, the following vulnerability has been resolved: ovpn: ensure socket is owned by ovpn before deref skuserdata Some subsystems, like BPF SOCKMAP, set skuserdata without actually setting the encaptype. For this reason, we must make sure that the type is the one ovpn expects befor...

7.3CVSS5.3AI score0.00124EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/03 8:21 a.m.10 views

EUVD-2026-70340

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix bandwidth group reservation indexing Valid bandwidth group IDs range from 1 through MAXGROUPS, while Group ID 0 is reserved. tbconsumeddpbandwidth uses the Group ID directly to index its local groupreserved array...

5.8AI score0.00163EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/03 8:21 a.m.9 views

CVE-2026-80736

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix bandwidth group reservation indexing Valid bandwidth group IDs range from 1 through MAXGROUPS, while Group ID 0 is reserved. tbconsumeddpbandwidth uses the Group ID directly to index its local groupreserved array...

7.8CVSS5.3AI score0.00163EPSS
SaveExploits0
CVE
CVE
added 2026/09/03 8:21 a.m.22 views

CVE-2026-80735

CVE-2026-80735 affects the ovpn (OpenVPN) module in the Linux kernel . The root cause is a missing type-check: subsystems such as BPF SOCKMAP can set sk_user_data without setting the expected encap_type, and the ovpn driver dereferences sk_user_data without verifying the socket is actually owned ...

7.3CVSS5.8AI score0.00124EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/03 8:21 a.m.32 views

CVE-2026-80735 ovpn: ensure socket is owned by ovpn before deref sk_user_data

In the Linux kernel, the following vulnerability has been resolved: ovpn: ensure socket is owned by ovpn before deref skuserdata Some subsystems, like BPF SOCKMAP, set skuserdata without actually setting the encaptype. For this reason, we must make sure that the type is the one ovpn expects befor...

7.3CVSS0.00124EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/03 8:21 a.m.8 views

CVE-2026-80736 thunderbolt: Fix bandwidth group reservation indexing

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix bandwidth group reservation indexing Valid bandwidth group IDs range from 1 through MAXGROUPS, while Group ID 0 is reserved. tbconsumeddpbandwidth uses the Group ID directly to index its local groupreserved array...

7.8CVSS5.5AI score
SaveExploits0References7
OSV
OSV
added 2026/09/03 8:21 a.m.5 views

CVE-2026-80735 ovpn: ensure socket is owned by ovpn before deref sk_user_data

In the Linux kernel, the following vulnerability has been resolved: ovpn: ensure socket is owned by ovpn before deref skuserdata Some subsystems, like BPF SOCKMAP, set skuserdata without actually setting the encaptype. For this reason, we must make sure that the type is the one ovpn expects befor...

7.3CVSS5.5AI score
SaveExploits0References6
Rows per page
Query Builder