{ "containers": { "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "descriptions": [ { "lang": "en", "value": "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." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2010-10-19T19:00:00.000Z", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "name": "[oss-security] 20100910 Re: CVE Request -- Python -- accept() implementation in async core is broken => more subcases", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "http://www.openwall.com/lists/oss-security/2010/09/11/2" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "http://code.google.com/p/pyftpdlib/issues/detail?id=91" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "http://code.google.com/p/pyftpdlib/source/browse/trunk/HISTORY" }, { "tags": [ "x_refsource_MISC" ], "url": "https://bugs.launchpad.net/zodb/+bug/135108" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "http://code.google.com/p/pyftpdlib/source/detail?r=439" }, { "name": "[oss-security] 20100924 Re: CVE Request -- Python -- accept() implementation in async core is broken => more subcases", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "http://www.openwall.com/lists/oss-security/2010/09/24/3" }, { "name": "[oss-security] 20100922 Re: CVE Request -- Python -- accept() implementation in async core is broken => more subcases", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "http://www.openwall.com/lists/oss-security/2010/09/22/3" }, { "tags": [ "x_refsource_MISC" ], "url": "http://bugs.python.org/issue6706" }, { "name": "[oss-security] 20100909 CVE Request -- Python -- accept() implementation in async core is broken => more subcases", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "http://www.openwall.com/lists/oss-security/2010/09/09/6" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "http://code.google.com/p/pyftpdlib/source/diff?spec=svn439&r=439&format=side&path=/trunk/pyftpdlib/ftpserver.py" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2009-5010", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "[oss-security] 20100910 Re: CVE Request -- Python -- accept() implementation in async core is broken => more subcases", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2010/09/11/2" }, { "name": "http://code.google.com/p/pyftpdlib/issues/detail?id=91", "refsource": "CONFIRM", "url": "http://code.google.com/p/pyftpdlib/issues/detail?id=91" }, { "name": "http://code.google.com/p/pyftpdlib/source/browse/trunk/HISTORY", "refsource": "CONFIRM", "url": "http://code.google.com/p/pyftpdlib/source/browse/trunk/HISTORY" }, { "name": "https://bugs.launchpad.net/zodb/+bug/135108", "refsource": "MISC", "url": "https://bugs.launchpad.net/zodb/+bug/135108" }, { "name": "http://code.google.com/p/pyftpdlib/source/detail?r=439", "refsource": "CONFIRM", "url": "http://code.google.com/p/pyftpdlib/source/detail?r=439" }, { "name": "[oss-security] 20100924 Re: CVE Request -- Python -- accept() implementation in async core is broken => more subcases", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2010/09/24/3" }, { "name": "[oss-security] 20100922 Re: CVE Request -- Python -- accept() implementation in async core is broken => more subcases", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2010/09/22/3" }, { "name": "http://bugs.python.org/issue6706", "refsource": "MISC", "url": "http://bugs.python.org/issue6706" }, { "name": "[oss-security] 20100909 CVE Request -- Python -- accept() implementation in async core is broken => more subcases", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2010/09/09/6" }, { "name": "http://code.google.com/p/pyftpdlib/source/diff?spec=svn439&r=439&format=side&path=/trunk/pyftpdlib/ftpserver.py", "refsource": "CONFIRM", "url": "http://code.google.com/p/pyftpdlib/source/diff?spec=svn439&r=439&format=side&path=/trunk/pyftpdlib/ftpserver.py" } ] } } }, "adp": [ { "providerMetadata": { "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE", "dateUpdated": "2024-08-07T07:24:53.806Z" }, "title": "CVE Program Container", "references": [ { "name": "[oss-security] 20100910 Re: CVE Request -- Python -- accept() implementation in async core is broken => more subcases", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2010/09/11/2" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "http://code.google.com/p/pyftpdlib/issues/detail?id=91" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "http://code.google.com/p/pyftpdlib/source/browse/trunk/HISTORY" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://bugs.launchpad.net/zodb/+bug/135108" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "http://code.google.com/p/pyftpdlib/source/detail?r=439" }, { "name": "[oss-security] 20100924 Re: CVE Request -- Python -- accept() implementation in async core is broken => more subcases", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2010/09/24/3" }, { "name": "[oss-security] 20100922 Re: CVE Request -- Python -- accept() implementation in async core is broken => more subcases", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2010/09/22/3" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "http://bugs.python.org/issue6706" }, { "name": "[oss-security] 20100909 CVE Request -- Python -- accept() implementation in async core is broken => more subcases", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2010/09/09/6" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "http://code.google.com/p/pyftpdlib/source/diff?spec=svn439&r=439&format=side&path=/trunk/pyftpdlib/ftpserver.py" } ] } ] }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2009-5010", "datePublished": "2010-10-19T19:00:00.000Z", "dateReserved": "2010-10-19T00:00:00.000Z", "dateUpdated": "2024-09-16T16:59:08.586Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }