diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-10-17 01:42:21 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-10-17 01:42:21 +0800 |
commit | 6c166c8633faf2bc2ef05ce129c19b9dd0bb7892 (patch) | |
tree | 76355b1e16f92a653f7322cb8f643dc7b6a990c6 /security/vuxml | |
parent | 86ccf2047761a09fe6d861b3f5e662e14cec04f6 (diff) | |
download | freebsd-ports-gnome-6c166c8633faf2bc2ef05ce129c19b9dd0bb7892.tar.gz freebsd-ports-gnome-6c166c8633faf2bc2ef05ce129c19b9dd0bb7892.tar.zst freebsd-ports-gnome-6c166c8633faf2bc2ef05ce129c19b9dd0bb7892.zip |
- Document django -- denial-of-service attack
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 49e0447b3b6a..e6bf1310cfae 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -35,6 +35,52 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="87917d6f-ba76-11de-bac2-001a4d563a0f"> + <topic>django -- denial-of-service attack</topic> + <affects> + <package> + <name>py23-django</name> + <name>py24-django</name> + <name>py25-django</name> + <name>py26-django</name> + <name>py30-django</name> + <name>py31-django</name> + <range><lt>1.1.1</lt></range> + </package> + <package> + <name>py23-django-devel</name> + <name>py24-django-devel</name> + <name>py25-django-devel</name> + <name>py26-django-devel</name> + <name>py30-django-devel</name> + <name>py31-django-devel</name> + <range><lt>11603,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Django project reports:</p> + <blockquote cite="http://www.djangoproject.com/weblog/2009/oct/09/security/"> + <p>Django's forms library includes field types which perform + regular-expression-based validation of email addresses and + URLs. Certain addresses/URLs could trigger a pathological + performance case in these regular expression, resulting in + the server process/thread becoming unresponsive, and consuming + excessive CPU over an extended period of time. If deliberately + triggered, this could result in an effectively + denial-of-service attack.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.djangoproject.com/weblog/2009/oct/09/security/</url> + </references> + <dates> + <discovery>2009-10-09</discovery> + <entry>2009-10-16</entry> + </dates> + </vuln> + <vuln vid="4769914e-b844-11de-b159-0030843d3802"> <topic>phpmyadmin -- XSS and SQL injection vulnerabilities</topic> <affects> |