Lucene search
+L

129 matches found

NVD
NVD
added 2026/09/03 1:06 p.m.5 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.3CVSS0.00206EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/03 8:21 a.m.7 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.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/03 8:21 a.m.21 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.00206EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/03 8:21 a.m.11 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.00206EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/26 10:47 a.m.4 views

SUSE-SU-2026:3810-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP7 RT kernel was updated to fix various security issues: The following security issues were fixed: - CVE-2025-68741: scsi: qla2xxx: Fix improper freeing of purex item bsc1255703. - CVE-2025-68818: scsi: Revert 'scsi: qla2xxx: Perform lockless command completion in...

10CVSS7AI score0.99907EPSS
SaveExploits269References556
RedhatCVE
RedhatCVE
added 2026/08/24 11:41 a.m.6 views

CVE-2026-74589

A flaw was found in the Linux kernel's Berkeley Packet Filter BPF sockmap feature. A use-after-free vulnerability exists in the skredir mechanism within the tcpbpfsendmsgredir function. This occurs when a socket reference is prematurely released while another thread still holds a raw pointer to i...

8.4CVSS5.5AI score0.00138EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.5 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fixed a panic that occurred when calling skblinearize. The panic can be reproduced by executing the command: ./bench sockmap -c 2 -p 1 -a --rx-verdict-ingress --rx-strp 100000 A kernel panic was then captured: '''...

7.5CVSS6.2AI score0.00308EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.11 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: bpf, sockmap: Fixed issues where data was not being charged when msg-sg.size contained more data. In tcpbpfsendverdict: If msg-sg.size contains more data after tcpbpfsendmsgredir: c tcpbpfsendverdict tosend = msg-sg.size...

5.5CVSS6.3AI score0.00264EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/08/23 12:06 a.m.10 views

SUSE CVE-2026-74589

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer while holding the source socket lock, but does not take a reference for...

8.4CVSS5.6AI score0.00138EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 4:16 p.m.11 views

AZL-97212 CVE-2026-74589 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer while holding the source socket lock, but does not take a reference for...

8.4CVSS5.8AI score0.00138EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/22 4:16 p.m.9 views

CVE-2026-74589

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer while holding the source socket lock, but does not take a reference for...

8.4CVSS0.00138EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.3 views

CVE-2026-74589

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer while holding the source socket lock, but does not take a reference for...

8.4CVSS5.8AI score0.00138EPSS
SaveExploits0References9
OSV
OSV
added 2026/08/22 3:31 p.m.18 views

CVE-2026-74589 bpf, sockmap: Fix sk_redir use-after-free in send verdict

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer while holding the source socket lock, but does not take a reference for...

8.4CVSS5.7AI score
SaveExploits0References11
CVE
CVE
added 2026/08/22 3:31 p.m.35 views

CVE-2026-74589

A use-after-free vulnerability exists in the Linux kernel's BPF sockmap feature, specifically in the sk_redir handling within tcp_bpf_sendmsg_redir(). The function tcp_bpf_send_verdict() copies the psock->sk_redir pointer while holding the source socket lock but fails to take a reference for t...

8.4CVSS5.5AI score0.00138EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:31 p.m.10 views

EUVD-2026-64526

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer while holding the source socket lock, but does not take a reference for...

5.5AI score0.00138EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.26 views

CVE-2026-74589 bpf, sockmap: Fix sk_redir use-after-free in send verdict

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer while holding the source socket lock, but does not take a reference for...

8.4CVSS0.00138EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.17 views

PT-2026-79594

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix sk redir use-after-free in send verdict sk psock msg verdict takes a socket reference for psock-sk redir. tcp bpf send verdict copies that pointer while holding the source socket lock, but does not take a...

5.4AI score0.00138EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-74589

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer whi...

8.4CVSS5.5AI score0.00138EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/18 8:52 p.m.4 views

SUSE-SU-2026:23244-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and Micro 6.1 kernel was updated to fix various security issues: The following security issues were fixed: - CVE-2025-68741: scsi: qla2xxx: Fix improper freeing of purex item bsc1255703. - CVE-2025-68818: scsi: Revert "scsi: qla2xxx: Perform lockless command...

10CVSS7.2AI score0.99907EPSS
SaveExploits272References1310
OSV
OSV
added 2026/08/18 6:56 p.m.3 views

SUSE-SU-2026:23193-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and Micro 6.1 RT kernel was updated to fix various security issues: The following security issues were fixed: - CVE-2025-68741: scsi: qla2xxx: Fix improper freeing of purex item bsc1255703. - CVE-2025-68818: scsi: Revert "scsi: qla2xxx: Perform lockless command...

10CVSS7.2AI score0.99907EPSS
SaveExploits272References1312
Rows per page
Query Builder