
CVE-2011-0698
https://notcve.org/view.php?id=CVE-2011-0698
14 Feb 2011 — Directory traversal vulnerability in Django 1.1.x before 1.1.4 and 1.2.x before 1.2.5 on Windows might allow remote attackers to read or execute files via a / (slash) character in a key in a session cookie, related to session replays. Vulnerabilidad de salto de directorio en Django v1.1.x antes de v1.1.4 y v1.2.x antes de v1.2.5 en Windows, cuando está habilitado permite a atacantes remotos incluir y ejecutar ficheros locales de su elección al utilizar caracteres /(barra) en la llave de una cookie de sesión... • http://openwall.com/lists/oss-security/2011/02/09/6 • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') •

CVE-2010-4534
https://notcve.org/view.php?id=CVE-2010-4534
10 Jan 2011 — The administrative interface in django.contrib.admin in Django before 1.1.3, 1.2.x before 1.2.4, and 1.3.x before 1.3 beta 1 does not properly restrict use of the query string to perform certain object filtering, which allows remote authenticated users to obtain sensitive information via a series of requests containing regular expressions, as demonstrated by a created_by__password__regex parameter. El interfaz de administración de django.contrib.admin de Django en versiones anteriores a 1.1.3, 1.2.x anterio... • http://archives.neohapsis.com/archives/fulldisclosure/2010-12/0580.html • CWE-264: Permissions, Privileges, and Access Controls •

CVE-2010-4535
https://notcve.org/view.php?id=CVE-2010-4535
10 Jan 2011 — The password reset functionality in django.contrib.auth in Django before 1.1.3, 1.2.x before 1.2.4, and 1.3.x before 1.3 beta 1 does not validate the length of a string representing a base36 timestamp, which allows remote attackers to cause a denial of service (resource consumption) via a URL that specifies a large base36 integer. La funcionalidad de restablecimiento de contraseña en django.contrib.auth en Django antes de v1.1.3, v1.2.x antes de v1.2.4, y v1.3.x antes de v1.3 beta 1 no valida la longitud de... • http://code.djangoproject.com/changeset/15032 • CWE-20: Improper Input Validation •

CVE-2010-3082
https://notcve.org/view.php?id=CVE-2010-3082
14 Sep 2010 — Cross-site scripting (XSS) vulnerability in Django 1.2.x before 1.2.2 allows remote attackers to inject arbitrary web script or HTML via a csrfmiddlewaretoken (aka csrf_token) cookie. Vulnerabilidad de secuencias de comandos en sitios cruzados (XSS) en Django 1.2.x, en versiones anteriores a la 1.2.2, permite a atacantes remotos inyectar secuencias de comandos web o HTML de su elección mediante una cookie csrfmiddlewaretoken (también conocida como csrf_token). • http://marc.info/?l=oss-security&m=128403961700444&w=2 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •