gsd-2009-3695
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
Algorithmic complexity vulnerability in the forms library in Django 1.0 before 1.0.4 and 1.1 before 1.1.1 allows remote attackers to cause a denial of service (CPU consumption) via a crafted (1) EmailField (email address) or (2) URLField (URL) that triggers a large amount of backtracking in a regular expression.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2009-3695", "description": "Algorithmic complexity vulnerability in the forms library in Django 1.0 before 1.0.4 and 1.1 before 1.1.1 allows remote attackers to cause a denial of service (CPU consumption) via a crafted (1) EmailField (email address) or (2) URLField (URL) that triggers a large amount of backtracking in a regular expression.", "id": "GSD-2009-3695" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2009-3695" ], "details": "Algorithmic complexity vulnerability in the forms library in Django 1.0 before 1.0.4 and 1.1 before 1.1.1 allows remote attackers to cause a denial of service (CPU consumption) via a crafted (1) EmailField (email address) or (2) URLField (URL) that triggers a large amount of backtracking in a regular expression.", "id": "GSD-2009-3695", "modified": "2023-12-13T01:19:49.801476Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2009-3695", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Algorithmic complexity vulnerability in the forms library in Django 1.0 before 1.0.4 and 1.1 before 1.1.1 allows remote attackers to cause a denial of service (CPU consumption) via a crafted (1) EmailField (email address) or (2) URLField (URL) that triggers a large amount of backtracking in a regular expression." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "36655", "refsource": "BID", "url": "http://www.securityfocus.com/bid/36655" }, { "name": "django-emailfield-urlfield-dos(53727)", "refsource": "XF", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/53727" }, { "name": "http://www.djangoproject.com/weblog/2009/oct/09/security/", "refsource": "CONFIRM", "url": "http://www.djangoproject.com/weblog/2009/oct/09/security/" }, { "name": "36948", "refsource": "SECUNIA", "url": "http://secunia.com/advisories/36948" }, { "name": "36968", "refsource": "SECUNIA", "url": "http://secunia.com/advisories/36968" }, { "name": "DSA-1905", "refsource": "DEBIAN", "url": "http://www.debian.org/security/2009/dsa-1905" }, { "name": "http://groups.google.com/group/django-users/browse_thread/thread/15df9e45118dfc51/", "refsource": "MISC", "url": "http://groups.google.com/group/django-users/browse_thread/thread/15df9e45118dfc51/" }, { "name": "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550457", "refsource": "CONFIRM", "url": "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550457" }, { "name": "[oss-security] 20091013 Re: Duplicate CVE assignment notification [was: CVE id request: django]", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2009/10/13/6" }, { "name": "ADV-2009-2871", "refsource": "VUPEN", "url": "http://www.vupen.com/english/advisories/2009/2871" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:djangoproject:django:1.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:djangoproject:django:1.1:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2009-3695" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Algorithmic complexity vulnerability in the forms library in Django 1.0 before 1.0.4 and 1.1 before 1.1.1 allows remote attackers to cause a denial of service (CPU consumption) via a crafted (1) EmailField (email address) or (2) URLField (URL) that triggers a large amount of backtracking in a regular expression." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "NVD-CWE-Other" } ] } ] }, "references": { "reference_data": [ { "name": "36655", "refsource": "BID", "tags": [ "Patch" ], "url": "http://www.securityfocus.com/bid/36655" }, { "name": "http://groups.google.com/group/django-users/browse_thread/thread/15df9e45118dfc51/", "refsource": "MISC", "tags": [], "url": "http://groups.google.com/group/django-users/browse_thread/thread/15df9e45118dfc51/" }, { "name": "36948", "refsource": "SECUNIA", "tags": [ "Vendor Advisory" ], "url": "http://secunia.com/advisories/36948" }, { "name": "DSA-1905", "refsource": "DEBIAN", "tags": [], "url": "http://www.debian.org/security/2009/dsa-1905" }, { "name": "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550457", "refsource": "CONFIRM", "tags": [], "url": "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550457" }, { "name": "ADV-2009-2871", "refsource": "VUPEN", "tags": [ "Patch", "Vendor Advisory" ], "url": "http://www.vupen.com/english/advisories/2009/2871" }, { "name": "http://www.djangoproject.com/weblog/2009/oct/09/security/", "refsource": "CONFIRM", "tags": [ "Patch", "Vendor Advisory" ], "url": "http://www.djangoproject.com/weblog/2009/oct/09/security/" }, { "name": "36968", "refsource": "SECUNIA", "tags": [ "Vendor Advisory" ], "url": "http://secunia.com/advisories/36968" }, { "name": "[oss-security] 20091013 Re: Duplicate CVE assignment notification [was: CVE id request: django]", "refsource": "MLIST", "tags": [], "url": "http://www.openwall.com/lists/oss-security/2009/10/13/6" }, { "name": "django-emailfield-urlfield-dos(53727)", "refsource": "XF", "tags": [], "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/53727" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false } }, "lastModifiedDate": "2017-08-17T01:31Z", "publishedDate": "2009-10-13T10:30Z" } } }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.