Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CVE-2010-3864
Summary
Multiple race conditions in 'ssl/t1_lib.c' in OpenSSL 0.9.8f through 0.9.8o, 1.0.0, and 1.0.0a, when multi-threading and internal caching are enabled on a TLS server, might allow remote attackers to execute arbitrary code via client data that triggers a Heap-based Buffer Overflow, related to (1) the TLS server name extension and (2) elliptic curve cryptography.
- HIGH
- NETWORK
- NONE
- COMPLETE
- COMPLETE
- COMPLETE
CWE-362 - Race Condition
A race condition occurs in a shared memory program when two threads/processes access the same shared memory data, and at least one thread executes a write operation. This vulnerability manipulates the time to check vs. time to use (TOC/TOU) gap between the threads in the critical section to cause disorientation in the shared data. The impact can vary from compromising the confidentiality of the system to causing the system to crash or to execute arbitrary code.
Advisory Timeline
- Published