Skip to main content
Press slash or control plus K to focus the search. Use the arrow keys to navigate results and press enter to open a threat.
Reconnecting to live updates…

CVE-2025-13836: Vulnerability in Python Software Foundation CPython

0
Medium
VulnerabilityCVE-2025-13836cvecve-2025-13836
Published: Mon Dec 01 2025 (12/01/2025, 18:02:38 UTC)
Source: CVE Database V5
Vendor/Project: Python Software Foundation
Product: CPython

Description

When reading an HTTP response from a server, if no read amount is specified, the default behavior will be to use Content-Length. This allows a malicious server to cause the client to read large amounts of data into memory, potentially causing OOM or other DoS.

AI-Powered Analysis

AILast updated: 12/01/2025, 18:16:03 UTC

Technical Analysis

CVE-2025-13836 is a vulnerability identified in the Python Software Foundation's CPython implementation affecting its HTTP client behavior. When an HTTP response is read from a server, if the client does not specify the amount of data to read, the default mechanism uses the Content-Length header to determine how much data to load into memory. A malicious server can exploit this by sending a response with an excessively large Content-Length value, causing the client to allocate and read a large amount of data. This can lead to out-of-memory (OOM) conditions or denial of service (DoS) by exhausting system resources. The vulnerability does not require authentication or user interaction and can be triggered remotely by any server responding to HTTP requests made by the vulnerable client. The affected product is CPython, the reference implementation of Python, which is widely used in many applications and services. The vulnerability is rated with a CVSS 4.0 score of 6.3 (medium severity), reflecting the network attack vector, low attack complexity, no privileges required, no user interaction, and limited impact on availability. There are no known exploits in the wild at the time of publication, and no patches have been linked yet. The issue primarily impacts applications that rely on CPython's HTTP client without explicitly limiting the read size, potentially causing resource exhaustion and service disruption.

Potential Impact

For European organizations, the primary impact of CVE-2025-13836 is the risk of denial of service or service degradation due to resource exhaustion when interacting with malicious or compromised HTTP servers. This can affect web services, APIs, and backend systems that use Python's HTTP client libraries without specifying read limits. Critical infrastructure, financial services, healthcare, and government sectors that rely heavily on Python for automation, data processing, or web communication could experience outages or degraded performance. While confidentiality and integrity are not directly impacted, availability disruptions can lead to operational downtime and potential cascading effects on dependent services. Organizations with large-scale Python deployments or those integrating third-party HTTP services are particularly at risk. The lack of authentication or user interaction requirements means the attack surface is broad, and any client-server communication using vulnerable CPython versions could be exploited remotely.

Mitigation Recommendations

To mitigate CVE-2025-13836, organizations should immediately review and update their Python HTTP client usage to explicitly specify read limits when processing HTTP responses, avoiding reliance on the Content-Length header alone. Developers should audit codebases for instances where HTTP response reading occurs without defined size constraints and implement safeguards such as maximum buffer sizes or timeout controls. Monitoring and alerting on abnormal memory usage or application crashes related to HTTP client operations can help detect exploitation attempts. Organizations should track updates from the Python Software Foundation and apply security patches promptly once available. Additionally, employing network-level protections such as web application firewalls (WAFs) to detect and block suspicious HTTP responses with abnormally large Content-Length headers can reduce exposure. For critical systems, consider isolating Python-based HTTP clients in controlled environments with resource limits to prevent system-wide impact.

Need more detailed analysis?Get Pro

Technical Details

Data Version
5.2
Assigner Short Name
PSF
Date Reserved
2025-12-01T17:54:40.759Z
Cvss Version
4.0
State
PUBLISHED

Threat ID: 692ddb371fcc71981e81acee

Added to database: 12/1/2025, 6:15:19 PM

Last enriched: 12/1/2025, 6:16:03 PM

Last updated: 12/1/2025, 7:40:24 PM

Views: 5

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

Need enhanced features?

Contact root@offseq.com for Pro access with improved analysis and higher rate limits.

Latest Threats