CVE-2023-41319: Remote Code Execution in Custom Integration Upload in Fides
Impact The Fides webserver API allows custom integrations to be uploaded as a ZIP file. This ZIP file must contain YAML files, but Fides can be configured to also accept the inclusion of custom Python code in it. The custom code is executed in a restricted, sandboxed environment, but the sandbox can be bypassed to execute any arbitrary code.
The vulnerability allows the execution of 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.
This vulnerability affects Fides versions 2.11.0 through 2.18.0.
Exploitation is limited to API clients with the CONNECTORTEMPLATEREGISTER authorization scope. In the Fides Admin UI this scope is restricted to highly privileged users, specifically root users and users with the owner role.
Exploitation is only possible if the security configuration parameter allowcustomconnectorfunctions is enabled by the user deploying the Fides webserver container, either in fides.toml or by setting the env var FIDESSECURITYALLOWCUSTOMCONNECTORFUNCTIONS=True. By default this configuration parameter is disabled.
Patches The vulnerability has been patched in Fides version 2.19.0. Users are advised to upgrade to this version or later to secure their systems against this threat.
Workarounds Ensure that allowcustomconnectorfunctions in fides.toml and the FIDESSECURITYALLOWCUSTOMCONNECTORFUNCTIONS are both either unset or explicit set to False.
Other sources
Fides is an open-source privacy engineering platform for managing the fulfillment of data privacy requests in a runtime environment, and the enforcement of privacy regulations in code. The Fides webserver API allows custom integrations to be uploaded as a ZIP file. This ZIP file must contain YAML files, but Fides can be configured to also accept the inclusion of custom Python code in it. The custom code is executed in a restricted, sandboxed environment, but the sandbox can be bypassed to execute any arbitrary code. The vulnerability allows the execution of 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. This vulnerability affects Fides versions 2.11.0 through 2.19.0. Exploitation is limited to API clients with the CONNECTORTEMPLATEREGISTER authorization scope. In the Fides Admin UI this scope is restricted to highly privileged users, specifically root users and users with the owner role. Exploitation is only possible if the security configuration parameter allowcustomconnectorfunctions is enabled by the user deploying the Fides webserver container, either in fides.toml or by setting the env var FIDESSECURITYALLOWCUSTOMCONNECTORFUNCTIONS=True. By default this configuration parameter is disabled. The vulnerability has been patched in Fides version 2.19.0. Users are advised to upgrade to this version or later to secure their systems against this threat. Users unable to upgrade should ensure that allowcustomconnectorfunctions in fides.toml and the FIDESSECURITYALLOWCUSTOMCONNECTORFUNCTIONS are both either unset or explicit set to False.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is CVE-2023-41319?
CVE-2023-41319 is a vulnerability in the Fides webserver API that allows arbitrary file upload.
What is the impact of CVE-2023-41319?
The impact of CVE-2023-41319 is high, with a severity score of 8.8. It allows an attacker to upload arbitrary files to the Fides webserver API.
How can CVE-2023-41319 be exploited?
CVE-2023-41319 can be exploited by uploading a specially crafted ZIP file containing YAML files to the Fides webserver API.
What is the recommended fix for CVE-2023-41319?
The recommended fix for CVE-2023-41319 is to update to version 2.19.0 of the Ethyca Fides package.
Where can I find more information about CVE-2023-41319?
You can find more information about CVE-2023-41319 on the GitHub security advisories page (https://github.com/ethyca/fides/security/advisories/GHSA-p6p2-qq95-vq5h) and the NVD vulnerability database (https://nvd.nist.gov/vuln/detail/CVE-2023-41319).