Lucene search
+L

33 matches found

CVE
CVE
added 2026/03/25 10:33 a.m.54 views

CVE-2026-23394

CVE-2026-23394 – af_unix GC race with MSG_PEEK (Linux kernel) : A race between MSG_PEEK and garbage collection can cause the GC to incorrectly GC dead sockets, since MSG_PEEK silently bumps a file refcount. The issue originates from a change in the current GC algorithm and the removal of the lock...

4.7CVSS5.7AI score0.00089EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2013-0311

Malware in sbrugna...

4.9CVSS6AI score0.00402EPSS
SaveExploits0References11
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2024-53804

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.00265EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2024-51882

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.00222EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2024-53805

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.00267EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/03/20 12:0 a.m.17 views

Azure Linux 3.0 Security Update: kernel (CVE-2024-57901)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-57901 advisory. - In the Linux kernel, the following vulnerability has been resolved: afpacket: fix vlangetprotocoldgram vs...

7.3CVSS5.9AI score0.00265EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/10 12:0 a.m.12 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-57902)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-57902 advisory. - In the Linux kernel, the following vulnerability has been resolved: afpacket: fix vlangettci vs MSGPEEK Blam...

7.3CVSS5.9AI score0.00267EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2024-57902

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - afpacket: fix vlangettci vs MSGPEEK Blamed commit forgot MSGPEEK case, allowing a crash 1 as found by syzbot. Rework vlangettci to not touch skb at all, so that...

7.3CVSS6.5AI score0.00267EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/01/16 12:51 a.m.20 views

CVE-2024-57901

In the Linux kernel, the following vulnerability has been resolved: afpacket: fix vlangetprotocoldgram vs MSGPEEK Blamed commit forgot MSGPEEK case, allowing a crash 1 as found by syzbot. Rework vlangetprotocoldgram to not touch skb at all, so that it can be used from many cpus on the same skb. A...

5.5CVSS6.6AI score0.00265EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/15 3:25 p.m.10 views

CVE-2024-57902

In the Linux kernel, the following vulnerability has been resolved: afpacket: fix vlangettci vs MSGPEEK Blamed commit forgot MSGPEEK case, allowing a crash 1 as found by syzbot. Rework vlangettci to not touch skb at all, so that it can be used from many cpus on the same skb. Add a const qualifier...

5.5CVSS6.7AI score0.00267EPSS
SaveExploits0References4
NVD
NVD
added 2025/01/15 1:15 p.m.22 views

CVE-2024-57901

In the Linux kernel, the following vulnerability has been resolved: afpacket: fix vlangetprotocoldgram vs MSGPEEK Blamed commit forgot MSGPEEK case, allowing a crash 1 as found by syzbot. Rework vlangetprotocoldgram to not touch skb at all, so that it can be used from many cpus on the same skb. A...

7.3CVSS0.00265EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/01/15 1:5 p.m.33 views

CVE-2024-57902 af_packet: fix vlan_get_tci() vs MSG_PEEK

In the Linux kernel, the following vulnerability has been resolved: afpacket: fix vlangettci vs MSGPEEK Blamed commit forgot MSGPEEK case, allowing a crash 1 as found by syzbot. Rework vlangettci to not touch skb at all, so that it can be used from many cpus on the same skb. Add a const qualifier...

7.3CVSS0.00267EPSS
SaveExploits0References7
OSV
OSV
added 2025/01/15 1:5 p.m.14 views

CVE-2024-57902 af_packet: fix vlan_get_tci() vs MSG_PEEK

In the Linux kernel, the following vulnerability has been resolved: afpacket: fix vlangettci vs MSGPEEK Blamed commit forgot MSGPEEK case, allowing a crash 1 as found by syzbot. Rework vlangettci to not touch skb at all, so that it can be used from many cpus on the same skb. Add a const qualifier...

7.3CVSS5.9AI score
SaveExploits0References13
CVE
CVE
added 2025/01/15 1:5 p.m.169 views

CVE-2024-57902

CVE-2024-57902 affects the Linux kernel; the issue was in af_packet's vlan_get_tci() where MSG_PEEK handling could crash a skb during packet reception. The patch reworks vlan_get_tci() to avoid touching the skb entirely and makes skb a const argument. This mitigates the crash by ensuring that vla...

7.3CVSS6.4AI score0.00267EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/01/15 1:5 p.m.19 views

CVE-2024-57901 af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK

In the Linux kernel, the following vulnerability has been resolved: afpacket: fix vlangetprotocoldgram vs MSGPEEK Blamed commit forgot MSGPEEK case, allowing a crash 1 as found by syzbot. Rework vlangetprotocoldgram to not touch skb at all, so that it can be used from many cpus on the same skb. A...

7.3CVSS0.00265EPSS
SaveExploits0References7
OSV
OSV
added 2025/01/15 1:5 p.m.11 views

CVE-2024-57901 af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK

In the Linux kernel, the following vulnerability has been resolved: afpacket: fix vlangetprotocoldgram vs MSGPEEK Blamed commit forgot MSGPEEK case, allowing a crash 1 as found by syzbot. Rework vlangetprotocoldgram to not touch skb at all, so that it can be used from many cpus on the same skb. A...

7.3CVSS6AI score
SaveExploits0References14
CVE
CVE
added 2025/01/15 1:5 p.m.189 views

CVE-2024-57901

Technical details for CVE-2024-57901 are not provided in the connected documents. The initial description notes the af_packet vlan_get_protocol_dgram() fix but does not specify affected product/version, exploitability, or remediation beyond generic update guidance. Monitor for updates.

7.3CVSS6.3AI score0.00265EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2024/12/27 1:49 p.m.41 views

CVE-2024-53210 s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()

In the Linux kernel, the following vulnerability has been resolved: s390/iucv: MSGPEEK causes memory leak in iucvsockdestruct Passing MSGPEEK flag to skbrecvdatagram increments skb refcount skb-users and iucvsockrecvmsg does not decrement skb refcount at exit. This results in skb memory leak in...

0.00222EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/27 1:49 p.m.9 views

CVE-2024-53210 s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()

In the Linux kernel, the following vulnerability has been resolved: s390/iucv: MSGPEEK causes memory leak in iucvsockdestruct Passing MSGPEEK flag to skbrecvdatagram increments skb refcount skb-users and iucvsockrecvmsg does not decrement skb refcount at exit. This results in skb memory leak in...

5.5CVSS5.9AI score
SaveExploits0References9
CVE
CVE
added 2024/12/27 1:49 p.m.161 views

CVE-2024-53210

CVE-2024-53210 affects the Linux kernel (s390/iucv) where passing MSG_PEEK to skb_recv_datagram() increments skb->users refcount and iucv_sock_recvmsg() does not decrement it, causing a skb memory leak during skb_queue_purge() and a WARN_ON during socket destruction. The fix is to decrement sk...

5.5CVSS6.7AI score0.00222EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder