|
|
| |
|
| |
python-django: cross-site scripting
| Package(s): | python-django |
CVE #(s): | CVE-2013-4249
|
| Created: | August 23, 2013 |
Updated: | September 3, 2013 |
| Description: |
From the Red Hat bugzilla entry:
When displaying the value of a URLField -- a model field type for storing URLs -- this interface treated the values of such fields as safe, thus failing to properly accommodate the potential for dangerous values. A proof-of-concept application has been provided to the Django project, showing how this can be exploited to perform XSS in the administrative interface.
In a normal Django deployment, this will only affect the administrative interface, as the incorrect handling occurs only in form-widget code in django.contrib.admin. It is, however, possible that other applications may be affected, if those applications make use of form widgets provided by the admin interface. |
| Alerts: |
|
( Log in to post comments)
|
|
|