Summary
It was discovered that python-django, a high-level Python web develompent framework, is prone to a denial of service vulnerability via large passwords.
A non-authenticated remote attacker could mount a denial of service by submitting arbitrarily large passwords, tying up server resources in the expensive computation of the corresponding hashes to verify the password.
Solution
For the oldstable distribution (squeeze), this problem has been fixed in version 1.2.3-3+squeeze8.
For the stable distribution (wheezy), this problem has been fixed in version 1.4.5-1+deb7u4.
For the unstable distribution (sid), this problem has been fixed in version 1.5.4-1.
We recommend that you upgrade your python-django packages.
Insight
Django is a high-level web application framework that loosely follows the model-view-controller design pattern.
Affected
python-django on Debian Linux
Detection
This check tests the installed software version using the apt package manager.
References
Updated on 2015-03-25
Severity
Classification
-
CVE CVE-2013-1443 -
CVSS Base Score: 5.0
AV:N/AC:L/Au:N/C:N/I:N/A:P
Related Vulnerabilities