The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Unrestricted Upload of File with Dangerous Type vulnerabilities in an interactive lesson.
Start learningThere is no fixed version for greykite
.
greykite is an A python package for flexible forecasting
Affected versions of this package are vulnerable to Unrestricted Upload of File with Dangerous Type via the load_obj
function at /templates/pickle_utils.py
due to improper user input sanitization. Based on library usage, which is aimed at developers for forecasting purposes, exploiting this vulnerability is possible if the attacker tricks the developer (through social engineering, etc.) into deserializing a crafted malicious file. In other cases, it's exploitable if the library is used in applications that might handle user-generated content without proper validation, and the attacker can control the dir_name
parameter of the load_obj
function.
Exploiting this vulnerability might result in code execution.