Lucene search
+L

4333609 matches found

CVE
CVE
added 2 hours ago6 views

CVE-2026-54332

Summary: gopacket

6.9CVSS5.9AI score
SaveExploits0References3
OSV
OSV
added 2 hours ago2 views

GHSA-G6V3-7XMC-W563 GoPacket's sFlow ExtendedGatewayFlow decoder: unbounded attacker-controlled allocation (104-byte UDP datagram -> up to 16 GiB make) -> unauthenticated remote DoS

Summary The sFlow ExtendedGatewayFlow record decoder in github.com/gopacket/gopacket allocates a slice with makeuint32, n where n is an attacker-controlled 32-bit wire field that has no upper bound. Because the allocation happens before the read loop that would consume the corresponding bytes, a...

6.9CVSS6.4AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2 hours ago3 views

GoPacket's sFlow ExtendedGatewayFlow decoder: unbounded attacker-controlled allocation (104-byte UDP datagram -> up to 16 GiB make) -> unauthenticated remote DoS

Summary The sFlow ExtendedGatewayFlow record decoder in github.com/gopacket/gopacket allocates a slice with makeuint32, n where n is an attacker-controlled 32-bit wire field that has no upper bound. Because the allocation happens before the read loop that would consume the corresponding bytes, a...

6.9CVSS6.4AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 3 hours ago2 views

GHSA-6R28-9PPF-4HJ5 GoPacket's Diameter AVP decoder: uint32 underflow on vendor header size leads to unbounded ~4 GiB allocation (unauthenticated remote DoS)

Summary The Diameter AVP decoder in github.com/gopacket/gopacket computes dataLength := avp.Length - uint32headerSize without first ensuring avp.Length = headerSize. When the Vendor flag is set, headerSize is 12, but the only length guard upstream rejects avp.Length CWE-770 unbounded allocation...

6.9CVSS6.5AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 3 hours ago3 views

GoPacket's Diameter AVP decoder: uint32 underflow on vendor header size leads to unbounded ~4 GiB allocation (unauthenticated remote DoS)

Summary The Diameter AVP decoder in github.com/gopacket/gopacket computes dataLength := avp.Length - uint32headerSize without first ensuring avp.Length = headerSize. When the Vendor flag is set, headerSize is 12, but the only length guard upstream rejects avp.Length CWE-770 unbounded allocation...

6.9CVSS6.5AI score
SaveExploits0References4Affected Software1
F5 Networks
F5 Networks
added 3 hours ago2 views

K000162114: Python urllib3 vulnerability CVE-2025-66418

Security Advisory Description urllib3 is a user-friendly HTTP client library for Python. Starting in version 1.24 and prior to 2.6.0, the number of links in the decompression chain was unbounded, allowing a malicious server to insert a virtually unlimited number of compression steps, leading to...

8.9CVSS6.7AI score0.00647EPSS
SaveExploits0Affected Software1
Cvelist
Cvelist
added 3 hours ago7 views

CVE-2026-54345 GoPacket's Diameter AVP decoder: uint32 underflow on vendor header size leads to unbounded ~4 GiB allocation (unauthenticated remote DoS)

gopacket provides packet processing capabilities for Go. In version 1.6.0 and earlier, the Diameter AVP decoder computes an AVP data length by subtracting a fixed header size from an attacker-controlled AVP Length field, so a vendor-flagged AVP whose Length is smaller than the 12-byte header...

6.9CVSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 3 hours ago2 views

CVE-2026-54345

gopacket provides packet processing capabilities for Go. In version 1.6.0 and earlier, the Diameter AVP decoder computes an AVP data length by subtracting a fixed header size from an attacker-controlled AVP Length field, so a vendor-flagged AVP whose Length is smaller than the 12-byte header...

6.9CVSS5.9AI score
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 3 hours ago2 views

CVE-2026-54345 GoPacket's Diameter AVP decoder: uint32 underflow on vendor header size leads to unbounded ~4 GiB allocation (unauthenticated remote DoS)

gopacket provides packet processing capabilities for Go. In version 1.6.0 and earlier, the Diameter AVP decoder computes an AVP data length by subtracting a fixed header size from an attacker-controlled AVP Length field, so a vendor-flagged AVP whose Length is smaller than the 12-byte header...

6.9CVSS5.9AI score
SaveExploits0References3
EUVD
EUVD
added 3 hours ago3 views

EUVD-2026-49893

gopacket provides packet processing capabilities for Go. In version 1.6.0 and earlier, the Diameter AVP decoder computes an AVP data length by subtracting a fixed header size from an attacker-controlled AVP Length field, so a vendor-flagged AVP whose Length is smaller than the 12-byte header...

6.9CVSS5.9AI score
SaveExploits0References3
CVE
CVE
added 3 hours ago8 views

CVE-2026-54345

CVE-2026-54345 concerns the GoPacket project (github.com/gopacket/gopacket) <= v1.6.0, where the Diameter AVP decoder uses a fixed 12-byte header for vendor AVPs. If avp.Length is less than the header size, under certain conditions the code computes dataLength as avp.Length - headerSize, which...

6.9CVSS5.9AI score
SaveExploits0References3
RedhatCVE
RedhatCVE
added 3 hours ago3 views

CVE-2026-64281

A flaw was found in the Linux kernel's svcrdma component. During transport teardown, threads waiting in svcrdmasqwait can hang indefinitely in an uninterruptible state. This occurs because these threads are not explicitly woken up when the transport closes, leading to them continuously holding...

7.5CVSS5.8AI score0.00468EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 3 hours ago2 views

CVE-2026-51296

A flaw was found in SQLite. A use-after-free vulnerability in the SQLite JSON module's jsonRemoveFunc allows a remote attacker to cause a denial of service by crashing the service. This vulnerability can also lead to the disclosure of sensitive heap memory information. Mitigation No mitigation...

8.2CVSS5.9AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 3 hours ago3 views

CVE-2026-51297

A flaw was found in sqlite. This use-after-free vulnerability in the JSON parsing logic allows remote attackers to craft malicious JSON payloads. This can trigger memory deallocation followed by illegal memory access, potentially leading to arbitrary code execution, sensitive information leakage,...

9.8CVSS6AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 3 hours ago2 views

CVE-2026-66746

Rouille 0.4.0 through 3.6.2 contains an HTTP response splitting vulnerability that allows remote attackers to inject arbitrary response headers by embedding carriage return 0x0D or line feed 0x0A bytes into attacker-controlled input. Attackers can exploit percent-decoded query parameters reflecte...

5.4CVSS6AI score
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 3 hours ago7 views

CVE-2026-66746 Rouille 0.4.0 - 3.6.2 HTTP Response Splitting via Header Injection

Rouille 0.4.0 through 3.6.2 contains an HTTP response splitting vulnerability that allows remote attackers to inject arbitrary response headers by embedding carriage return 0x0D or line feed 0x0A bytes into attacker-controlled input. Attackers can exploit percent-decoded query parameters reflecte...

5.4CVSS
SaveExploits0References2
CVE
CVE
added 3 hours ago10 views

CVE-2026-66746

Rouille 0.4.0–3.6.2 contains an HTTP response splitting vulnerability. An attacker can inject CR/LF into attacker-controlled input, causing arbitrary response headers to be added via reflected percent-decoded query parameters or bare LF in Cookie headers into Set-Cookie headers. This enables cach...

5.4CVSS6AI score
SaveExploits0References2
RedhatCVE
RedhatCVE
added 3 hours ago3 views

CVE-2026-64385

No description is available for this CVE...

9.8CVSS5.8AI score0.00457EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 3 hours ago3 views

CVE-2026-64369

A flaw was found in the Linux kernel, specifically within the s390 architecture. When the system attempts to read unaligned data that spans across memory pages, it can trigger exceptions. For memory pages designated for secure execution by the Ultravisor, the exception handling mechanism does not...

5.9AI score0.00181EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 3 hours ago3 views

CVE-2026-41637

A flaw was found in Unbound, a Domain Name System DNS resolver. A remote attacker can exploit this vulnerability by sending and immediately terminating DNS-over-QUIC DoQ queries. This improper handling of terminated queries can lead to a build-up of pending responses, causing a degradation of...

3.7CVSS5.8AI score0.00255EPSS
SaveExploits0References4
Rows per page
Query Builder