A defect was discovered in the Python “ssl” module where there is a memory
race condition with the ssl.SSLContext methods “cert_store_stats()” and
“get_ca_certs()”. The race condition can be triggered if the methods are
called at the same time as certificates are loaded into the SSLContext,
such as during the TLS handshake with a certificate directory configured.
This issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.
CVE ID: CVE-2024-0397
CVSS Base Severity: HIGH
CVSS Base Score: 7.4
Vendor: Python Software Foundation
Product: CPython
EPSS Score: 0.39% (probability of being exploited)
EPSS Percentile: 59.19% (scored less or equal to compared to others)
EPSS Date: 2025-04-20 (when was this score calculated)
SSVC Exploitation: none
SSVC Technical Impact: total
SSVC Automatable: false