Vulnerabilities > Django Project

DATE CVE VULNERABILITY TITLE RISK
2009-08-04 CVE-2009-2659 Path Traversal vulnerability in Django Project Django 0.96/1.0
The Admin media handler in core/servers/basehttp.py in Django 1.0 and 0.96 does not properly map URL requests to expected "static media files," which allows remote attackers to conduct directory traversal attacks and read arbitrary files via a crafted URL.
network
low complexity
django-project CWE-22
5.0
2008-09-04 CVE-2008-3909 Cross-Site Request Forgery (CSRF) vulnerability in Django Project Django 0.91/0.95/0.96
The administration application in Django 0.91, 0.95, and 0.96 stores unauthenticated HTTP POST requests and processes them after successful authentication occurs, which allows remote attackers to conduct cross-site request forgery (CSRF) attacks and delete or modify data via unspecified requests.
5.8
2008-05-23 CVE-2008-2302 Cross-Site Scripting vulnerability in Django Project Django 0.91/0.95/0.96
Cross-site scripting (XSS) vulnerability in the login form in the administration application in Django 0.91 before 0.91.2, 0.95 before 0.95.3, and 0.96 before 0.96.2 allows remote attackers to inject arbitrary web script or HTML via the URI of a certain previous request.
4.3
2007-10-30 CVE-2007-5712 Resource Management Errors vulnerability in Django Project Django
The internationalization (i18n) framework in Django 0.91, 0.95, 0.95.1, and 0.96, and as used in other products such as PyLucid, when the USE_I18N option and the i18n component are enabled, allows remote attackers to cause a denial of service (memory consumption) via many HTTP requests with large Accept-Language headers.
network
high complexity
django-project CWE-399
2.6
2007-01-23 CVE-2007-0405 Unspecified vulnerability in Django Project Django 0.95
The LazyUser class in the AuthenticationMiddleware for Django 0.95 does not properly cache the user name across requests, which allows remote authenticated users to gain the privileges of a different user.
network
low complexity
django-project
6.5
2007-01-23 CVE-2007-0404 Remote Arbitrary Command Execution vulnerability in Django Project Django 0.95
bin/compile-messages.py in Django 0.95 does not quote argument strings before invoking the msgfmt program through the os.system function, which allows attackers to execute arbitrary commands via shell metacharacters in a (1) .po or (2) .mo file.
network
low complexity
django-project
7.5