#VU95806 Cleartext storage of sensitive information in Scikit-learn - CVE-2024-5206
Published: August 13, 2024
Scikit-learn
scikit-learn.org
Description
The vulnerability allows a local user to gain access to sensitive information.
The vulnerability exists due to an error in TfidfVectorizer, which includes sensitive information such as tokens into the training data set. A local user can run the application with the default arguments except that we limit the vocabulary size and gain access to sensitive information.