5 matches found
CLSA-2025-1751145522 python3.11: Fix of CVE-2024-0397
CVE-2024-0397: fix memory race condition in ssl.SSLContext methods certstorestats and getcacerts...
CLSA-2025-1751144408 python3.9: Fix of CVE-2024-0397
CVE-2024-0397: fix memory race condition in ssl module's certstorestats and getcacerts methods by ensuring proper synchronization during certificates loading...
cpython: python: Memory race condition in ssl.SSLContext certificate store methods
A vulnerability was found in Python. A defect was discovered in the Python “ssl” module where there is a memory race condition with the ssl.SSLContext methods “certstorestats” and “getcacerts”. The race condition can be triggered if the methods are called at the same time that certificates are...
AZL-42784 CVE-2024-0397 affecting package python3 for versions less than 3.12.3-1
A defect was discovered in the Python “ssl” module where there is a memory race condition with the ssl.SSLContext methods “certstorestats” and “getcacerts”. The race condition can be triggered if the methods are called at the same time as certificates are loaded into the SSLContext, such as durin...
cpython Security Vulnerabilities
cpython is the Python Foundation's Python interpreter implemented in the C language. A security vulnerability exists in cpython that stems from a race condition between the certstorestats function and the getcacerts function...