A zip bomb can 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.
Patch: https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a
{
"severity": "HIGH",
"github_reviewed_at": "2026-01-05T22:58:41Z",
"cwe_ids": [
"CWE-409",
"CWE-770"
],
"nvd_published_at": "2026-01-05T22:15:53Z",
"github_reviewed": true
}