Lucene search
+L

44 matches found

RedhatCVE
RedhatCVE
added 2025/01/15 3:25 p.m.11 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.00273EPSS
SaveExploits0References4
NVD
NVD
added 2025/01/15 1:15 p.m.23 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.0027EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/01/15 1:5 p.m.34 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.00273EPSS
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.172 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.00273EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2025/01/15 1:5 p.m.194 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.0027EPSS
SaveExploits0References11Affected 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.0027EPSS
SaveExploits0References7
OSV
OSV
added 2025/01/15 1:5 p.m.12 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
Cvelist
Cvelist
added 2024/12/27 1:49 p.m.45 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.10 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.166 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
Debian CVE
Debian CVE
added 2024/12/27 1:49 p.m.9 views

CVE-2024-53210

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.6AI score0.00222EPSS
SaveExploits0
F5 Networks
F5 Networks
added 2023/02/21 6:54 p.m.71 views

K51025656: Linux kernel vulnerability CVE-2016-10229

Security Advisory Description udp.c in the Linux kernel before 4.5 allows remote attackers to execute arbitrary code via UDP traffic that triggers an unsafe second checksum calculation during execution of a recv system call with the MSGPEEK flag. CVE-2016-10229 Impact There is no impact; F5...

10CVSS8.2AI score0.12824EPSS
SaveExploits1
Veracode
Veracode
added 2020/05/10 11:21 p.m.44 views

Remote Code Execution (RCE)

udp.c in the Linux kernel is vulnerable Remote Code Execution RCE. It allows remote attackers to execute arbitrary code via UDP traffic that triggers an unsafe second checksum calculation during execution of a recv system call with the MSGPEEK flag...

9.8CVSS8.2AI score0.12824EPSS
SaveExploits1References8Affected Software3
Oracle linux
Oracle linux
added 2017/05/16 12:0 a.m.91 views

Unbreakable Enterprise kernel security update

2.6.39-400.295.2 - nfsd: stricter decoding of write-like NFSv2/v3 ops J. Bruce Fields Orabug: 25986995 CVE-2017-7895 2.6.39-400.295.1 - ocfs2/o2net: o2netlistendataready should do nothing if socket state is not TCPLISTEN Tariq Saeed Orabug: 25510857 - IB/CORE: sync the resouce access in fmrpool...

10CVSS8.4AI score0.12824EPSS
SaveExploits42
NVD
NVD
added 2017/04/04 5:59 a.m.26 views

CVE-2016-10229

udp.c in the Linux kernel before 4.5 allows remote attackers to execute arbitrary code via UDP traffic that triggers an unsafe second checksum calculation during execution of a recv system call with the MSGPEEK flag...

10CVSS9.5AI score0.12824EPSS
SaveExploits1References7
Prion
Prion
added 2017/04/04 5:59 a.m.27 views

Code injection

udp.c in the Linux kernel before 4.5 allows remote attackers to execute arbitrary code via UDP traffic that triggers an unsafe second checksum calculation during execution of a recv system call with the MSGPEEK flag...

10CVSS8AI score0.12824EPSS
SaveExploits1References6Affected Software2
AlpineLinux
AlpineLinux
added 2017/04/04 4:54 a.m.50 views

CVE-2016-10229

udp.c in the Linux kernel before 4.5 allows remote attackers to execute arbitrary code via UDP traffic that triggers an unsafe second checksum calculation during execution of a recv system call with the MSGPEEK flag...

10CVSS9.5AI score0.12824EPSS
SaveExploits1
android
android
added 2017/04/01 12:0 a.m.47 views

CVE-2016-10229

udp.c in the Linux kernel before 4.5 allows remote attackers to execute arbitrary code via UDP traffic that triggers an unsafe second checksum calculation during execution of a recv system call with the MSGPEEK flag...

10CVSS8.2AI score0.12824EPSS
SaveExploits1References3
Prion
Prion
added 2013/02/19 7:55 p.m.32 views

Code injection

The skbrecvdatagram function in net/core/datagram.c in the Linux kernel before 3.8 does not properly handle the MSGPEEK flag with zero-length data, which allows local users to cause a denial of service infinite loop and system hang via a crafted application...

4.9CVSS6.3AI score0.00402EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder