diff --git a/advisories/github-reviewed/2018/08/GHSA-xrr4-74mc-rpjc/GHSA-xrr4-74mc-rpjc.json b/advisories/github-reviewed/2018/08/GHSA-xrr4-74mc-rpjc/GHSA-xrr4-74mc-rpjc.json index f647f9baedb..01806638f01 100644 --- a/advisories/github-reviewed/2018/08/GHSA-xrr4-74mc-rpjc/GHSA-xrr4-74mc-rpjc.json +++ b/advisories/github-reviewed/2018/08/GHSA-xrr4-74mc-rpjc/GHSA-xrr4-74mc-rpjc.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-xrr4-74mc-rpjc", - "modified": "2022-04-26T18:22:26Z", + "modified": "2024-10-15T16:14:43Z", "published": "2018-08-21T17:01:29Z", "aliases": [ "CVE-2011-2765" @@ -48,14 +48,14 @@ "type": "WEB", "url": "https://bugs.debian.org/631912" }, - { - "type": "ADVISORY", - "url": "https://github.com/advisories/GHSA-xrr4-74mc-rpjc" - }, { "type": "PACKAGE", "url": "https://github.com/irmen/Pyro3" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/pyro/PYSEC-2018-99.yaml" + }, { "type": "WEB", "url": "https://pythonhosted.org/Pyro/12-changes.html" diff --git a/advisories/github-reviewed/2022/05/GHSA-62xg-239j-vxg7/GHSA-62xg-239j-vxg7.json b/advisories/github-reviewed/2022/05/GHSA-62xg-239j-vxg7/GHSA-62xg-239j-vxg7.json index dbdfb9c57b1..1404597f505 100644 --- a/advisories/github-reviewed/2022/05/GHSA-62xg-239j-vxg7/GHSA-62xg-239j-vxg7.json +++ b/advisories/github-reviewed/2022/05/GHSA-62xg-239j-vxg7/GHSA-62xg-239j-vxg7.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-62xg-239j-vxg7", - "modified": "2022-06-17T22:28:38Z", + "modified": "2024-10-15T16:14:02Z", "published": "2022-05-02T04:00:27Z", "aliases": [ "CVE-2009-5011" @@ -9,7 +9,10 @@ "summary": "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') in pyftpdlib", "details": "Race condition in the FTPHandler class in ftpserver.py in pyftpdlib before 0.5.2 allows remote attackers to cause a denial of service (daemon outage) by establishing and then immediately closing a TCP connection, leading to the getpeername function having an ENOTCONN error, a different vulnerability than CVE-2010-3494.", "severity": [ - + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N" + } ], "affected": [ { @@ -40,10 +43,6 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2009-5011" }, - { - "type": "ADVISORY", - "url": "https://github.com/advisories/GHSA-62xg-239j-vxg7" - }, { "type": "PACKAGE", "url": "https://github.com/giampaolo/pyftpdlib"