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 Arbitrary Code Execution vulnerabilities in an interactive lesson.
Start learningUpgrade ethyca-fides
to version 2.19.0 or higher.
ethyca-fides is an Open-source ecosystem for data privacy as code.
Affected versions of this package are vulnerable to Arbitrary Code Execution when the Fides webserver API is used to upload a ZIP file containing custom Python code. An attacker can execute arbitrary code on the target system within the context of the webserver python process owner on the webserver container, which by default is root
, and leverage that access to attack underlying infrastructure and integrated systems by bypassing the sandboxed environment.
Note:
This is only exploitable if the security configuration parameter allow_custom_connector_functions
is enabled by the user deploying the Fides webserver container, either in fides.toml
or by setting the env var FIDES__SECURITY__ALLOW_CUSTOM_CONNECTOR_FUNCTIONS=True
.
This vulnerability can be mitigated by ensuring that allow_custom_connector_functions
in fides.toml
and the FIDES__SECURITY__ALLOW_CUSTOM_CONNECTOR_FUNCTIONS
are both either unset or explicitly set to False
.