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 accept function having an unexpected value of None for the address, or an ECONNABORTED, EAGAIN, or EWOULDBLOCK error, a related issue to CVE-2010-3492.
References
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 01:18
Type | Values Removed | Values Added |
---|---|---|
References | () http://bugs.python.org/issue6706 - Patch | |
References | () http://code.google.com/p/pyftpdlib/issues/detail?id=104 - | |
References | () http://code.google.com/p/pyftpdlib/issues/detail?id=105 - | |
References | () http://code.google.com/p/pyftpdlib/source/browse/trunk/HISTORY - | |
References | () http://code.google.com/p/pyftpdlib/source/detail?r=556 - | |
References | () http://code.google.com/p/pyftpdlib/source/diff?spec=svn556&r=556&format=side&path=/trunk/pyftpdlib/ftpserver.py - | |
References | () http://www.openwall.com/lists/oss-security/2010/09/09/6 - | |
References | () http://www.openwall.com/lists/oss-security/2010/09/11/2 - | |
References | () http://www.openwall.com/lists/oss-security/2010/09/22/3 - | |
References | () http://www.openwall.com/lists/oss-security/2010/09/24/3 - | |
References | () https://bugs.launchpad.net/zodb/+bug/135108 - |
Information
Published : 2010-10-19 20:00
Updated : 2025-04-11 00:51
NVD link : CVE-2010-3494
Mitre link : CVE-2010-3494
CVE.ORG link : CVE-2010-3494
JSON object : View
Products Affected
g.rodola
- pyftpdlib
CWE
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')