
CVE-2011-4140
https://notcve.org/view.php?id=CVE-2011-4140
19 Oct 2011 — The CSRF protection mechanism in Django through 1.2.7 and 1.3.x through 1.3.1 does not properly handle web-server configurations supporting arbitrary HTTP Host headers, which allows remote attackers to trigger unauthenticated forged requests via vectors involving a DNS CNAME record and a web page containing JavaScript code. El mecanismo de protección ante CSRF de Django hasta la versión 1.2.7 y 1.3.x hasta la 1.3.1 no maneja apropiadamente las configuraciones del servidor web que soportan cabeceras HTTP Hos... • http://openwall.com/lists/oss-security/2011/09/11/1 • CWE-352: Cross-Site Request Forgery (CSRF) •

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 •