#VU95806 Cleartext storage of sensitive information in Scikit-learn - CVE-2024-5206

 

#VU95806 Cleartext storage of sensitive information in Scikit-learn - CVE-2024-5206

Published: August 13, 2024


Vulnerability identifier: #VU95806
Vulnerability risk: Low
CVSSv4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2024-5206
CWE-ID: CWE-312
Exploitation vector: Local access
Exploit availability: No public exploit available
Vulnerable software:
Scikit-learn
Software vendor:
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.


Remediation

Install updates from vendor's website.

External links