CVEReports
CVEReports

Automated vulnerability intelligence platform. Comprehensive reports for high-severity CVEs generated by AI.

Product

  • Home
  • Dashboard
  • Sitemap
  • RSS Feed

Company

  • About
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CVEReports. All rights reserved.

Made with love by Amit Schendel & Alon Barad



CVE-2025-69230
2.70.04%

The Cookie Monster's Tantrum: Inside CVE-2025-69230

Amit Schendel
Amit Schendel
Senior Security Researcher

Jan 6, 2026·7 min read·3 visits

PoC Available

Executive Summary (TL;DR)

Aiohttp versions prior to 3.13.3 scream too loud when they see bad cookies. By sending a header packed with thousands of invalid cookie names, an attacker can force the server to write thousands of warning logs per request. This 'Log Storm' eats CPU cycles, fills disk space, and creates a Denial of Service (DoS) condition on the logging infrastructure.

A resource exhaustion vulnerability in aiohttp allows attackers to trigger a 'logging storm' by sending thousands of malformed HTTP cookies, effectively flooding server logs and consuming excessive CPU/IO.

Official Patches

aio-libsOfficial Release Notes

Fix Analysis (1)

Technical Appendix

CVSS Score
2.7/ 10
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:U
EPSS Probability
0.04%
Top 100% most exploited

Affected Systems

Python applications using aiohttp < 3.13.3Asyncio-based web servicesAPI gateways built on aiohttp

Affected Versions Detail

Product
Affected Versions
Fixed Version
aiohttp
aio-libs
< 3.13.33.13.3
AttributeDetail
CWE IDCWE-779
Attack VectorNetwork
CVSS v4.02.7 (Low)
ImpactResource Exhaustion (DoS)
Vulnerability TypeImproper Handling of Excessive Data
Componentaiohttp/_cookie_helpers.py

MITRE ATT&CK Mapping

T1499Endpoint Denial of Service
Impact
T1565Data Manipulation
Impact
CWE-779
Logging of Excessive Data

The product logs an excessive amount of data, which can lead to resource exhaustion or make it difficult to identify important log events.

Known Exploits & Detection

Internal PoCRegression test added in the patch demonstrates the generation of 3000 invalid cookies.

Vulnerability Timeline

Issue Identified
2025-10-28
Patch Committed
2026-01-03
Public Disclosure
2026-01-05

References & Sources

  • [1]GHSA-fh55-r93g-j68g
  • [2]NVD Record

Attack Flow Diagram

Press enter or space to select a node. You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel.
Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.