From 700753a877db7aae3570f22fe28eba57c9210028 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:47:25 +0000 Subject: [PATCH] Publish GHSA-h582-2pch-3xv3 --- .../GHSA-h582-2pch-3xv3.json | 35 ++++++++++--------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/advisories/github-reviewed/2019/07/GHSA-h582-2pch-3xv3/GHSA-h582-2pch-3xv3.json b/advisories/github-reviewed/2019/07/GHSA-h582-2pch-3xv3/GHSA-h582-2pch-3xv3.json index c7cb836176b..36e9cfd55a4 100644 --- a/advisories/github-reviewed/2019/07/GHSA-h582-2pch-3xv3/GHSA-h582-2pch-3xv3.json +++ b/advisories/github-reviewed/2019/07/GHSA-h582-2pch-3xv3/GHSA-h582-2pch-3xv3.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-h582-2pch-3xv3", - "modified": "2024-05-07T14:38:34Z", + "modified": "2024-09-18T14:45:44Z", "published": "2019-07-05T21:10:39Z", "aliases": [ "CVE-2015-5143" @@ -9,13 +9,20 @@ "summary": "Django Denial-of-service by filling session store", "details": "The session backends in Django before 1.4.21, 1.5.x through 1.6.x, 1.7.x before 1.7.9, and 1.8.x before 1.8.3 allows remote attackers to cause a denial of service (session store consumption) via multiple requests with unique session keys.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N" + } ], "affected": [ { "package": { "ecosystem": "PyPI", - "name": "django" + "name": "Django" }, "ranges": [ { @@ -34,14 +41,14 @@ { "package": { "ecosystem": "PyPI", - "name": "django" + "name": "Django" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { - "introduced": "1.5.0" + "introduced": "1.5" }, { "fixed": "1.7.9" @@ -53,14 +60,14 @@ { "package": { "ecosystem": "PyPI", - "name": "django" + "name": "Django" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { - "introduced": "1.8.0" + "introduced": "1.8" }, { "fixed": "1.8.3" @@ -95,6 +102,10 @@ "type": "PACKAGE", "url": "https://github.com/django/django" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2015-20.yaml" + }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/201510-06" @@ -131,14 +142,6 @@ "type": "WEB", "url": "http://www.oracle.com/technetwork/topics/security/bulletinoct2015-2511968.html" }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/bid/75666" - }, - { - "type": "WEB", - "url": "http://www.securitytracker.com/id/1032820" - }, { "type": "WEB", "url": "http://www.ubuntu.com/usn/USN-2671-1" @@ -146,7 +149,7 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-770" ], "severity": "HIGH", "github_reviewed": true,