Lucene search
+L

4206 matches found

OSV
OSV
added 2026/07/28 10:15 p.m.8 views

GHSA-WHMM-QJ9R-WVR2 td has pre-auth denial of service via unbounded memory allocation in proto.UnencryptedMessage.Decode

Impact A remote, unauthenticated attacker can cause excessive memory allocation and resulting CPU / GC pressure, potentially OOM termination by sending a crafted unencrypted MTProto packet. proto.UnencryptedMessage.Decode read an attacker-controlled 32-bit dataLen field and immediately allocated ...

7.5CVSS6.2AI score0.00346EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/28 10:14 p.m.16 views

EUVD-2026-50085

gotd/td is a T Telegram MTProto API client in Go. Prior to 0.145.1, proto.UnencryptedMessage.Decode in proto/unencryptedmessage.go read attacker controlled dataLen from an unauthenticated MTProto unencrypted packet and allocated makebyte, dataLen before checking the remaining buffer, allowing...

7.5CVSS5.9AI score0.00346EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/28 8:22 p.m.36 views

CVE-2026-14981 IBM WebSphere Application Server and WebSphere Application Server Liberty are affected by multiple vulnerabilities

IBM WebSphere Application Server 9.0, and 8.5 and IBM WebSphere Application Server - Liberty 17.0.0.3 through 26.0.0.7 are affected by a denial of service vulnerability in the HTTP channel due to unbounded allocation of resources without limits...

7.5CVSS0.00263EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/28 8:22 p.m.45 views

CVE-2026-14981

CVE-2026-14981 affects IBM WebSphere Application Server (versions 9.0; 8.5) and IBM WebSphere Application Server Liberty (17.0.0.3 through 26.0.0.7). The issue is a denial-of-service in the HTTP channel caused by unbounded allocation of resources without limits. CVSS 3.1 base score 7.5 (HIGH) wit...

7.5CVSS5.9AI score0.00263EPSS
SaveExploits0References1Affected Software1
RedHat Linux
RedHat Linux
added 2026/07/28 7:26 p.m.10 views

cowlib: Cowlib: Denial of Service due to unbounded HPACK/QPACK prefixed-integer decoding

A flaw was found in cowlib, an HTTP parser. An unauthenticated remote attacker could exploit this vulnerability by sending specially crafted HTTP/2 or HTTP/3 frames containing oversized HPACK or QPACK prefixed integers. This unbounded decoding process leads to excessive memory allocation and...

8.7CVSS5.8AI score0.00291EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/07/28 6:29 p.m.10 views

php: PHP: Denial of Service via circular symbolic links in phar archives

A flaw was found in PHP. When processing a specially crafted PHP Archive phar file containing circular symbolic links, the PHP process can enter an uncontrolled loop. This unbounded recursion exhausts the program's memory stack, causing the PHP application to crash. This vulnerability could allow...

8.1CVSS5.5AI score0.00148EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/28 5:16 p.m.12 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...

7.5CVSS0.00454EPSS
SaveExploits1References3
NVD
NVD
added 2026/07/28 5:16 p.m.15 views

CVE-2026-51273

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

0.0014EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/28 4:36 p.m.7 views

CVE-2026-54609

QTI Neon is a minimal, game-agnostic, relay-based UDP multiplayer protocol library. In version 1.0.0, the relay's handleReconnectRequest forwards RECONNECTREQUEST packets to the host without bounding them, so an unauthenticated client can drive relay-to-host amplification and cause a denial of...

8.6CVSS5.9AI score0.00263EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/07/28 4:36 p.m.13 views

EUVD-2026-49905

QTI Neon is a minimal, game-agnostic, relay-based UDP multiplayer protocol library. In version 1.0.0, the relay's handleReconnectRequest forwards RECONNECTREQUEST packets to the host without bounding them, so an unauthenticated client can drive relay-to-host amplification and cause a denial of...

8.6CVSS5.9AI score0.00263EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/28 4:18 p.m.10 views

CVE-2026-51268

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

0.00398EPSS
SaveExploits0
CVE
CVE
added 2026/07/28 4:17 p.m.57 views

CVE-2026-54332

Technical details about CVE-2026-54332 are not publicly provided in the supplied connected documents; monitoring for updates is advised.

7.5CVSS5.9AI score0.00429EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/07/28 4:17 p.m.12 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 score0.00429EPSS
SaveExploits1References4
OSV
OSV
added 2026/07/28 4:14 p.m.15 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 score0.00454EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/07/28 4:14 p.m.39 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.9CVSS0.00454EPSS
SaveExploits1References3
EUVD
EUVD
added 2026/07/28 4:14 p.m.15 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 score0.00454EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/07/28 4:14 p.m.10 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 score0.00454EPSS
SaveExploits1References4Affected Software1
RedHat Linux
RedHat Linux
added 2026/07/28 3:59 p.m.13 views

tar: node-tar: Denial of Service via crafted gzip bomb

A flaw was found in node-tar, a tar archive manipulation library for Node.js. This vulnerability allows a remote attacker to craft a small gzip bomb, which, when processed, can lead to the exhaustion of disk space and CPU resources. This occurs because node-tar does not enforce strict limits on t...

9.2CVSS7.1AI score0.00424EPSS
SaveExploits1References7
Apache Tomcat
Apache Tomcat
added 2026/07/28 2:29 p.m.13 views

Fixed in Apache Tomcat 9.0.121

Low: DoS in WebSocket chat example CVE-2026-66299 The WebSocket chat example provided an unbounded buffer for undelivered messages. A maliciously slow client could cause the buffer to grow continuously, eventually leading to an memory exhaustion and failure of the Tomcat process. This was fixed...

7.5CVSS6AI score0.00451EPSS
SaveExploits0Affected Software1
Apache Tomcat
Apache Tomcat
added 2026/07/28 2:29 p.m.10 views

Fixed in Apache Tomcat 10.1.58

Low: DoS in WebSocket chat example CVE-2026-66299 The WebSocket chat example provided an unbounded buffer for undelivered messages. A maliciously slow client could cause the buffer to grow continuously, eventually leading to an memory exhaustion and failure of the Tomcat process. This was fixed...

7.5CVSS6AI score0.00451EPSS
SaveExploits0Affected Software1
Rows per page
Query Builder