diff --git a/advisories/github-reviewed/2022/05/GHSA-cggm-52qp-wvw7/GHSA-cggm-52qp-wvw7.json b/advisories/github-reviewed/2022/05/GHSA-cggm-52qp-wvw7/GHSA-cggm-52qp-wvw7.json index 178d80324d0..7b289546e75 100644 --- a/advisories/github-reviewed/2022/05/GHSA-cggm-52qp-wvw7/GHSA-cggm-52qp-wvw7.json +++ b/advisories/github-reviewed/2022/05/GHSA-cggm-52qp-wvw7/GHSA-cggm-52qp-wvw7.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-cggm-52qp-wvw7", - "modified": "2024-02-23T20:56:41Z", + "modified": "2024-11-18T22:57:43Z", "published": "2022-05-17T02:20:12Z", "aliases": [ "CVE-2017-1000007" @@ -12,6 +12,10 @@ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" } ], "affected": [ @@ -52,6 +56,10 @@ "type": "WEB", "url": "https://github.com/twisted/txaws/commit/46b66c3dc315de7b5896d60531311ec9658bc466" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/txaws/PYSEC-2017-85.yaml" + }, { "type": "PACKAGE", "url": "https://github.com/twisted/txaws" @@ -61,7 +69,7 @@ "cwe_ids": [ "CWE-200" ], - "severity": "MODERATE", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-02-23T20:56:41Z", "nvd_published_at": "2017-07-17T13:18:00Z" diff --git a/advisories/github-reviewed/2022/05/GHSA-h2vm-c85r-5vh5/GHSA-h2vm-c85r-5vh5.json b/advisories/github-reviewed/2022/05/GHSA-h2vm-c85r-5vh5/GHSA-h2vm-c85r-5vh5.json index 5c6ffff46ce..705a6b60819 100644 --- a/advisories/github-reviewed/2022/05/GHSA-h2vm-c85r-5vh5/GHSA-h2vm-c85r-5vh5.json +++ b/advisories/github-reviewed/2022/05/GHSA-h2vm-c85r-5vh5/GHSA-h2vm-c85r-5vh5.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-h2vm-c85r-5vh5", - "modified": "2024-04-29T11:13:39Z", + "modified": "2024-11-18T22:55:59Z", "published": "2022-05-14T03:35:52Z", "aliases": [ "CVE-2018-7490" @@ -12,6 +12,10 @@ { "type": "CVSS_V3", "score": "CVSS:3.0/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": [ @@ -44,6 +48,10 @@ "type": "WEB", "url": "https://github.com/unbit/uwsgi/commit/0a480f435ea6feb63deb410ad2bf376ed3f05f8a" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/uwsgi/PYSEC-2018-78.yaml" + }, { "type": "PACKAGE", "url": "https://github.com/unbit/uwsgi" diff --git a/advisories/github-reviewed/2022/05/GHSA-pwx5-xg7g-wpc5/GHSA-pwx5-xg7g-wpc5.json b/advisories/github-reviewed/2022/05/GHSA-pwx5-xg7g-wpc5/GHSA-pwx5-xg7g-wpc5.json index 4f99643c7c1..f33a10fe6dd 100644 --- a/advisories/github-reviewed/2022/05/GHSA-pwx5-xg7g-wpc5/GHSA-pwx5-xg7g-wpc5.json +++ b/advisories/github-reviewed/2022/05/GHSA-pwx5-xg7g-wpc5/GHSA-pwx5-xg7g-wpc5.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-pwx5-xg7g-wpc5", - "modified": "2023-08-29T21:28:26Z", + "modified": "2024-11-18T22:57:06Z", "published": "2022-05-17T01:38:35Z", "aliases": [ "CVE-2012-5825" @@ -9,7 +9,14 @@ "summary": "Tweepy does not verify SSL Certificate ", "details": "Tweepy does not verify that the server hostname matches a domain name in the subject's Common Name (CN) or subjectAltName field of the X.509 certificate, which allows man-in-the-middle attackers to spoof SSL servers via an arbitrary valid certificate, related to use of the Python httplib library.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N" + } ], "affected": [ { @@ -49,6 +56,10 @@ "type": "WEB", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/79831" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/tweepy/PYSEC-2012-17.yaml" + }, { "type": "PACKAGE", "url": "https://github.com/tweepy/tweepy"