| Reporter | Title | Published | Views | Family All 30 |
|---|---|---|---|---|
| django -- denial-of-service attack | 9 Oct 200900:00 | – | freebsd | |
| CVE-2009-3695 | 13 Oct 200910:00 | – | cve | |
| CVE-2009-3695 | 13 Oct 200910:00 | – | cvelist | |
| CVE-2009-3695 | 13 Oct 200910:00 | – | debiancve | |
| Debian DSA-1905-1 : python-django - insufficient input validation | 24 Feb 201000:00 | – | nessus | |
| FreeBSD : django -- denial-of-service attack (87917d6f-ba76-11de-bac2-001a4d563a0f) | 19 Oct 200900:00 | – | nessus | |
| Mandriva Linux Security Advisory : python-django (MDVSA-2009:276-1) | 15 Oct 200900:00 | – | nessus | |
| EUVD-2009-0004 | 7 Oct 202500:30 | – | euvd | |
| Django Regex Algorithmic Complexity Causes Denial of Service | 2 May 202203:47 | – | github | |
| Django Regex Algorithmic Complexity Causes Denial of Service | 2 May 202200:00 | – | gitlab |
| Source | Link |
|---|---|
| vupen | www.vupen.com/english/advisories/2009/2871 |
| secunia | www.secunia.com/advisories/36948/ |
| djangoproject | www.djangoproject.com/weblog/2009/oct/09/security/ |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_django_algorithmic_complexity_vuln.nasl 6539 2017-07-05 12:02:14Z cfischer $
#
# Django Forms Library Algorithmic Complexity Vulnerability
#
# Authors:
# Sharath S <[email protected]>
#
# Copyright:
# Copyright (c) 2009 SecPod, http://www.secpod.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_impact = "Successful exploitation will allow attacker to cause a Denial of Service
due to high CPU consumption via specially crafted email addresses or URLs.
Impact Level: System/Application";
tag_affected = "Django version prior to 1.0 before 1.0.4 and 1.1 before 1.1.1";
tag_insight = "The flaw is due to an error within the regular expressions used for
validation of the 'EmailField' or 'URLField' form fields in Django's forms
library.";
tag_solution = "Upgrade to Django version 1.0.4 or 1.1.1 or later.
http://www.djangoproject.com/download/";
tag_summary = "The host is running Django and is prone to Algorithmic Complexity
vulnerability.";
CPE = "cpe:/a:django_project:django";
if(description)
{
script_id(900882);
script_version("$Revision: 6539 $");
script_tag(name:"last_modification", value:"$Date: 2017-07-05 14:02:14 +0200 (Wed, 05 Jul 2017) $");
script_tag(name:"creation_date", value:"2009-10-29 07:53:15 +0100 (Thu, 29 Oct 2009)");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_cve_id("CVE-2009-3695");
script_bugtraq_id(36655);
script_name("Django Forms Library Algorithmic Complexity Vulnerability");
script_xref(name : "URL" , value : "http://secunia.com/advisories/36948/");
script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2009/2871");
script_xref(name : "URL" , value : "http://www.djangoproject.com/weblog/2009/oct/09/security/");
script_tag(name:"qod_type", value:"executable_version");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 SecPod");
script_family("Denial of Service");
script_dependencies("gb_django_detect_lin.nasl");
script_mandatory_keys("Django/Linux/Ver");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("version_func.inc");
include("host_details.inc");
djangoVer = get_app_version(cpe: CPE);
if(djangoVer)
{
if(version_in_range(version:djangoVer, test_version:"1.0", test_version2:"1.0.3")||
version_is_equal(version:djangoVer, test_version:"1.1")){
security_message(port:0);
}
}
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation