From 7be5baf82525e35be9de606f0b8d3e7e2b61f1c2 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:46:42 +0000 Subject: [PATCH] Publish GHSA-r28v-mw67-m5p9 --- .../GHSA-r28v-mw67-m5p9.json | 32 ++++++++++++------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/advisories/github-reviewed/2019/01/GHSA-r28v-mw67-m5p9/GHSA-r28v-mw67-m5p9.json b/advisories/github-reviewed/2019/01/GHSA-r28v-mw67-m5p9/GHSA-r28v-mw67-m5p9.json index 354c5b02005..1f79fd70731 100644 --- a/advisories/github-reviewed/2019/01/GHSA-r28v-mw67-m5p9/GHSA-r28v-mw67-m5p9.json +++ b/advisories/github-reviewed/2019/01/GHSA-r28v-mw67-m5p9/GHSA-r28v-mw67-m5p9.json @@ -1,31 +1,35 @@ { "schema_version": "1.4.0", "id": "GHSA-r28v-mw67-m5p9", - "modified": "2023-09-05T12:37:34Z", + "modified": "2024-09-18T19:45:18Z", "published": "2019-01-04T17:50:07Z", "aliases": [ "CVE-2018-7536" ], - "summary": "Django Denial-of-service possibility in urlize and urlizetrunc template filters", + "summary": "Django denial-of-service possibility in urlize and urlizetrunc template filters", "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.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N" } ], "affected": [ { "package": { "ecosystem": "PyPI", - "name": "django" + "name": "Django" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { - "introduced": "2.0" + "introduced": "2.0a1" }, { "fixed": "2.0.3" @@ -37,14 +41,14 @@ { "package": { "ecosystem": "PyPI", - "name": "django" + "name": "Django" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { - "introduced": "1.11" + "introduced": "1.11a1" }, { "fixed": "1.11.11" @@ -56,14 +60,14 @@ { "package": { "ecosystem": "PyPI", - "name": "django" + "name": "Django" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { - "introduced": "1.8" + "introduced": "1.8a1" }, { "fixed": "1.8.19" @@ -114,6 +118,10 @@ "type": "PACKAGE", "url": "https://github.com/django/django" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2018-5.yaml" + }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2018/03/msg00006.html" @@ -122,6 +130,10 @@ "type": "WEB", "url": "https://usn.ubuntu.com/3591-1" }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20200227131019/http://www.securityfocus.com/bid/103361" + }, { "type": "WEB", "url": "https://www.debian.org/security/2018/dsa-4161" @@ -129,10 +141,6 @@ { "type": "WEB", "url": "https://www.djangoproject.com/weblog/2018/mar/06/security-releases" - }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/bid/103361" } ], "database_specific": {