CVE-2024-0397

Severity CVSS v4.0:
Pending analysis
Type:
CWE-362 Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
Publication date:
17/06/2024
Last modified:
03/11/2025

Description

A defect was discovered in the Python “ssl” module where there is a memory<br /> race condition with the ssl.SSLContext methods “cert_store_stats()” and<br /> “get_ca_certs()”. The race condition can be triggered if the methods are<br /> called at the same time as certificates are loaded into the SSLContext,<br /> such as during the TLS handshake with a certificate directory configured.<br /> This issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.

References to Advisories, Solutions, and Tools