Race condition in ZEO/StorageServer.py in Zope Object Database (ZODB) before 3.10.0 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, an unexpected value of None for the address, or an ECONNABORTED, EAGAIN, or EWOULDBLOCK error, a related issue to CVE-2010-3492.
The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.
Link | Tags |
---|---|
http://www.openwall.com/lists/oss-security/2010/09/11/2 | mailing list |
https://bugs.launchpad.net/zodb/+bug/135108 | |
http://pypi.python.org/pypi/ZODB3/3.10.0#id1 | |
http://www.openwall.com/lists/oss-security/2010/09/24/3 | mailing list |
http://www.openwall.com/lists/oss-security/2010/09/22/3 | mailing list |
http://bugs.python.org/issue6706 | patch |
http://www.openwall.com/lists/oss-security/2010/09/09/6 | mailing list |
http://lists.opensuse.org/opensuse-security-announce/2010-12/msg00006.html | vendor advisory |
http://secunia.com/advisories/41755 | third party advisory vendor advisory |