Denial of Service Vulnerability in Python’s HTTP Response Handling
CVE-2025-13836
6.3MEDIUM
What is CVE-2025-13836?
A vulnerability exists in Python's HTTP response handling process, where the absence of a specified read amount defaults to using the server's Content-Length. This flaw allows a malicious server to force the client to read excessive amounts of data into memory. As a result, the client may encounter out-of-memory (OOM) errors or experience other denial-of-service (DoS) issues, impacting application stability and performance.
Affected Version(s)
CPython 0 < 3.15.0
