CVE-2023-46125: Fides Information Disclosure Vulnerability in Config API Endpoint
Impact The Fides webserver API allows users to retrieve its configuration using the GET api/v1/config endpoint. The configuration data is filtered to suppress most sensitive configuration information before it is returned to the user, but even the filtered data contains information about the internals and the backend infrastructure, such as various settings, servers’ addresses and ports and database username. This information is useful for administrative users as well as attackers, thus it should not be revealed to low-privileged users.
This vulnerability allows Admin UI users with roles lower than the owner role e.g. the viewer role to retrieve the config information using the API.
Patches The vulnerability has been patched in Fides version 2.22.1. Users are advised to upgrade to this version or later to secure their systems against this threat.
Workarounds There are no workarounds.
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 users to retrieve its configuration using the GET api/v1/config endpoint. The configuration data is filtered to suppress most sensitive configuration information before it is returned to the user, but even the filtered data contains information about the internals and the backend infrastructure, such as various settings, servers’ addresses and ports and database username. This information is useful for administrative users as well as attackers, thus it should not be revealed to low-privileged users. This vulnerability allows Admin UI users with roles lower than the owner role e.g. the viewer role to retrieve the config information using the API. The vulnerability has been patched in Fides version 2.22.1.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the impact of CVE-2023-46125?
The Fides webserver API allows users to retrieve its configuration, which may contain sensitive information.
How can I exploit CVE-2023-46125?
You cannot directly exploit this vulnerability as it allows unauthorized access to server configuration data.
How do I fix CVE-2023-46125?
Upgrade to version 2.22.1 of the ethyca-fides package.
What is the Common Weakness Enumeration (CWE) ID for CVE-2023-46125?
The CWE ID for CVE-2023-46125 is 200.