From 876a75d4a567674cd273bf2e41fa4462f066c58e 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:52:44 +0000 Subject: [PATCH] Publish GHSA-q7q2-qf2q-rw3w --- .../GHSA-q7q2-qf2q-rw3w.json | 52 +++++++++++++++---- 1 file changed, 43 insertions(+), 9 deletions(-) diff --git a/advisories/github-reviewed/2022/05/GHSA-q7q2-qf2q-rw3w/GHSA-q7q2-qf2q-rw3w.json b/advisories/github-reviewed/2022/05/GHSA-q7q2-qf2q-rw3w/GHSA-q7q2-qf2q-rw3w.json index 24b9669a4cf..1a160f526ec 100644 --- a/advisories/github-reviewed/2022/05/GHSA-q7q2-qf2q-rw3w/GHSA-q7q2-qf2q-rw3w.json +++ b/advisories/github-reviewed/2022/05/GHSA-q7q2-qf2q-rw3w/GHSA-q7q2-qf2q-rw3w.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-q7q2-qf2q-rw3w", - "modified": "2024-03-07T22:22:46Z", + "modified": "2024-09-18T19:51:12Z", "published": "2022-05-17T03:07:00Z", "aliases": [ "CVE-2014-1418" @@ -9,20 +9,27 @@ "summary": "Django Vulnerable to Cache Poisoning", "details": "Django 1.4 before 1.4.13, 1.5 before 1.5.8, 1.6 before 1.6.5, and 1.7 before 1.7b4 does not properly include the (1) Vary: Cookie or (2) Cache-Control header in responses, which allows remote attackers to obtain sensitive information or poison the cache via a request from certain browsers.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N" + } ], "affected": [ { "package": { "ecosystem": "PyPI", - "name": "django" + "name": "Django" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { - "introduced": "1.4.0" + "introduced": "1.4" }, { "fixed": "1.4.13" @@ -34,14 +41,14 @@ { "package": { "ecosystem": "PyPI", - "name": "django" + "name": "Django" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { - "introduced": "1.5.0" + "introduced": "1.5" }, { "fixed": "1.5.8" @@ -53,14 +60,14 @@ { "package": { "ecosystem": "PyPI", - "name": "django" + "name": "Django" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { - "introduced": "1.6.0" + "introduced": "1.6" }, { "fixed": "1.6.5" @@ -68,6 +75,25 @@ ] } ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "Django" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.7a1" + }, + { + "fixed": "1.7b4" + } + ] + } + ] } ], "references": [ @@ -91,6 +117,10 @@ "type": "PACKAGE", "url": "https://github.com/django/django" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2014-19.yaml" + }, { "type": "WEB", "url": "https://www.djangoproject.com/weblog/2014/may/14/security-releases-issued" @@ -99,6 +129,10 @@ "type": "WEB", "url": "http://lists.opensuse.org/opensuse-updates/2014-09/msg00023.html" }, + { + "type": "WEB", + "url": "http://ubuntu.com/usn/usn-2212-1" + }, { "type": "WEB", "url": "http://www.debian.org/security/2014/dsa-2934" @@ -116,7 +150,7 @@ "cwe_ids": [ "CWE-349" ], - "severity": "MODERATE", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2023-08-16T22:54:50Z", "nvd_published_at": "2014-05-16T15:55:00Z"