Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 387665 - <dev-python/django-{1.2.7, 1.3.x-1.3.1}: Multiples vulnerabilities (CVE-2011-{4136,4137,4138,4139,4140})
Summary: <dev-python/django-{1.2.7, 1.3.x-1.3.1}: Multiples vulnerabilities (CVE-2011-...
Status: RESOLVED DUPLICATE of bug 382599
Alias: None
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Security
URL: http://web.nvd.nist.gov/view/vuln/det...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-19 11:20 UTC by daavelino
Modified: 2011-10-19 11:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description daavelino 2011-10-19 11:20:29 UTC
Could you check and mark as stable 1.3 version?

From NVD:

4136: django.contrib.sessions in Django before 1.2.7 and 1.3.x before 1.3.1, when session data is stored in the cache, uses the root namespace for both session identifiers and application-data keys, which allows remote attackers to modify a session by triggering use of a key that is equal to that session's identifier.
See $URL.

4137: The verify_exists functionality in the URLField implementation in Django before 1.2.7 and 1.3.x before 1.3.1 relies on Python libraries that attempt access to an arbitrary URL with no timeout, which allows remote attackers 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.
Resource: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-4137

4138: 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.
Resource: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-4138


4139: Django before 1.2.7 and 1.3.x before 1.3.1 uses a request's HTTP Host header to construct a full URL in certain circumstances, which allows remote attackers to conduct cache poisoning attacks via a crafted request.
Resource: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-4139

4140: The CSRF protection mechanism in Django through 1.2.7 and 1.3.x through 1.3.1 does not properly handle web-server configurations supporting arbitrary HTTP Host headers, which allows remote attackers to trigger unauthenticated forged requests via vectors involving a DNS CNAME record and a web page containing JavaScript code.
Resource: Resource: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-4140
Comment 1 Agostino Sarubbo gentoo-dev 2011-10-19 11:32:30 UTC
David, is already fixed in bug 382599

*** This bug has been marked as a duplicate of bug 382599 ***