From 08cdc2dd8173ea52ab07891687b950f2a2fc321f Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:27:54 +0000 Subject: [PATCH] Publish GHSA-fqh9-2qgg-h84h --- .../GHSA-fqh9-2qgg-h84h.json | 33 +++++++++++++++++-- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/advisories/github-reviewed/2022/05/GHSA-fqh9-2qgg-h84h/GHSA-fqh9-2qgg-h84h.json b/advisories/github-reviewed/2022/05/GHSA-fqh9-2qgg-h84h/GHSA-fqh9-2qgg-h84h.json index 490d7bc57fd..9d952097f0c 100644 --- a/advisories/github-reviewed/2022/05/GHSA-fqh9-2qgg-h84h/GHSA-fqh9-2qgg-h84h.json +++ b/advisories/github-reviewed/2022/05/GHSA-fqh9-2qgg-h84h/GHSA-fqh9-2qgg-h84h.json @@ -1,15 +1,22 @@ { "schema_version": "1.4.0", "id": "GHSA-fqh9-2qgg-h84h", - "modified": "2023-02-14T00:58:39Z", + "modified": "2024-09-23T19:26:46Z", "published": "2022-05-17T04:01:00Z", "aliases": [ "CVE-2014-0012" ], "summary": "Insecure Temporary File in Jinja2", - "details": "FileSystemBytecodeCache in Jinja2 2.7.2 does not properly create temporary directories, which allows local users to gain privileges by pre-creating a temporary directory with a user's uid. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-1402.", + "details": "FileSystemBytecodeCache in Jinja2 prior to version 2.7.2 does not properly create temporary directories, which allows local users to gain privileges by pre-creating a temporary directory with a user's uid. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-1402.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N" + } ], "affected": [ { @@ -37,6 +44,14 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-0012" }, + { + "type": "WEB", + "url": "https://github.com/mitsuhiko/jinja2/pull/292" + }, + { + "type": "WEB", + "url": "https://github.com/mitsuhiko/jinja2/pull/296" + }, { "type": "WEB", "url": "https://github.com/pallets/jinja2/pull/292" @@ -45,10 +60,18 @@ "type": "WEB", "url": "https://github.com/pallets/jinja2/pull/296" }, + { + "type": "WEB", + "url": "https://github.com/mitsuhiko/jinja2/commit/acb672b6a179567632e032f547582f30fa2f4aa7" + }, { "type": "WEB", "url": "https://github.com/pallets/jinja/commit/acb672b6a179567632e032f547582f30fa2f4aa7" }, + { + "type": "WEB", + "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734747" + }, { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1051421" @@ -57,6 +80,10 @@ "type": "PACKAGE", "url": "https://github.com/pallets/jinja2" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/jinja2/PYSEC-2014-82.yaml" + }, { "type": "WEB", "url": "http://seclists.org/oss-sec/2014/q1/73"