From 1b0e418d7851ff79d8475b76910d72a3da2e09d4 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:38:01 +0000 Subject: [PATCH] Publish Advisories GHSA-5whw-5cmm-9jw4 GHSA-hr59-35cr-qf43 GHSA-pvhv-qwc8-r2pg --- .../GHSA-5whw-5cmm-9jw4.json | 25 +++++++++++++---- .../GHSA-hr59-35cr-qf43.json | 27 ++++++++++++++----- .../GHSA-pvhv-qwc8-r2pg.json | 27 ++++++++++++++----- 3 files changed, 62 insertions(+), 17 deletions(-) diff --git a/advisories/github-reviewed/2022/05/GHSA-5whw-5cmm-9jw4/GHSA-5whw-5cmm-9jw4.json b/advisories/github-reviewed/2022/05/GHSA-5whw-5cmm-9jw4/GHSA-5whw-5cmm-9jw4.json index c05c927fa68..7f7709fbba1 100644 --- a/advisories/github-reviewed/2022/05/GHSA-5whw-5cmm-9jw4/GHSA-5whw-5cmm-9jw4.json +++ b/advisories/github-reviewed/2022/05/GHSA-5whw-5cmm-9jw4/GHSA-5whw-5cmm-9jw4.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-5whw-5cmm-9jw4", - "modified": "2023-08-29T21:36:49Z", + "modified": "2024-10-09T21:35:51Z", "published": "2022-05-17T04:32:23Z", "aliases": [ "CVE-2012-5504" @@ -9,13 +9,20 @@ "summary": "Plone Cross-site scripting Vulnerability", "details": "Cross-site scripting (XSS) vulnerability in widget_traversal.py in Plone before 4.2.3 and 4.3 before beta 1 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" + } ], "affected": [ { "package": { "ecosystem": "PyPI", - "name": "plone" + "name": "Plone" }, "ranges": [ { @@ -34,14 +41,14 @@ { "package": { "ecosystem": "PyPI", - "name": "plone" + "name": "Plone" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { - "introduced": "4.3a1" + "introduced": "4.3a0" }, { "fixed": "4.3b1" @@ -56,10 +63,18 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-5504" }, + { + "type": "PACKAGE", + "url": "https://github.com/plone/Plone" + }, { "type": "WEB", "url": "https://github.com/plone/Products.CMFPlone/blob/4.2.3/docs/CHANGES.txt" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/plone/PYSEC-2014-46.yaml" + }, { "type": "WEB", "url": "https://plone.org/products/plone-hotfix/releases/20121106" diff --git a/advisories/github-reviewed/2022/05/GHSA-hr59-35cr-qf43/GHSA-hr59-35cr-qf43.json b/advisories/github-reviewed/2022/05/GHSA-hr59-35cr-qf43/GHSA-hr59-35cr-qf43.json index 034be2fd538..8f5c41482bd 100644 --- a/advisories/github-reviewed/2022/05/GHSA-hr59-35cr-qf43/GHSA-hr59-35cr-qf43.json +++ b/advisories/github-reviewed/2022/05/GHSA-hr59-35cr-qf43/GHSA-hr59-35cr-qf43.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-hr59-35cr-qf43", - "modified": "2023-08-29T21:36:39Z", + "modified": "2024-10-09T21:36:32Z", "published": "2022-05-17T04:32:24Z", "aliases": [ "CVE-2012-5502" @@ -9,13 +9,20 @@ "summary": "Plone Cross-site scripting Vulnerability", "details": "Cross-site scripting (XSS) vulnerability in safe_html.py in Plone before 4.2.3 and 4.3 before beta 1 allows remote authenticated users with permissions to edit content to inject arbitrary web script or HTML via unspecified vectors.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" + } ], "affected": [ { "package": { "ecosystem": "PyPI", - "name": "plone" + "name": "Plone" }, "ranges": [ { @@ -34,14 +41,14 @@ { "package": { "ecosystem": "PyPI", - "name": "plone" + "name": "Plone" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { - "introduced": "4.3a1" + "introduced": "4.3a0" }, { "fixed": "4.3b1" @@ -56,10 +63,18 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-5502" }, + { + "type": "PACKAGE", + "url": "https://github.com/plone/Plone" + }, { "type": "WEB", "url": "https://github.com/plone/Products.CMFPlone/blob/4.2.3/docs/CHANGES.txt" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/plone/PYSEC-2014-44.yaml" + }, { "type": "WEB", "url": "https://plone.org/products/plone-hotfix/releases/20121106" @@ -77,7 +92,7 @@ "cwe_ids": [ "CWE-79" ], - "severity": "LOW", + "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-08-29T21:36:39Z", "nvd_published_at": "2014-09-30T14:55:00Z" diff --git a/advisories/github-reviewed/2022/05/GHSA-pvhv-qwc8-r2pg/GHSA-pvhv-qwc8-r2pg.json b/advisories/github-reviewed/2022/05/GHSA-pvhv-qwc8-r2pg/GHSA-pvhv-qwc8-r2pg.json index 1d094d3832f..3781e1f299a 100644 --- a/advisories/github-reviewed/2022/05/GHSA-pvhv-qwc8-r2pg/GHSA-pvhv-qwc8-r2pg.json +++ b/advisories/github-reviewed/2022/05/GHSA-pvhv-qwc8-r2pg/GHSA-pvhv-qwc8-r2pg.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-pvhv-qwc8-r2pg", - "modified": "2023-08-29T21:36:24Z", + "modified": "2024-10-09T21:37:37Z", "published": "2022-05-17T04:32:23Z", "aliases": [ "CVE-2012-5501" @@ -9,13 +9,20 @@ "summary": "Plone Arbitrary File Read", "details": "`at_download.py` in Plone before 4.2.3 and 4.3 before beta 1 allows remote attackers to read arbitrary BLOBs (Files and Images) stored on custom content types via a crafted URL.", "severity": [ - + { + "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": "plone" + "name": "Plone" }, "ranges": [ { @@ -34,14 +41,14 @@ { "package": { "ecosystem": "PyPI", - "name": "plone" + "name": "Plone" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { - "introduced": "4.3a1" + "introduced": "4.3a0" }, { "fixed": "4.3b1" @@ -56,10 +63,18 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-5501" }, + { + "type": "PACKAGE", + "url": "https://github.com/plone/Plone" + }, { "type": "WEB", "url": "https://github.com/plone/Products.CMFPlone/blob/4.2.3/docs/CHANGES.txt" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/plone/PYSEC-2014-43.yaml" + }, { "type": "WEB", "url": "https://plone.org/products/plone-hotfix/releases/20121106" @@ -77,7 +92,7 @@ "cwe_ids": [ ], - "severity": "MODERATE", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2023-08-29T21:36:24Z", "nvd_published_at": "2014-09-30T14:55:00Z"