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 Remote Code Execution vulnerabilities in an interactive lesson.
Start learningUpgrade modulemd
to version 1.3.2 or higher.
modulemd is a python library for manipulation of the proposed module metadata format.
Affected versions of this package are vulnerable to Remote Code Execution. When processing externally provided data, the loads_all
function in modulemd/__init__.py
uses yaml.load_all
instead of yaml.safe_load_all
. This can lead to random remote code execution.