The verify_exists functionality in the URLField implementation in Django before 1.2.7 and 1.3.x before 1.3.1 originally tests a URL's validity through a HEAD request, but then uses a GET request for the new target URL in the case of a redirect, which might allow remote attackers to trigger arbitrary GET requests with an unintended source IP address via a crafted Location header.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2011-10-19 10:55
Updated : 2024-02-04 17:54
NVD link : CVE-2011-4138
Mitre link : CVE-2011-4138
CVE.ORG link : CVE-2011-4138
JSON object : View
Products Affected
djangoproject
- django
CWE
CWE-20
Improper Input Validation