diff --git a/advisories/github-reviewed/2022/05/GHSA-mpg6-rgp4-35rr/GHSA-mpg6-rgp4-35rr.json b/advisories/github-reviewed/2022/05/GHSA-mpg6-rgp4-35rr/GHSA-mpg6-rgp4-35rr.json index 4f22143abb9..b54db3be8e6 100644 --- a/advisories/github-reviewed/2022/05/GHSA-mpg6-rgp4-35rr/GHSA-mpg6-rgp4-35rr.json +++ b/advisories/github-reviewed/2022/05/GHSA-mpg6-rgp4-35rr/GHSA-mpg6-rgp4-35rr.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-mpg6-rgp4-35rr", - "modified": "2022-06-17T22:23:26Z", + "modified": "2024-10-14T17:00:43Z", "published": "2022-05-02T04:00:27Z", "aliases": [ "CVE-2009-5010" @@ -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.1 allows remote attackers to cause a denial of service (daemon outage) by establishing and then immediately closing a TCP connection, leading to the accept function having an unexpected return value of None, 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": [ { @@ -44,10 +47,6 @@ "type": "WEB", "url": "https://bugs.launchpad.net/zodb/+bug/135108" }, - { - "type": "ADVISORY", - "url": "https://github.com/advisories/GHSA-mpg6-rgp4-35rr" - }, { "type": "PACKAGE", "url": "https://github.com/giampaolo/pyftpdlib"