From 57e7a466fe8b503abf8cbd50bf609c271cee407e Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:06:14 +0000 Subject: [PATCH] Publish Advisories GHSA-m6gj-h9gm-gw44 GHSA-wqjj-hx84-v449 --- .../GHSA-m6gj-h9gm-gw44.json | 26 ++++++++++++++----- .../GHSA-wqjj-hx84-v449.json | 25 +++++++++++++----- 2 files changed, 37 insertions(+), 14 deletions(-) diff --git a/advisories/github-reviewed/2021/03/GHSA-m6gj-h9gm-gw44/GHSA-m6gj-h9gm-gw44.json b/advisories/github-reviewed/2021/03/GHSA-m6gj-h9gm-gw44/GHSA-m6gj-h9gm-gw44.json index 4e50abfe2df..4d44c2ceeaf 100644 --- a/advisories/github-reviewed/2021/03/GHSA-m6gj-h9gm-gw44/GHSA-m6gj-h9gm-gw44.json +++ b/advisories/github-reviewed/2021/03/GHSA-m6gj-h9gm-gw44/GHSA-m6gj-h9gm-gw44.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-m6gj-h9gm-gw44", - "modified": "2023-09-05T14:32:18Z", + "modified": "2024-09-18T20:05:04Z", "published": "2021-03-18T20:30:13Z", "aliases": [ "CVE-2020-24583" @@ -12,20 +12,24 @@ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" } ], "affected": [ { "package": { "ecosystem": "PyPI", - "name": "django" + "name": "Django" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { - "introduced": "2.2" + "introduced": "2.2a1" }, { "fixed": "2.2.16" @@ -37,14 +41,14 @@ { "package": { "ecosystem": "PyPI", - "name": "django" + "name": "Django" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { - "introduced": "3.0" + "introduced": "3.0a1" }, { "fixed": "3.0.10" @@ -56,14 +60,14 @@ { "package": { "ecosystem": "PyPI", - "name": "django" + "name": "Django" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { - "introduced": "3.1" + "introduced": "3.1a1" }, { "fixed": "3.1.1" @@ -86,10 +90,18 @@ "type": "WEB", "url": "https://docs.djangoproject.com/en/dev/releases/security" }, + { + "type": "ADVISORY", + "url": "https://github.com/advisories/GHSA-m6gj-h9gm-gw44" + }, { "type": "PACKAGE", "url": "https://github.com/django/django" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2020-33.yaml" + }, { "type": "WEB", "url": "https://groups.google.com/forum/#!topic/django-announce/Gdqn58RqIDM" diff --git a/advisories/github-reviewed/2022/05/GHSA-wqjj-hx84-v449/GHSA-wqjj-hx84-v449.json b/advisories/github-reviewed/2022/05/GHSA-wqjj-hx84-v449/GHSA-wqjj-hx84-v449.json index 6d23aa05e7a..9f4e5c062b5 100644 --- a/advisories/github-reviewed/2022/05/GHSA-wqjj-hx84-v449/GHSA-wqjj-hx84-v449.json +++ b/advisories/github-reviewed/2022/05/GHSA-wqjj-hx84-v449/GHSA-wqjj-hx84-v449.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-wqjj-hx84-v449", - "modified": "2023-09-05T13:57:24Z", + "modified": "2024-09-18T20:04:05Z", "published": "2022-05-17T03:07:04Z", "aliases": [ "CVE-2014-0474" @@ -9,13 +9,20 @@ "summary": "Django Vulnerable to MySQL Injection", "details": "The (1) FilePathField, (2) GenericIPAddressField, and (3) IPAddressField model field classes in Django before 1.4.11, 1.5.x before 1.5.6, 1.6.x before 1.6.3, and 1.7.x before 1.7 beta 2 do not properly perform type conversion, which allows remote attackers to have unspecified impact and vectors, related to \"MySQL typecasting.\"", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U" + } ], "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.5.6" @@ -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.3" @@ -91,6 +98,10 @@ "type": "PACKAGE", "url": "https://github.com/django/django" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2014-3.yaml" + }, { "type": "WEB", "url": "https://www.djangoproject.com/weblog/2014/apr/21/security"