Lucene search

K
osvGoogleOSV:PSF-2024-4
HistoryJun 17, 2024 - 3:09 p.m.

PSF-2024-4

2024-06-1715:09:40
Google
osv.dev
1
python
ssl module
defect
memory race condition
sslcontext
cert_store_stats
get_ca_certs
tls handshake
cpython
software
fix

6.6 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

13.1%

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.

6.6 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

13.1%