VulnSea

CWE-409

CVEs classified under CWE-409, newest first.

79 CVEsRSS

CVE-2026-48502High
3mo ago

MessagePack-CSharp: Denial of service vulnerabilities can swamp the CPU or crash the process with stack and heap overflows

MessagePack-CSharp: Denial of service vulnerabilities can swamp the CPU or crash the process with stack and heap overflows

▾ TwilightMessagePack · MessagePackEPSS 0.44%via GHSA
CVE-2026-48510Medium· 7.5
3mo ago

MessagePack-CSharp: LZ4 decompression allocates from unbounded declared output lengths

MessagePack-CSharp: LZ4 decompression allocates from unbounded declared output lengths

▾ SunlitMessagePack · MessagePackEPSS 0.40%via GHSA
CVE-2026-55195Medium
3mo ago

py7zr: Decompression bomb (zip bomb) denial of service via unchecked extraction size

py7zr: Decompression bomb (zip bomb) denial of service via unchecked extraction size

▾ Sunlitpy7zr · py7zrEPSS 0.32%via GHSA
CVE-2026-47774High· 7.5
3mo ago

Envoy is an open source edge and service proxy designed for cloud-native applications

Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to versions 1.35.11, 1.36.7, 1.37.3, and 1.38.1, a vulnerability in Envoy's HTTP/2 downstream request processing allows an unauthenticated remot…

▾ Twilightenvoyproxy · envoyEPSS 1.1%via NVD
CVE-2026-54233Medium· 6.5
3mo ago

vLLM: OOM Denial of Service via Audio Decompression Bomb

vLLM: OOM Denial of Service via Audio Decompression Bomb

▾ Sunlitvllm · vllmEPSS 0.42%via OSV
CVE-2026-54314Medium· 5.9
3mo ago

n8n: Denial of Service via ZIP decompression in webhook workflow

n8n: Denial of Service via ZIP decompression in webhook workflow

▾ Sunlitn8n · n8nEPSS 0.55%via GHSA
CVE-2026-54278Medium
3mo ago

aiohttp: Unread Compressed Request Bodies Bypass client_max_size During Cleanup

aiohttp: Unread Compressed Request Bodies Bypass client_max_size During Cleanup

▾ Sunlitaiohttp · aiohttpEPSS 0.49%via OSV
CVE-2026-28975Medium
3mo ago

NIOExtras: NIOHTTPRequestDecompressor ratio limit bypass via inflated Content-Length

NIOExtras: NIOHTTPRequestDecompressor ratio limit bypass via inflated Content-Length

▾ Sunlitapple · github.com/apple/swift-nio-extrasvia GHSA
CVE-2026-48594High· 7.5
3mo ago

Improper Handling of Highly Compressed Data (Data Amplification) vulnerability in elixir-tesla tesla allows a denial of service via decompression bomb in HTTP response bodies. When Tesla.Middleware.DecompressResponse or Tesla.Middleware…

Improper Handling of Highly Compressed Data (Data Amplification) vulnerability in elixir-tesla tesla allows a denial of service via decompression bomb in HTTP response bodies. When Tesla.Middleware.DecompressResponse or Tesla.Middleware…

▾ Twilightelixir-tesla · teslaEPSS 0.70%via NVD
CVE-2026-8814Medium· 5.3
4mo ago

Versions of the package exifreader before 4.39.0 are vulnerable to Improper Handling of Highly Compressed Data (Data Amplification) due to decompressing PNG zTXt metadata without enforcing a built-in maximum decompressed output size

Versions of the package exifreader before 4.39.0 are vulnerable to Improper Handling of Highly Compressed Data (Data Amplification) due to decompressing PNG zTXt metadata without enforcing a built-in maximum decompressed output size. Whe…

▾ SunlitEPSS 0.51%via NVD
CVE-2026-44432High· 7.5
4mo ago

urllib3 is an HTTP client library for Python

urllib3 is an HTTP client library for Python. From 2.6.0 to before 2.7.0, urllib3 could decompress the whole response instead of the requested portion (1) during the second HTTPResponse.read(amt=N) call when the response was decompressed…

▾ Twilightpython · urllib3EPSS 0.88%via NVD
CVE-2026-40192High· 7.5
5mo ago

Pillow is a Python imaging library

Pillow is a Python imaging library. Versions 10.3.0 through 12.1.1 did not limit the amount of GZIP-compressed data read when decoding a FITS image, making them vulnerable to decompression bomb attacks. A specially crafted FITS file coul…

▾ Twilightpython · pillowEPSS 0.87%via NVD
CVE-2026-40036High· 7.5PoC
5mo ago

Unfurl < 2026.04 - Denial of Service via Unbounded zlib Decompression

Unfurl before 2026.04 contains an unbounded zlib decompression vulnerability in parse_compressed.py that allows remote attackers to cause denial of service. Attackers can submit highly compressed payloads via URL parameters to the /json/…

▾ Midnightobsidianforensics · dfir-unfurlEPSS 0.79%via CVEORG
CVE-2026-29785High· 7.5
6mo ago

NATS-Server is a High-Performance server for NATS.io, a cloud and edge native messaging system

NATS-Server is a High-Performance server for NATS.io, a cloud and edge native messaging system. Prior to versions 2.11.14 and 2.12.5, if the nats-server has the "leafnode" configuration enabled (not default), then anyone who can connect …

▾ Twilightlinuxfoundation · nats-serverEPSS 0.97%via NVD
CVE-2026-23943Medium· 5.3
6mo ago

Improper Handling of Highly Compressed Data (Compression Bomb) vulnerability in Erlang OTP ssh (ssh_transport modules) allows Denial of Service via Resource Depletion. The SSH transport layer advertises legacy zlib compression by defaul…

Improper Handling of Highly Compressed Data (Compression Bomb) vulnerability in Erlang OTP ssh (ssh_transport modules) allows Denial of Service via Resource Depletion. The SSH transport layer advertises legacy zlib compression by defaul…

▾ Sunliterlang · erlang/otpEPSS 0.64%via NVD
CVE-2026-1526High· 7.5
6mo ago

The undici WebSocket client is vulnerable to a denial-of-service attack via unbounded memory consumption during permessage-deflate decompression

The undici WebSocket client is vulnerable to a denial-of-service attack via unbounded memory consumption during permessage-deflate decompression. When a WebSocket connection negotiates the permessage-deflate extension, the client decompr…

▾ Twilightnodejs · undiciEPSS 1.1%via NVD
CVE-2026-21441High· 7.5
8mo ago

urllib3 is an HTTP client library for Python

urllib3 is an HTTP client library for Python. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urll…

▾ Twilightpython · urllib3EPSS 3.0%via NVD
CVE-2025-69223High· 7.5
8mo ago

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that …

▾ Twilightaiohttp · aiohttpEPSS 0.57%via NVD
CVE-2025-66471High· 7.5
9mo ago

urllib3 is a user-friendly HTTP client library for Python

urllib3 is a user-friendly HTTP client library for Python. Starting in version 1.0 and prior to 2.6.0, the Streaming API improperly handles highly compressed data. urllib3's streaming API is designed for the efficient handling of large H…

▾ Twilightpython · urllib3EPSS 0.68%via NVD
CWE-409 vulnerabilities (CVEs) — page 3 · VulnSea