Intel

AIKIDO-2026-725081

aiohttp is vulnerable to Improper Input Validation

Improper Input ValidationCVE-2026-59881 Published 5 days ago

37

Low Risk

This Affects:

PYTHONaiohttp
0.0.1 - 3.14.1
Fixed in 3.14.2
Are you affected? Scan for Free

TL;DR

The WebSocket client accepts and decompresses frames that have the RSV1 (compressed) bit set even when the permessage-deflate extension was not negotiated. A peer can therefore force decompression of frames on a connection where compression was explicitly opted out. This can cause additional CPU and memory consumption while inflating attacker-supplied payloads. The fix rejects compressed frames when permessage-deflate was not negotiated.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

aiohttp is vulnerable to Improper Input Validation in versions 0.0.1 - 3.14.1.

How to fix this

Upgrade the aiohttp library to the patch version.