diff --git a/advisories/github-reviewed/2022/05/GHSA-6wgp-fwfm-mxp3/GHSA-6wgp-fwfm-mxp3.json b/advisories/github-reviewed/2022/05/GHSA-6wgp-fwfm-mxp3/GHSA-6wgp-fwfm-mxp3.json index a2c5ce376fd..fa2064b30e6 100644 --- a/advisories/github-reviewed/2022/05/GHSA-6wgp-fwfm-mxp3/GHSA-6wgp-fwfm-mxp3.json +++ b/advisories/github-reviewed/2022/05/GHSA-6wgp-fwfm-mxp3/GHSA-6wgp-fwfm-mxp3.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-6wgp-fwfm-mxp3", - "modified": "2024-05-07T14:40:05Z", + "modified": "2024-09-17T15:10:52Z", "published": "2022-05-17T03:29:56Z", "aliases": [ "CVE-2015-3982" @@ -9,7 +9,14 @@ "summary": "Django allows user sessions hijacking via an empty string in the session key", "details": "The session.flush function in the cached_db backend in Django 1.8.x before 1.8.2 does not properly flush the session, which allows remote attackers to hijack user sessions via an empty string in the session key.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:U" + } ], "affected": [ { @@ -45,6 +52,10 @@ "type": "PACKAGE", "url": "https://github.com/django/django" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2015-19.yaml" + }, { "type": "WEB", "url": "https://web.archive.org/web/20200228092138/http://www.securityfocus.com/bid/74960" @@ -56,7 +67,7 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-384" ], "severity": "MODERATE", "github_reviewed": true,