MGASA-2013-0284

Source
https://advisories.mageia.org/MGASA-2013-0284.html
Import Source
https://advisories.mageia.org/MGASA-2013-0284.json
JSON Data
https://api.test.osv.dev/v1/vulns/MGASA-2013-0284
Related
Published
2013-09-19T09:45:04Z
Modified
2013-09-19T09:42:45Z
Summary
Updated python-django package fixes multiple vulnerabilities
Details

Updated python-django package fixes security vulnerabilities:

Rainer Koirikivi discovered a directory traversal vulnerability with 'ssi' template tags in python-django, a high-level Python web development framework. It was shown that the handling of the 'ALLOWEDINCLUDEROOTS' setting, used to represent allowed prefixes for the {% ssi %} template tag, is vulnerable to a directory traversal attack, by specifying a file path which begins as the absolute path of a directory in 'ALLOWEDINCLUDEROOTS', and then uses relative paths to break free. To exploit this vulnerability an attacker must be in a position to alter templates on the site, or the site to be attacked must have one or more templates making use of the 'ssi' tag, and must allow some form of unsanitized user input to be used as an argument to the 'ssi' tag (CVE-2013-4315).

Django before 1.4.8 allows for denial-of-service attacks through repeated submission of large passwords, tying up server resources in the expensive computation of the corresponding hashes (CVE-2013-1443).

References
Credits

Affected packages