Buffer overflow in Scikit-learn - CVE-2020-28975

 

Buffer overflow in Scikit-learn - CVE-2020-28975

Published: August 13, 2024


Vulnerability identifier: #VU95807
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2020-28975
CWE-ID: CWE-119
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: scikit-learn.org
Affected software:
Scikit-learn

Detailed vulnerability description

The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.

The vulnerability exists due to a boundary error when processing SVM models within the svm_predict_values in svm.cpp. A remote attacker can pass a specially crafted model to the application, trigger memory corruption and perform a denial of service (DoS) attack.


How to mitigate CVE-2020-28975

Install update from vendor's website.

Sources