pysec-2018-5
Vulnerability from pysec
Published
2018-03-09 20:29
Modified
2021-06-16 00:03
Details
An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. The django.utils.html.urlize() function was extremely slow to evaluate certain inputs due to catastrophic backtracking vulnerabilities in two regular expressions (only one regular expression for Django 1.8.x). The urlize() function is used to implement the urlize and urlizetrunc template filters, which were thus vulnerable.
Aliases
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "django", "purl": "pkg:pypi/django" }, "ranges": [ { "events": [ { "introduced": "1.8" }, { "fixed": "1.8.19" }, { "introduced": "1.11" }, { "fixed": "1.11.11" }, { "introduced": "2.0" }, { "fixed": "2.0.3" } ], "type": "ECOSYSTEM" } ], "versions": [ "1.11", "1.11.1", "1.11.10", "1.11.2", "1.11.3", "1.11.4", "1.11.5", "1.11.6", "1.11.7", "1.11.8", "1.11.9", "1.8", "1.8.1", "1.8.10", "1.8.11", "1.8.12", "1.8.13", "1.8.14", "1.8.15", "1.8.16", "1.8.17", "1.8.18", "1.8.2", "1.8.3", "1.8.4", "1.8.5", "1.8.6", "1.8.7", "1.8.8", "1.8.9", "2.0", "2.0.1", "2.0.2" ] } ], "aliases": [ "CVE-2018-7536", "GHSA-r28v-mw67-m5p9" ], "details": "An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. The django.utils.html.urlize() function was extremely slow to evaluate certain inputs due to catastrophic backtracking vulnerabilities in two regular expressions (only one regular expression for Django 1.8.x). The urlize() function is used to implement the urlize and urlizetrunc template filters, which were thus vulnerable.", "id": "PYSEC-2018-5", "modified": "2021-06-16T00:03:23.200365Z", "published": "2018-03-09T20:29:00Z", "references": [ { "type": "ARTICLE", "url": "https://www.djangoproject.com/weblog/2018/mar/06/security-releases/" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2018/03/msg00006.html" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/103361" }, { "type": "WEB", "url": "https://usn.ubuntu.com/3591-1/" }, { "type": "ADVISORY", "url": "https://www.debian.org/security/2018/dsa-4161" }, { "type": "ADVISORY", "url": "https://access.redhat.com/errata/RHSA-2018:2927" }, { "type": "ADVISORY", "url": "https://access.redhat.com/errata/RHSA-2019:0082" }, { "type": "ADVISORY", "url": "https://access.redhat.com/errata/RHSA-2019:0051" }, { "type": "ADVISORY", "url": "https://access.redhat.com/errata/RHSA-2019:0265" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-r28v-mw67-m5p9" } ] }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- 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.