CVE-2019-14235: Uncontrolled Recursion in Django
7.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.8958%
CWE
Published
8/6/2019
Updated
9/20/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
Django | pip | >= 1.11a1, < 1.11.23 | 1.11.23 |
Django | pip | >= 2.1a1, < 2.1.11 | 2.1.11 |
Django | pip | >= 2.2a1, < 2.2.4 | 2.2.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly names uri_to_iri as the source of uncontrolled recursion. Multiple sources including Django's security release notes, CVE details, and GitHub advisories confirm this function's role in the memory exhaustion issue. The patched versions specifically modified this function to remove recursive handling of invalid UTF-8 sequences.