5
CVSSv2

CVE-2011-4137

Published: 19/10/2011 Updated: 18/01/2018
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 445
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

The verify_exists functionality in the URLField implementation in Django prior to 1.2.7 and 1.3.x prior to 1.3.1 relies on Python libraries that attempt access to an arbitrary URL with no timeout, which allows remote malicious users to cause a denial of service (resource consumption) via a URL associated with (1) a slow response, (2) a completed TCP connection with no application data sent, or (3) a large amount of application data, a related issue to CVE-2011-1521.

Vulnerable Product Search on Vulmon Subscribe to Product

djangoproject django 0.91

djangoproject django 1.2.2

djangoproject django 1.0.1

djangoproject django 0.96

djangoproject django 1.2.1

djangoproject django 1.1.2

djangoproject django 1.0.2

djangoproject django

djangoproject django 0.95

djangoproject django 0.95.1

djangoproject django 1.2.3

djangoproject django 1.1.0

djangoproject django 1.2.4

djangoproject django 1.2.5

djangoproject django 1.1

djangoproject django 1.0

djangoproject django 1.3

djangoproject django 1.2

djangoproject django 1.1.3

Vendor Advisories

Applications using Django could be made to crash or expose sensitive information ...
Paul McMillan, Mozilla and the Django core team discovered several vulnerabilities in Django, a Python web framework: CVE-2011-4136 When using memory-based sessions and caching, Django sessions are stored directly in the root namespace of the cache When user data is stored in the same cache, a remote user may take over a session CVE-2011-4 ...