Lucene search
+L

168 matches found

OSV
OSV
added 2025/09/15 2:15 p.m.12 views

UBUNTU-CVE-2023-53198

In the Linux kernel, the following vulnerability has been resolved: raw: Fix NULL deref in rawgetnext. Dae R. Jeong reported a NULL deref in rawgetnext 0. It seems that the repro was running these sequences in parallel so that one thread was iterating on a socket that was being freed in another...

5.5CVSS5.7AI score0.00154EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/15 2:06 p.m.13 views

CVE-2023-53198 raw: Fix NULL deref in raw_get_next().

In the Linux kernel, the following vulnerability has been resolved: raw: Fix NULL deref in rawgetnext. Dae R. Jeong reported a NULL deref in rawgetnext 0. It seems that the repro was running these sequences in parallel so that one thread was iterating on a socket that was being freed in another...

0.00154EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/15 2:06 p.m.55 views

CVE-2023-53198

CVE-2023-53198 affects the Linux kernel raw socket handling (net/ipv4/raw.c). The vulnerability is a NULL dereference in raw_get_next(), triggered by races where a socket in one netns is freed while another thread iterates SOCK_RAW sockets. The root cause involves using RCU-based iteration with h...

5.5CVSS6AI score0.00154EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/09/15 2:06 p.m.8 views

CVE-2023-53198 raw: Fix NULL deref in raw_get_next().

In the Linux kernel, the following vulnerability has been resolved: raw: Fix NULL deref in rawgetnext. Dae R. Jeong reported a NULL deref in rawgetnext 0. It seems that the repro was running these sequences in parallel so that one thread was iterating on a socket that was being freed in another...

6.7AI score
SaveExploits0References6
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the failure to use spinlocks to protect slow paths during iteration of SOCKRAW sockets, which could lead to...

5.5CVSS7.2AI score0.00154EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/20 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2020-26088

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A missing CAPNETRAW check in NFC socket creation in net/nfc/rawsock.c in the Linux kernel before 5.8.2 could be used by local attackers to create raw sockets,...

5.5CVSS6.4AI score0.00399EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2019-17052

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ax25create in net/ax25/afax25.c in the AFAX25 network module in the Linux kernel 3.16 through 5.3.2 does not enforce CAPNETRAW, which means that unprivileged...

3.3CVSS6.3AI score0.00635EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2019-17054

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - atalkcreate in net/appletalk/ddp.c in the AFAPPLETALK network module in the Linux kernel through 5.3.2 does not enforce CAPNETRAW, which means that unprivileged...

3.3CVSS6.2AI score0.00514EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/08 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2023-52340

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The IPv6 implementation in the Linux kernel before 6.3 has a net/ipv6/route.c maxsize threshold that can be consumed easily, e.g., leading to a denial of servic...

7.5CVSS5.9AI score0.0094EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.15 views

kernel: net: restrict SO_REUSEPORT to inet sockets

In the Linux kernel, the following vulnerability has been resolved: net: restrict SOREUSEPORT to inet sockets After blamed commit, crypto sockets could accidentally be destroyed from RCU call back, as spotted by zyzbot 1. Trying to acquire a mutex in RCU callback is not allowed. Restrict...

5.5CVSS6.7AI score0.00197EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2024-42106

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - inetdiag: Initialize pad field in struct inetdiagreqv2 KMSAN reported uninit-value access in rawlookup 1. Diag for raw sockets uses the pad field in struct...

5.5CVSS6.3AI score0.00258EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/08/22 12:00 a.m.13 views

UCI IDOL 2 安全漏洞

UCI IDOL 2 IDOL2,uciIDOL is a management system from UCI Inc. to optimize the company's business processes as well as increase productivity. A security vulnerability exists in UCI IDOL 2 version 2.12 and prior versions that stems from data being transferred over raw sockets without any...

9.1CVSS6.9AI score0.00691EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2024/08/21 12:00 a.m.20 views

PT-2024-31451 · Unknown · Uci Idol 2

Name of the Vulnerable Software and Affected Versions: UCI IDOL 2 versions through 2.12 Description: An issue was discovered in UCI IDOL 2, where data is transferred over a raw socket without any authentication mechanism. Thus, communication endpoints are not verifiable. Recommendations: For...

9.1CVSS7.2AI score0.00691EPSS
SaveExploits1References11
OSV
OSV
added 2024/07/30 8:15 a.m.15 views

UBUNTU-CVE-2024-42106

In the Linux kernel, the following vulnerability has been resolved: inetdiag: Initialize pad field in struct inetdiagreqv2 KMSAN reported uninit-value access in rawlookup 1. Diag for raw sockets uses the pad field in struct inetdiagreqv2 for the underlying protocol. This field corresponds to the...

5.5CVSS6.1AI score0.00258EPSS
SaveExploits0References33
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.23 views

CVE-2024-42106 inet_diag: Initialize pad field in struct inet_diag_req_v2

In the Linux kernel, the following vulnerability has been resolved: inetdiag: Initialize pad field in struct inetdiagreqv2 KMSAN reported uninit-value access in rawlookup 1. Diag for raw sockets uses the pad field in struct inetdiagreqv2 for the underlying protocol. This field corresponds to the...

6.3AI score0.00258EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/30 7:46 a.m.28 views

CVE-2024-42106 inet_diag: Initialize pad field in struct inet_diag_req_v2

In the Linux kernel, the following vulnerability has been resolved: inetdiag: Initialize pad field in struct inetdiagreqv2 KMSAN reported uninit-value access in rawlookup 1. Diag for raw sockets uses the pad field in struct inetdiagreqv2 for the underlying protocol. This field corresponds to the...

5.9AI score
SaveExploits0References12
OSV
OSV
added 2024/07/05 2:15 a.m.2 views

DEBIAN-CVE-2023-52340

The IPv6 implementation in the Linux kernel before 6.3 has a net/ipv6/route.c maxsize threshold that can be consumed easily, e.g., leading to a denial of service network is unreachable errors when IPv6 packets are sent in a loop via a raw socket...

7.5CVSS6AI score0.0094EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.9 views

kernel: ipv6: Fix an uninit variable access bug in __ip6_make_skb()

A flaw was identified in the Linux kernel’s IPv6 networking code in the function ip6makeskb. Under certain conditions—such as when using raw IPv6 sockets and processing ICMPv6 headers—the code may access an uninitialized variable because the expected header data is not guaranteed to reside in the...

6AI score0.00205EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.7 views

kernel: raw: Fix NULL deref in raw_get_next()

In the Linux kernel, the following vulnerability has been resolved: raw: Fix NULL deref in rawgetnext. Dae R. Jeong reported a NULL deref in rawgetnext 0. It seems that the repro was running these sequences in parallel so that one thread was iterating on a socket that was being freed in another...

5.5CVSS6.8AI score0.00154EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.14 views

kernel: ipv6: Fix an uninit variable access bug in __ip6_make_skb()

A flaw was identified in the Linux kernel’s IPv6 networking code in the function ip6makeskb. Under certain conditions—such as when using raw IPv6 sockets and processing ICMPv6 headers—the code may access an uninitialized variable because the expected header data is not guaranteed to reside in the...

6AI score0.00205EPSS
SaveExploits0References5
Rows per page
Query Builder