From 5480285d89cd320481e3cc8744c20496bc13bd92 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:54:56 +0000 Subject: [PATCH] Publish Advisories GHSA-9w7f-m4j4-j3xw GHSA-9jp4-68vc-r8wq --- .../GHSA-9w7f-m4j4-j3xw.json | 12 ++++++++++-- .../GHSA-9jp4-68vc-r8wq.json | 19 +++++++++++++++++-- 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/advisories/github-reviewed/2022/01/GHSA-9w7f-m4j4-j3xw/GHSA-9w7f-m4j4-j3xw.json b/advisories/github-reviewed/2022/01/GHSA-9w7f-m4j4-j3xw/GHSA-9w7f-m4j4-j3xw.json index 7c66ba8a444..febcd90fc96 100644 --- a/advisories/github-reviewed/2022/01/GHSA-9w7f-m4j4-j3xw/GHSA-9w7f-m4j4-j3xw.json +++ b/advisories/github-reviewed/2022/01/GHSA-9w7f-m4j4-j3xw/GHSA-9w7f-m4j4-j3xw.json @@ -1,17 +1,21 @@ { "schema_version": "1.4.0", "id": "GHSA-9w7f-m4j4-j3xw", - "modified": "2023-06-01T19:43:23Z", + "modified": "2024-09-20T17:52:44Z", "published": "2022-01-06T17:36:38Z", "aliases": [ "CVE-2021-43857" ], - "summary": "Gerapy < 0.9.8 may cause remote code execution", + "summary": "Gerapy may cause remote code execution", "details": "### Impact\n\nproject_configure function exist remote code execute in Gerapy < 0.9.8\n\n### Patches\n\nPatched in version 0.9.8, please install with:\n\n```\npip3 install -U gerapy\n```", "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" } ], "affected": [ @@ -62,6 +66,10 @@ "type": "PACKAGE", "url": "https://github.com/Gerapy/Gerapy" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/gerapy/PYSEC-2021-867.yaml" + }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/gerapy/PYSEC-2022-228.yaml" diff --git a/advisories/github-reviewed/2022/05/GHSA-9jp4-68vc-r8wq/GHSA-9jp4-68vc-r8wq.json b/advisories/github-reviewed/2022/05/GHSA-9jp4-68vc-r8wq/GHSA-9jp4-68vc-r8wq.json index 960e50642f9..67d0ab8d1c3 100644 --- a/advisories/github-reviewed/2022/05/GHSA-9jp4-68vc-r8wq/GHSA-9jp4-68vc-r8wq.json +++ b/advisories/github-reviewed/2022/05/GHSA-9jp4-68vc-r8wq/GHSA-9jp4-68vc-r8wq.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-9jp4-68vc-r8wq", - "modified": "2024-02-09T18:47:25Z", + "modified": "2024-09-20T17:54:12Z", "published": "2022-05-17T02:11:13Z", "aliases": [ "CVE-2008-6547" @@ -9,7 +9,14 @@ "summary": "FormEncode Access Restrictions Bypass", "details": "`schema.py` in FormEncode for Python (python-formencode) 1.0 does not apply the `chained_validators` feature, which allows attackers to bypass intended access restrictions via unknown vectors.", "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" + } ], "affected": [ { @@ -44,6 +51,14 @@ "type": "WEB", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/43878" }, + { + "type": "PACKAGE", + "url": "https://github.com/davidfraser/formencode" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/formencode/PYSEC-2009-5.yaml" + }, { "type": "WEB", "url": "https://web.archive.org/web/20080905200034/http://secunia.com/advisories/31081"