VYPR
Moderate severityNVD Advisory· Published Oct 24, 2023· Updated Sep 11, 2024

Fides Information Disclosure Vulnerability in Config API Endpoint

CVE-2023-46125

Description

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 packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
ethyca-fidesPyPI
< 2.22.12.22.1

Affected products

1

Patches

1
c9f3a620a4b4

Merge pull request from GHSA-rjxg-rpg3-9r89

https://github.com/ethyca/fidesThomasOct 22, 2023via ghsa
1 file changed · +1 1
  • src/fides/api/oauth/roles.py+1 1 modified
    @@ -86,7 +86,6 @@ class RoleRegistryEnum(Enum):
     viewer_scopes = [  # Intentionally omitted USER_PERMISSION_READ
         CLI_OBJECTS_READ,
         CLIENT_READ,
    -    CONFIG_READ,
         CONNECTION_READ,
         CONSENT_READ,
         CONSENT_SETTINGS_READ,
    @@ -126,6 +125,7 @@ class RoleRegistryEnum(Enum):
         MESSAGING_CREATE_OR_UPDATE,
         MESSAGING_DELETE,
         PRIVACY_REQUEST_NOTIFICATIONS_CREATE_OR_UPDATE,
    +    CONFIG_READ,
         CONFIG_UPDATE,
         USER_PERMISSION_ASSIGN_OWNERS,
     ]
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

5

News mentions

0

No linked articles in our index yet.