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 OS Command Injection vulnerabilities in an interactive lesson.
Start learningUpgrade sagemaker
to version 2.214.3 or higher.
sagemaker is an Open source library for training and deploying models on Amazon SageMaker.
Affected versions of this package are vulnerable to OS Command Injection due to the capture_dependencies
function in the sagemaker.serve.save_retrive.version_1_0_0.save.utils
module. An attacker can execute arbitrary code or cause a denial of service by passing an inappropriate command as the requirements_path
parameter.
Do not override the requirements_path
parameter of capture_dependencies
function in sagemaker.serve.save_retrive.version_1_0_0.save.utils
, instead use the default value.