Django Directory Traversal Vulnerability (Linux)

Summary
This host has Django installed and is prone to Directory Traversal Vulnerability.
Impact
Successful exploitation will let the attacker launch directory traversal attack and read arbitrary files via crafted URLs. Impact Level: Application
Solution
Upgrade to Django 0.96.4 or 1.0.3 later. http://www.djangoproject.com/download/
Insight
Admin media handler in core/servers/basehttp.py does not properly map URL requests to expected 'static media files,' caused via a carefully-crafted URL whcih can cause the development server to serve any file to which it has read access.
Affected
Django 0.96 before 0.96.4 and 1.0 before 1.0.3 on Linux
References