CVE-2025-13836 Details
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.
A denial-of-service vulnerability has been identified in the Python http.client module. When reading an HTTP response, the client by default relies on the Content-Length header to determine how much data to read. If a malicious server sends a response with a large Content-Length value, the client can be tricked into consuming excessive amounts of memory. This issue can lead to out-of-memory errors, process or container termination, or even system crashes. The vulnerability is present in Python versions 3.10, 3.11, 3.12, 3.13, and 3.14.
The vulnerability has been fixed in Python versions 3.10, 3.11, 3.12, 3.13, and 3.14. Users can upgrade to these versions to address the vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Dec 1, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-400 | Uncontrolled Resource Consumption | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| python python | < 3.10.20 >= 3.11.0, < 3.11.15 >= 3.12.0, < 3.12.13 >= 3.13.0, < 3.13.11 3.14.0 - 3.15.0 alpha1 3.15.0 alpha2 |
CPE
Remediation
| |
Change History
15 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 3, 2026 | CVE Modified | [email protected] |
| Sep 3, 2026 | CVE Modified | CISA-ADP |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 18, 2026 | Modified Analysis | [email protected] |
| Feb 10, 2026 | Reanalysis | [email protected] |
| Feb 9, 2026 | Modified Analysis | [email protected] |
| Jan 26, 2026 | CVE Modified | [email protected] |
| Dec 30, 2025 | Initial Analysis | [email protected] |
| Dec 22, 2025 | CVE Modified | [email protected] |
| Dec 5, 2025 | CVE Modified | [email protected] |
| Dec 2, 2025 | CVE Modified | CISA-ADP |
| Dec 2, 2025 | CVE Modified | [email protected] |
| Dec 1, 2025 | CVE Modified | [email protected] |
| Dec 1, 2025 | New CVE Received | [email protected] |