From 7b910636d8003638fe540ac9bde74a7feccb981e Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:24:50 +0000 Subject: [PATCH] Publish Advisories GHSA-xcp8-hh74-f6mc GHSA-rfw2-x9f8-2f6m GHSA-h8pc-j334-jjhm GHSA-x23q-4j9j-9cxw --- .../GHSA-xcp8-hh74-f6mc.json | 73 +++++++++++++++++-- .../GHSA-rfw2-x9f8-2f6m.json | 25 ++++++- .../GHSA-h8pc-j334-jjhm.json | 25 ++----- .../GHSA-x23q-4j9j-9cxw.json | 10 ++- 4 files changed, 103 insertions(+), 30 deletions(-) diff --git a/advisories/github-reviewed/2018/07/GHSA-xcp8-hh74-f6mc/GHSA-xcp8-hh74-f6mc.json b/advisories/github-reviewed/2018/07/GHSA-xcp8-hh74-f6mc/GHSA-xcp8-hh74-f6mc.json index 75de2198563..f56c2fc3055 100644 --- a/advisories/github-reviewed/2018/07/GHSA-xcp8-hh74-f6mc/GHSA-xcp8-hh74-f6mc.json +++ b/advisories/github-reviewed/2018/07/GHSA-xcp8-hh74-f6mc/GHSA-xcp8-hh74-f6mc.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-xcp8-hh74-f6mc", - "modified": "2023-08-08T10:16:55Z", + "modified": "2024-10-07T21:21:51Z", "published": "2018-07-13T15:16:45Z", "aliases": [ "CVE-2017-2592" @@ -12,6 +12,10 @@ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" } ], "affected": [ @@ -71,6 +75,63 @@ ] } ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "oslo-middleware" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.9.0" + }, + { + "fixed": "3.19.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "oslo-middleware" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.8.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "oslo-middleware" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.20.0" + }, + { + "fixed": "3.23.1" + } + ] + } + ] } ], "references": [ @@ -98,6 +159,10 @@ "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-xcp8-hh74-f6mc" }, + { + "type": "PACKAGE", + "url": "https://github.com/openstack/oslo.middleware" + }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/oslo-middleware/PYSEC-2018-104.yaml" @@ -129,17 +194,13 @@ { "type": "WEB", "url": "http://rhn.redhat.com/errata/RHSA-2017-0435.html" - }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/bid/95827" } ], "database_specific": { "cwe_ids": [ "CWE-532" ], - "severity": "MODERATE", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2020-06-16T22:02:55Z", "nvd_published_at": "2018-05-08T17:29:00Z" diff --git a/advisories/github-reviewed/2021/04/GHSA-rfw2-x9f8-2f6m/GHSA-rfw2-x9f8-2f6m.json b/advisories/github-reviewed/2021/04/GHSA-rfw2-x9f8-2f6m/GHSA-rfw2-x9f8-2f6m.json index bed3698f8b4..a67e538a6a1 100644 --- a/advisories/github-reviewed/2021/04/GHSA-rfw2-x9f8-2f6m/GHSA-rfw2-x9f8-2f6m.json +++ b/advisories/github-reviewed/2021/04/GHSA-rfw2-x9f8-2f6m/GHSA-rfw2-x9f8-2f6m.json @@ -1,15 +1,22 @@ { "schema_version": "1.4.0", "id": "GHSA-rfw2-x9f8-2f6m", - "modified": "2021-04-28T19:21:42Z", + "modified": "2024-10-07T21:22:52Z", "published": "2021-04-30T17:27:53Z", "aliases": [ "CVE-2021-26722" ], - "summary": "Cross-Site Scripting", + "summary": "LinkedIn Oncall vulnerable to Cross-Site Scripting", "details": "LinkedIn Oncall through 1.4.0 allows reflected XSS via /query because of mishandling of the \"No results found for\" message in the search bar.", "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": [ { @@ -45,6 +52,18 @@ "type": "WEB", "url": "https://github.com/linkedin/oncall/commit/843bc106a1c1b1699e9e52b6b0d01c7efe1d6225" }, + { + "type": "ADVISORY", + "url": "https://github.com/advisories/GHSA-rfw2-x9f8-2f6m" + }, + { + "type": "PACKAGE", + "url": "https://github.com/linkedin/oncall" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/oncall/PYSEC-2021-33.yaml" + }, { "type": "WEB", "url": "https://pypi.org/project/oncall" diff --git a/advisories/github-reviewed/2022/05/GHSA-h8pc-j334-jjhm/GHSA-h8pc-j334-jjhm.json b/advisories/github-reviewed/2022/05/GHSA-h8pc-j334-jjhm/GHSA-h8pc-j334-jjhm.json index 140d5d730f3..18873473e95 100644 --- a/advisories/github-reviewed/2022/05/GHSA-h8pc-j334-jjhm/GHSA-h8pc-j334-jjhm.json +++ b/advisories/github-reviewed/2022/05/GHSA-h8pc-j334-jjhm/GHSA-h8pc-j334-jjhm.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-h8pc-j334-jjhm", - "modified": "2022-05-25T19:44:25Z", + "modified": "2024-10-07T21:23:57Z", "published": "2022-05-19T00:00:30Z", "aliases": [ "CVE-2022-1432" @@ -12,6 +12,10 @@ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" } ], "affected": [ @@ -33,25 +37,6 @@ ] } ] - }, - { - "package": { - "ecosystem": "PyPI", - "name": "octoprint" - }, - "ranges": [ - { - "type": "ECOSYSTEM", - "events": [ - { - "introduced": "0" - }, - { - "fixed": "1.8.0" - } - ] - } - ] } ], "references": [ diff --git a/advisories/github-reviewed/2022/05/GHSA-x23q-4j9j-9cxw/GHSA-x23q-4j9j-9cxw.json b/advisories/github-reviewed/2022/05/GHSA-x23q-4j9j-9cxw/GHSA-x23q-4j9j-9cxw.json index 46ad2f631fe..4181ac596df 100644 --- a/advisories/github-reviewed/2022/05/GHSA-x23q-4j9j-9cxw/GHSA-x23q-4j9j-9cxw.json +++ b/advisories/github-reviewed/2022/05/GHSA-x23q-4j9j-9cxw/GHSA-x23q-4j9j-9cxw.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-x23q-4j9j-9cxw", - "modified": "2024-04-29T14:27:44Z", + "modified": "2024-10-07T21:24:24Z", "published": "2022-05-24T19:17:41Z", "aliases": [ "CVE-2021-40720" @@ -12,6 +12,10 @@ { "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": [ @@ -47,6 +51,10 @@ "type": "PACKAGE", "url": "https://github.com/adobe/ops-cli" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/ops-cli/PYSEC-2021-380.yaml" + }, { "type": "WEB", "url": "https://helpx.adobe.com/security/products/ops_cli/apsb21-88.html"