Lucene search
+L

8007 matches found

CVE
CVE
added 2011/10/19 10:0 a.m.114 views

CVE-2011-4137

In Django, CVE-2011-4137 affects the URLField verify_exists check: before 1.2.7 and 1.3.x before 1.3.1, it uses libraries that access arbitrary URLs with no timeout, enabling DoS via slow, data-less, or large-response URLs. Root cause: lack of timeout handling in URL checks. Impact: remote denial...

5CVSS7.5AI score0.03024EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2011/10/19 10:0 a.m.104 views

CVE-2011-4138

Affected software: Django prior to 1.2.7 and 1.3.x prior to 1.3.1. The verify_exists URLField validation tests a URL with HEAD, but on redirects uses GET to the redirected target, potentially causing unwanted GET requests with an unintended source IP via a crafted Location header. Impact: potenti...

5CVSS6.5AI score0.02341EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2011/10/19 10:0 a.m.128 views

CVE-2011-4136

CVE-2011-4136 affects Django before 1.2.7 and 1.3.x before 1.3.1, where cached session data uses the root namespace for both session IDs and application data keys. This allows a remote attacker to modify a session by triggering use of a key equal to that session’s identifier. Impact is session in...

5.8CVSS6.3AI score0.02284EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2011/10/19 10:0 a.m.42 views

CVE-2011-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...

6.6AI score0.01093EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2011/10/19 10:0 a.m.44 views

CVE-2011-4138

The verifyexists 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 arbitra...

6.4AI score0.02341EPSS
SaveExploits0References8
CVE
CVE
added 2011/10/19 10:0 a.m.120 views

CVE-2011-4140

CVE-2011-4140 : Django 1.2.7 and 1.3.x up to 1.3.1 contain a CSRF protection flaw that mishandles HTTP Host headers in certain web-server configurations, enabling remote attackers to trigger unauthenticated forged requests via vectors involving a DNS CNAME and a page with JavaScript. Impact: unau...

6.8CVSS6.7AI score0.01093EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2011/10/19 10:0 a.m.102 views

CVE-2011-4139

CVE-2011-4139 affects Django before 1.2.7 and 1.3.x before 1.3.1. The vulnerability arises when a request’s HTTP Host header is used to construct a full URL in certain circumstances, enabling remote attackers to poison caches via crafted requests. Public data from multiple sources (Ubuntu USN-129...

5CVSS6.3AI score0.02304EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2011/10/19 10:0 a.m.53 views

CVE-2011-4138

The verifyexists 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 arbitra...

5CVSS6.4AI score0.02341EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2011/10/19 10:0 a.m.78 views

CVE-2011-4137

The verifyexists 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...

5CVSS7.7AI score0.03024EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2011/10/19 10:0 a.m.52 views

CVE-2011-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...

5.8CVSS6.2AI score0.02284EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2011/10/19 10:0 a.m.37 views

CVE-2011-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...

5CVSS6.2AI score0.02304EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2011/10/19 10:0 a.m.68 views

CVE-2011-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...

6.8CVSS6.6AI score0.01093EPSS
SaveExploits0
Cvelist
Cvelist
added 2011/10/19 10:0 a.m.34 views

CVE-2011-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...

6.1AI score0.02284EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2011/10/19 10:0 a.m.47 views

CVE-2011-4137

The verifyexists 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...

8.1AI score0.03024EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2011/10/19 12:0 a.m.44 views

CVE-2011-4138

The verifyexists 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 arbitra...

5CVSS5.9AI score0.02341EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2011/10/19 12:0 a.m.30 views

CVE-2011-4137

The verifyexists 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...

5CVSS6AI score0.03024EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2011/10/19 12:0 a.m.27 views

CVE-2011-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...

5CVSS5.9AI score0.02304EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2011/10/19 12:0 a.m.49 views

CVE-2011-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...

5.8CVSS5.9AI score0.02284EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2011/10/03 12:0 a.m.16 views

Fedora 16 : Django-1.3.1-2.fc16 (2011-12503)

Security update to address vulnerabilities; see https://www.djangoproject.com/weblog/2011/sep/09/security-releases-iss ued/ Update for version 1.3. Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to...

5.4AI score
SaveExploits0References5
Fedora
Fedora
added 2011/09/30 7:13 p.m.15 views

[SECURITY] Fedora 16 Update: Django-1.3.1-2.fc16

Django is a high-level Python Web framework that encourages rapid development and a clean, pragmatic design. It focuses on automating as much as possible and adhering to the DRY Don't Repeat Yourself principle...

1.6AI score
SaveExploits0
Rows per page
Query Builder