Lucene search
+L

25033 matches found

UbuntuCve
UbuntuCve
added 2026/04/23 12:00 a.m.17 views

CVE-2026-35058

Improper validation of packet length during tls-crypt-v2 key extraction in OpenVPN 2.6.0 through 2.6.19 and 2.7alpha1 through 2.7.1 allows authenticated attackers to trigger a fatal assertion and cause a denial of service via a specially crafted packet...

6.9CVSS7AI score0.00392EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2026/04/22 8:29 p.m.11 views

CVE-2026-31526

A flaw was found in the Linux kernel's Berkeley Packet Filter BPF subsystem. When an exception occurs during the execution of a BPF subprogram, the system may fail to release user-acquired locks. This oversight can lead to resource leaks and system instability, potentially resulting in a Denial o...

5.5CVSS5.9AI score0.001EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/22 8:15 p.m.13 views

CVE-2026-31517

A flaw was found in the Linux kernel's IP-TFS IP-Transparent Fragmentation Service subsystem. A remote attacker could send specially crafted network packets that, during the reassembly process, cause the kernel to attempt an invalid operation on a network buffer. This improper handling of network...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/22 7:39 p.m.13 views

CVE-2026-31504

A flaw was found in the Linux kernel. A race condition in the packetrelease function, specifically during a network device up NETDEVUP event, can lead to a Use-After-Free UAF vulnerability. This occurs when a socket is re-registered into a fanout group's array, leaving a dangling pointer. A local...

7.8CVSS5.2AI score0.00135EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/22 3:31 p.m.9 views

EUVD-2026-24939

A cached crafted response can cause an out-of-bounds read if custom Lua code calls getDomainListByAddress or getAddressListByDomain on a packet cache...

4.8CVSS5.8AI score0.01073EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/04/22 3:31 p.m.16 views

EUVD-2026-24881

In the Linux kernel, the following vulnerability has been resolved: net: fix fanout UAF in packetrelease via NETDEVUP race packetrelease has a race window where NETDEVUP can re-register a socket into a fanout group's arr array. The re-registration is not cleaned up by fanoutrelease, leaving a...

4.7CVSS6.2AI score0.00328EPSS
SaveExploits0References9
NVD
NVD
added 2026/04/22 2:16 p.m.9 views

CVE-2026-33598

A cached crafted response can cause an out-of-bounds read if custom Lua code calls getDomainListByAddress or getAddressListByDomain on a packet cache...

9.1CVSS0.01073EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/22 2:16 p.m.10 views

CVE-2026-31517

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: fix skbput panic on non-linear skb during reassembly In iptfsreassemcont, IP-TFS attempts to append data to the new inner packet 'newskb' that is being reassembled. First a zero-copy approach is tried if it succeeds...

5.5CVSS0.00121EPSS
SaveExploits0References3
NVD
NVD
added 2026/04/22 2:16 p.m.9 views

CVE-2026-31504

In the Linux kernel, the following vulnerability has been resolved: net: fix fanout UAF in packetrelease via NETDEVUP race packetrelease has a race window where NETDEVUP can re-register a socket into a fanout group's arr array. The re-registration is not cleaned up by fanoutrelease, leaving a...

7.8CVSS0.00135EPSS
SaveExploits0References10
CVE
CVE
added 2026/04/22 1:54 p.m.57 views

CVE-2026-31525

CVE-2026-31525 concerns the Linux kernel BPF interpreter’s signed 32-bit division/modulo (sdiv32/smod32). The issue arises from using abs() on s32 operands, which is undefined for S32_MIN, causing incorrect results that can mismatch verifier behavior and enable out-of-bounds map access. A fix int...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/04/22 1:54 p.m.14 views

CVE-2026-31518 esp: fix skb leak with espintcp and async crypto

In the Linux kernel, the following vulnerability has been resolved: esp: fix skb leak with espintcp and async crypto When the TX queue for espintcp is full, espoutputtailtcp will return an error and not free the skb, because with synchronous crypto, the common xfrm output code will drop the packe...

6.3AI score
SaveExploits0References13
CVE
CVE
added 2026/04/22 1:54 p.m.26 views

CVE-2026-31517

The CVE-2026-31517 vulnerability affects the Linux kernel’s IP-TFS (xfrm_iptfs) reassembly path. During datagram reassembly, an optimization can make newskb non-linear; if a subsequent fragment is appended via skb_put(), the code may trigger a SKB_LINEAR_ASSERT and crash (OOPS). The documented fi...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/04/22 1:54 p.m.51 views

CVE-2026-31504

The CVE-2026-31504 entry describes a race in the Linux kernel’s networking stack: during a NETDEV_UP event, a socket re-registration into a fanout group’s arr[] can leave a dangling pointer if packet_release() doesn’t clear po->num while bind_lock is held. This Use-After-Free risk stems from a...

7.8CVSS6.2AI score0.00135EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2026/04/22 1:54 p.m.41 views

CVE-2026-31504 net: fix fanout UAF in packet_release() via NETDEV_UP race

In the Linux kernel, the following vulnerability has been resolved: net: fix fanout UAF in packetrelease via NETDEVUP race packetrelease has a race window where NETDEVUP can re-register a socket into a fanout group's arr array. The re-registration is not cleaned up by fanoutrelease, leaving a...

7.8CVSS0.00135EPSS
SaveExploits0References8
OSV
OSV
added 2026/04/22 1:54 p.m.11 views

CVE-2026-31504 net: fix fanout UAF in packet_release() via NETDEV_UP race

In the Linux kernel, the following vulnerability has been resolved: net: fix fanout UAF in packetrelease via NETDEVUP race packetrelease has a race window where NETDEVUP can re-register a socket into a fanout group's arr array. The re-registration is not cleaned up by fanoutrelease, leaving a...

7.8CVSS5.7AI score
SaveExploits0References13
AlpineLinux
AlpineLinux
added 2026/04/22 1:46 p.m.16 views

CVE-2026-33598

A cached crafted response can cause an out-of-bounds read if custom Lua code calls getDomainListByAddress or getAddressListByDomain on a packet cache...

9.1CVSS5.8AI score0.01073EPSS
SaveExploits0
CVE
CVE
added 2026/04/22 1:46 p.m.23 views

CVE-2026-33598

PowerDNS DNSdist is affected by CVE-2026-33598: a cached crafted response can trigger an out-of-bounds read when Lua code calls getDomainListByAddress() or getAddressListByDomain() on a packet cache. Multiple vendors/advisories (SUSE, Red Hat, Debian, Alpine, EUVD, NVD) document the flaw. The pro...

9.1CVSS5.8AI score0.01073EPSS
SaveExploits0References1Affected Software1
RedHat Linux
RedHat Linux
added 2026/04/22 10:00 a.m.10 views

wireshark: Improperly Controlled Sequential Memory Allocation in Wireshark

A flaw was found in the USB HID dissector in Wireshark. This issue occurs when malformed packets are decoded from a pcap file or the network, causing an excessive consumption of memory, resulting in a denial of service...

7.5CVSS5.7AI score0.00184EPSS
SaveExploits2References6
Positive Technologies
Positive Technologies
added 2026/04/22 12:00 a.m.12 views

PT-2026-34442

Name of the Vulnerable Software and Affected Versions The product name cannot be determined affected versions not specified Description A cached crafted response can cause an out-of-bounds read, which occurs when a program reads data outside the intended boundary of a buffer. This happens if cust...

9.1CVSS5.2AI score0.01073EPSS
SaveExploits0References48
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:00 a.m.8 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2026-013623)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013623 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent decltag from being referenced in funcproto arg Syzkaller managed to hit another...

5.5AI score0.00177EPSS
SaveExploits0References4
Rows per page
Query Builder