First published: Sat Nov 21 2020(Updated: )
** DISPUTED ** svm_predict_values in svm.cpp in Libsvm v324, as used in scikit-learn 0.23.2 and other products, allows attackers to cause a denial of service (segmentation fault) via a crafted model SVM (introduced via pickle, json, or any other model permanence standard) with a large value in the _n_support array. NOTE: the scikit-learn vendor's position is that the behavior can only occur if the library's API is violated by an application that changes a private attribute.
Credit: cve@mitre.org cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
pip/scikit-learn | >=0.23.2<1.0.1 | 1.0.1 |
Scikit-learn | >=0.23.2<1.0.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2020-28975 has been reported as a denial of service vulnerability that can lead to a segmentation fault.
To fix CVE-2020-28975, upgrade scikit-learn to version 1.0.1 or later.
CVE-2020-28975 affects scikit-learn versions between 0.23.2 and 1.0.1.
CVE-2020-28975 impacts the svm_predict_values function in the Libsvm implementation.
Yes, CVE-2020-28975 can be exploited remotely through crafted model inputs.