CVE-2025-69223
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 exe
CVSS
7.5
High
EPSS
0.5%
p39
KEV
—
Exploit Today
12
0-100
Published: Jan 5, 2026 · Last modified: Jul 15, 2026 · CWE-409 · CWE-770
0.5%EPSS · 30 days0.5%
2026-06-302026-07-17
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 when decompressed by AIOHTTP could exhaust the host's memory. This issue is fixed in version 3.13.3.
- github.comhttps://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a
- github.comhttps://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:10184
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:1249
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:1497
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:1506
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:1596
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:1599
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:1609
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:19712
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:2106
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:2695
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:3461
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:3462
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:3713
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:37275
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:3782
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:3958
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:3959
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2026:3960
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2026-217107.5 HIG97.8%
——29A flaw in Node.js HTTP request handling causes an uncaught `TypeError` when a request is received with a header named `__proto__` and the application accesses `req.headersDistinct`.
When this occurs, `dest["__proto__"]` resolves to `Object.prototype` rather than `undefined`, causing `.push()` to be called on a non-array. This exception is thrown synchronously inside a property getter and cannot be intercepted by `error` event listeners, meaning it cannot be handled without wrapping every `req.headersDistinct` access in a `try/catch`.
* This vulnerability affects all Node.js HTTP servers on **20.x, 22.x, 24.x, and v25.x**3dCVE-2026-499757.5 HIG95.5%
——29Memory Allocation with Excessive Size Value vulnerability in Apache HTTP Server's mod_http leads to denial of service via malicious HTTP requests.
This issue affects Apache HTTP Server: from 2.4.17 through 2.4.67.3dCVE-2026-261307.5 HIG85.0%
——25Allocation of resources without limits or throttling in ASP.NET Core allows an unauthorized attacker to deny service over a network.3dCVE-2026-489337.5 HIG84.9%
——25A flaw in Node.js WebCrypto implementation can crash the process if the input of `subtle.encrypt()` is a multiple of 2GiB.
This vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.2dCVE-2026-214417.5 HIG84.0%
——25urllib3 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. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.3dCVE-2026-455917.5 HIG82.4%
——25Uncontrolled resource consumption in ASP.NET Core allows an unauthorized attacker to deny service over a network.3d