pysec-2011-3
Vulnerability from pysec
Published
2011-10-19 10:55
Modified
2021-07-05 00:01
Details
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.
Aliases
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "django", "purl": "pkg:pypi/django" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.2.7" }, { "introduced": "1.3" }, { "fixed": "1.3.1" } ], "type": "ECOSYSTEM" } ], "versions": [ "1.0.1", "1.0.2", "1.0.3", "1.0.4", "1.1", "1.1.1", "1.1.2", "1.1.3", "1.1.4", "1.2", "1.2.1", "1.2.2", "1.2.3", "1.2.4", "1.2.5", "1.2.6", "1.3" ] } ], "aliases": [ "CVE-2011-4138" ], "details": "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\u0027s 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.", "id": "PYSEC-2011-3", "modified": "2021-07-05T00:01:17.957407Z", "published": "2011-10-19T10:55:00Z", "references": [ { "type": "ARTICLE", "url": "https://www.djangoproject.com/weblog/2011/sep/10/127/" }, { "type": "WEB", "url": "http://openwall.com/lists/oss-security/2011/09/13/2" }, { "type": "REPORT", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=737366" }, { "type": "WEB", "url": "http://openwall.com/lists/oss-security/2011/09/11/1" }, { "type": "ARTICLE", "url": "https://www.djangoproject.com/weblog/2011/sep/09/" }, { "type": "ADVISORY", "url": "http://secunia.com/advisories/46614" }, { "type": "ADVISORY", "url": "http://www.debian.org/security/2011/dsa-2332" }, { "type": "WEB", "url": "https://hermes.opensuse.org/messages/14700881" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.