From 077ce56df44555051cef0ec65522711f09cfb9ee Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:41:46 +0000 Subject: [PATCH] Publish Advisories GHSA-vfrc-ggmc-5jwv GHSA-5h2q-4hrp-v9rr --- .../GHSA-vfrc-ggmc-5jwv.json | 16 ++++++++++++++-- .../GHSA-5h2q-4hrp-v9rr.json | 19 +++++++++++++++---- 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/advisories/github-reviewed/2021/11/GHSA-vfrc-ggmc-5jwv/GHSA-vfrc-ggmc-5jwv.json b/advisories/github-reviewed/2021/11/GHSA-vfrc-ggmc-5jwv/GHSA-vfrc-ggmc-5jwv.json index 105d945690a..a29446f6f20 100644 --- a/advisories/github-reviewed/2021/11/GHSA-vfrc-ggmc-5jwv/GHSA-vfrc-ggmc-5jwv.json +++ b/advisories/github-reviewed/2021/11/GHSA-vfrc-ggmc-5jwv/GHSA-vfrc-ggmc-5jwv.json @@ -1,17 +1,21 @@ { "schema_version": "1.4.0", "id": "GHSA-vfrc-ggmc-5jwv", - "modified": "2021-11-24T19:43:03Z", + "modified": "2024-09-16T21:40:06Z", "published": "2021-11-23T17:55:46Z", "aliases": [ "CVE-2021-3950" ], "summary": "Cross-site Scripting in django-helpdesk", - "details": "django-helpdesk is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", + "details": "django-helpdesk is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting').", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" } ], "affected": [ @@ -44,6 +48,10 @@ "type": "WEB", "url": "https://github.com/django-helpdesk/django-helpdesk/commit/04483bdac3b5196737516398b5ce0383875a5c60" }, + { + "type": "ADVISORY", + "url": "https://github.com/advisories/GHSA-vfrc-ggmc-5jwv" + }, { "type": "PACKAGE", "url": "https://github.com/django-helpdesk/django-helpdesk" @@ -52,6 +60,10 @@ "type": "WEB", "url": "https://github.com/django-helpdesk/django-helpdesk/releases/tag/0.3.2" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/django-helpdesk/PYSEC-2021-431.yaml" + }, { "type": "WEB", "url": "https://huntr.dev/bounties/4d7a5fdd-b2de-467a-ade0-3f2fb386638e" diff --git a/advisories/github-reviewed/2022/05/GHSA-5h2q-4hrp-v9rr/GHSA-5h2q-4hrp-v9rr.json b/advisories/github-reviewed/2022/05/GHSA-5h2q-4hrp-v9rr/GHSA-5h2q-4hrp-v9rr.json index 8a98901db79..f782dce4e21 100644 --- a/advisories/github-reviewed/2022/05/GHSA-5h2q-4hrp-v9rr/GHSA-5h2q-4hrp-v9rr.json +++ b/advisories/github-reviewed/2022/05/GHSA-5h2q-4hrp-v9rr/GHSA-5h2q-4hrp-v9rr.json @@ -1,15 +1,22 @@ { "schema_version": "1.4.0", "id": "GHSA-5h2q-4hrp-v9rr", - "modified": "2024-03-07T21:58:37Z", + "modified": "2024-09-16T21:41:20Z", "published": "2022-05-17T05:12:01Z", "aliases": [ "CVE-2012-3444" ], "summary": "Django vulnerable to Improper Restriction of Operations within the Bounds of a Memory Buffer", - "details": "The get_image_dimensions function in the image-handling functionality in Django before 1.3.2 and 1.4.x before 1.4.1 uses a constant chunk size in all attempts to determine dimensions, which allows remote attackers to cause a denial of service (process or thread consumption) via a large TIFF image.", + "details": "The `get_image_dimensions` function in the image-handling functionality in Django before 1.3.2 and 1.4.x before 1.4.1 uses a constant chunk size in all attempts to determine dimensions, which allows remote attackers to cause a denial of service (process or thread consumption) via a large TIFF image.", "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": [ { @@ -80,6 +87,10 @@ "type": "PACKAGE", "url": "https://github.com/django/django" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2012-4.yaml" + }, { "type": "WEB", "url": "https://www.djangoproject.com/weblog/2012/jul/30/security-releases-issued" @@ -109,7 +120,7 @@ "cwe_ids": [ "CWE-119" ], - "severity": "MODERATE", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2023-04-21T20:17:54Z", "nvd_published_at": "2012-07-31T17:55:00Z"