Risk | Medium |
Patch available | YES |
Number of vulnerabilities | 3 |
CVE-ID | CVE-2013-6044 CVE-2013-4249 CVE-2013-4315 |
CWE-ID | CWE-79 CWE-22 |
Exploitation vector | Network |
Public exploit | N/A |
Vulnerable software |
Django Web applications / CMS |
Vendor | Django Software Foundation |
Security Bulletin
This security bulletin contains information about 3 vulnerabilities.
EUVDB-ID: #VU42484
Risk: Low
CVSSv4.0: 2.7 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear]
CVE-ID: CVE-2013-6044
CWE-ID:
CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Exploit availability: No
DescriptionThe vulnerability allows a remote non-authenticated attacker to manipulate data.
The is_safe_url function in utils/http.py in Django 1.4.x before 1.4.6, 1.5.x before 1.5.2, and 1.6 before beta 2 treats a URL's scheme as safe even if it is not HTTP or HTTPS, which might introduce cross-site scripting (XSS) or other vulnerabilities into Django applications that use this function, as demonstrated by "the login view in django.contrib.auth.views" and the javascript: scheme.
MitigationInstall update from vendor's website.
Vulnerable software versionsDjango: 1.4 - 1.6
CPE2.3 External linkshttps://lists.opensuse.org/opensuse-updates/2013-10/msg00015.html
https://rhn.redhat.com/errata/RHSA-2013-1521.html
https://seclists.org/oss-sec/2013/q3/369
https://seclists.org/oss-sec/2013/q3/411
https://secunia.com/advisories/54476
https://www.debian.org/security/2013/dsa-2740
https://www.securityfocus.com/bid/61777
https://www.securitytracker.com/id/1028915
https://exchange.xforce.ibmcloud.com/vulnerabilities/86437
https://github.com/django/django/commit/1a274ccd6bc1afbdac80344c9b6e5810c1162b5f
https://github.com/django/django/commit/ae3535169af804352517b7fea94a42a1c9c4b762
https://github.com/django/django/commit/ec67af0bd609c412b76eaa4cc89968a2a8e5ad6a
https://www.djangoproject.com/weblog/2013/aug/13/security-releases-issued
Q & A
Can this vulnerability be exploited remotely?
Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.
Is there known malware, which exploits this vulnerability?
No. We are not aware of malware exploiting this vulnerability.
EUVDB-ID: #VU42485
Risk: Low
CVSSv4.0: 2.7 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear]
CVE-ID: CVE-2013-4249
CWE-ID:
CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Exploit availability: No
DescriptionVulnerability allows a remote attacker to perform XSS attacks.
The vulnerability is caused by an input validation error in the AdminURLFieldWidget widget in contrib/admin/widgets.py in Django 1.5.x before 1.5.2 and 1.6.x before 1.6 beta 2. A remote attacker can trick the victim to follow a specially crafted link and execute arbitrary HTML and script code in victim's browser in security context of vulnerable website.
Successful exploitation of this vulnerability may allow a remote attacker to steal potentially sensitive information, change appearance of the web page, perform phishing and drive-by-download attacks.
MitigationInstall update from vendor's website.
Vulnerable software versionsDjango: 1.5 - 1.6
CPE2.3https://seclists.org/oss-sec/2013/q3/369
https://seclists.org/oss-sec/2013/q3/411
https://secunia.com/advisories/54476
https://www.securitytracker.com/id/1028915
https://exchange.xforce.ibmcloud.com/vulnerabilities/86438
https://github.com/django/django/commit/90363e388c61874add3f3557ee654a996ec75d78
https://github.com/django/django/commit/cbe6d5568f4f5053ed7228ca3c3d0cce77cf9560
https://www.djangoproject.com/weblog/2013/aug/13/security-releases-issued
Q & A
Can this vulnerability be exploited remotely?
Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.
Is there known malware, which exploits this vulnerability?
No. We are not aware of malware exploiting this vulnerability.
EUVDB-ID: #VU42562
Risk: Medium
CVSSv4.0: 2.7 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Green]
CVE-ID: CVE-2013-4315
CWE-ID:
CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Exploit availability: No
DescriptionThe vulnerability allows a remote attacker to perform directory traversal attacks.
The vulnerability exists due to input validation error when processing directory traversal sequences in Django 1.4.x before 1.4.7, 1.5.x before 1.5.3, and 1.6.x before 1.6 beta 3. A remote authenticated attacker can send a specially crafted HTTP request and remote attackers to read arbitrary files via a file path in the ALLOWED_INCLUDE_ROOTS setting followed by a . (dot dot) in a ssi template tag.
MitigationInstall update from vendor's website.
Vulnerable software versionsDjango: 1.4 - 1.6
CPE2.3https://lists.opensuse.org/opensuse-updates/2013-10/msg00015.html
https://rhn.redhat.com/errata/RHSA-2013-1521.html
https://secunia.com/advisories/54772
https://secunia.com/advisories/54828
https://www.debian.org/security/2013/dsa-2755
https://www.djangoproject.com/weblog/2013/sep/10/security-releases-issued/
Q & A
Can this vulnerability be exploited remotely?
Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.
Is there known malware, which exploits this vulnerability?
No. We are not aware of malware exploiting this vulnerability.