Lucene search
+L

51 matches found

Cvelist
Cvelist
added 2025/04/16 2:12 p.m.26 views

CVE-2025-22059 udp: Fix multiple wraparounds of sk->sk_rmem_alloc.

In the Linux kernel, the following vulnerability has been resolved: udp: Fix multiple wraparounds of sk-skrmemalloc. udpenqueuescheduleskb has the following condition: if atomicread&sk-skrmemalloc sk-skrcvbuf goto drop; sk-skrcvbuf is initialised by net.core.rmemdefault and later can be configure...

7.5CVSS0.0047EPSS
SaveExploits0References4
OSV
OSV
added 2025/04/16 2:12 p.m.13 views

CVE-2025-22059 udp: Fix multiple wraparounds of sk->sk_rmem_alloc.

In the Linux kernel, the following vulnerability has been resolved: udp: Fix multiple wraparounds of sk-skrmemalloc. udpenqueuescheduleskb has the following condition: if atomicread&sk-skrmemalloc sk-skrcvbuf goto drop; sk-skrcvbuf is initialised by net.core.rmemdefault and later can be configure...

7.5CVSS6.5AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/04/16 12:00 a.m.12 views

PT-2025-16699 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the Linux kernel's UDP implementation, where multiple wraparounds of sk-sk rmem alloc can occur. This happens when sk-sk rcvbuf is set to a large value, such as...

7.8CVSS5.9AI score0.67588EPSS
SaveExploits3References947
OSV
OSV
added 2024/10/17 12:33 p.m.8 views

SUSE-SU-2024:3711-1 Security update for cups-filters

This update for cups-filters fixes the following issues: - cups-browsed would bind on UDP INADDRANY:631 and trust any packet from any source to trigger a Get-Printer-Attributes IPP request to an attacker controlled URL. This patch removes support for the legacy CUPS and LDAP protocols, the previo...

7.5CVSS7.3AI score0.50605EPSS
SaveExploits15References5
RedHat Linux
RedHat Linux
added 2024/10/15 12:42 a.m.45 views

Moderate: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 8.8 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

10CVSS6.8AI score0.01EPSS
SaveExploits1References11
RedhatCVE
RedhatCVE
added 2024/07/31 9:13 a.m.19 views

CVE-2024-41041

In the Linux kernel, the following vulnerability has been resolved: udp: Set SOCKRCUFREE earlier in udplibgetport. syzkaller triggered the warning 0 in udpv4earlydemux. In udpv46earlydemux and sklookup, we do not touch the refcount of the looked-up sk and use sockpfree as skb-destructor, so we...

4.7CVSS6.7AI score0.00292EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/29 3:15 p.m.19 views

CVE-2024-41041

In the Linux kernel, the following vulnerability has been resolved: udp: Set SOCKRCUFREE earlier in udplibgetport. syzkaller triggered the warning 0 in udpv4earlydemux. In udpv46earlydemux and sklookup, we do not touch the refcount of the looked-up sk and use sockpfree as skb-destructor, so we...

7.8CVSS0.00292EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/29 2:31 p.m.25 views

CVE-2024-41041 udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().

In the Linux kernel, the following vulnerability has been resolved: udp: Set SOCKRCUFREE earlier in udplibgetport. syzkaller triggered the warning 0 in udpv4earlydemux. In udpv46earlydemux and sklookup, we do not touch the refcount of the looked-up sk and use sockpfree as skb-destructor, so we...

7.8CVSS5.8AI score
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2024/05/23 2:03 p.m.17 views

CVE-2021-47248

A vulnerability was found in the Linux kernel's UDP implementation, where a race condition exists between the close and udpabort functions. This race can cause a system panic during socket operations, leading to unexpected crashes Mitigation Red Hat has investigated whether a possible mitigation...

5.8CVSS9AI score0.00189EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/21 3:15 p.m.16 views

CVE-2021-47248

In the Linux kernel, the following vulnerability has been resolved: udp: fix race between close and udpabort Kaustubh reported and diagnosed a panic in udpliblookup. The root cause is udpabort racing with close. Both racing functions acquire the socket lock, but udpv6destroysock release it before...

7.8CVSS6.5AI score0.00189EPSS
SaveExploits0References7
OSV
OSV
added 2024/05/21 3:15 p.m.15 views

CVE-2021-47248

In the Linux kernel, the following vulnerability has been resolved: udp: fix race between close and udpabort Kaustubh reported and diagnosed a panic in udpliblookup. The root cause is udpabort racing with close. Both racing functions acquire the socket lock, but udpv6destroysock release it before...

4.7CVSS7AI score
SaveExploits0References7
CVE
CVE
added 2024/05/21 2:19 p.m.102 views

CVE-2021-47248

The CVE-2021-47248 entry concerns a race in the Linux kernel UDP path between close() and udp_abort(). The root cause is udp_abort() racing with close(), with both paths acquiring the socket lock, while udp{v6}_destroy_sock() releases it before performing destructive actions. The fix uses the SOC...

7.8CVSS6.7AI score0.00189EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/05/19 8:34 a.m.23 views

CVE-2024-35884 udp: do not accept non-tunnel GSO skbs landing in a tunnel

In the Linux kernel, the following vulnerability has been resolved: udp: do not accept non-tunnel GSO skbs landing in a tunnel When rx-udp-gro-forwarding is enabled UDP packets might be GROed when being forwarded. If such packets might land in a tunnel this can cause various issues and...

9.8CVSS5.9AI score
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.25 views

CVE-2021-47036 udp: skip L4 aggregation for UDP tunnel packets

In the Linux kernel, the following vulnerability has been resolved: udp: skip L4 aggregation for UDP tunnel packets If NETIFFGROFRAGLIST or NETIFFGROUDPFWD are enabled, and there are UDP tunnels available in the system, udpgroreceive could end-up doing L4 aggregation either SKBGSOUDPL4 or...

9.8CVSS7AI score0.00531EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/02/27 6:40 p.m.27 views

CVE-2021-46952

In the Linux kernel, the following vulnerability has been resolved: NFS: fscontext: validate UDP retrans to prevent shift out-of-bounds Fix shift out-of-bounds in xprtcalcmajortimeo. This is caused by a garbage timeout retrans mount option being passed to nfs mount, in this case from syzkaller. I...

7.1CVSS6.4AI score0.00281EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2023/03/27 2:33 p.m.10 views

CVE-2023-1133 CVE-2023-1133

Delta Electronics InfraSuite Device Master versions prior to 1.0.5 contain a vulnerability in which the Device-status service listens on port 10100/ UDP by default. The service accepts the unverified UDP packets and deserializes the content, which could allow an unauthenticated attacker to remote...

9.8CVSS7.4AI score0.5005EPSS
SaveExploits3References2
SUSE CVE
SUSE CVE
added 2023/02/15 6:03 a.m.8 views

SUSE CVE-2009-2698

The udpsendmsg function in the UDP implementation in 1 net/ipv4/udp.c and 2 net/ipv6/udp.c in the Linux kernel before 2.6.19 allows local users to gain privileges or cause a denial of service NULL pointer dereference and system crash via vectors involving the MSGMORE flag and a UDP socket...

7.8CVSS6.6AI score0.07121EPSS
SaveExploits18References4
CNVD
CNVD
added 2021/01/22 12:00 a.m.36 views

Cisco SD-WAN UDP Denial of Service Vulnerability

The Cisco SD-WAN vEdge is a router from Cisco, Inc. that provides basic WAN and security and multi-cloud capabilities for Cisco SD-WAN solutions. This device provides basic WAN, security, and multi-cloud capabilities for Cisco SD-WAN solutions.Cisco SD-WAN vManage is software from Cisco that...

8.6CVSS6.9AI score0.01894EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2020/10/12 12:00 a.m.36 views

Cisco SD-WAN Solution Software DoS (cisco-sa-sdw-dos-KWOdyHnB)

A denial of service DoS vulnerability exists in Cisco SD-WAN Solution Software due to improper validation of fields in Cisco SD-WAN peering messages that are encapsulated in UDP packets. An unauthenticated, remote attacker can exploit this issue, by sending crafted UDP messages to the targeted...

8.6CVSS8AI score0.01374EPSS
SaveExploits0References2
Veracode
Veracode
added 2020/05/10 11:21 p.m.49 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
Rows per page
Query Builder