From 56133ae3f33cdf0b8b722a03587db51ff582e6be Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 02:22:46 +0000 Subject: [PATCH] Publish GHSA-rjxg-rpg3-9r89 --- .../GHSA-rjxg-rpg3-9r89.json | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 advisories/github-reviewed/2023/10/GHSA-rjxg-rpg3-9r89/GHSA-rjxg-rpg3-9r89.json diff --git a/advisories/github-reviewed/2023/10/GHSA-rjxg-rpg3-9r89/GHSA-rjxg-rpg3-9r89.json b/advisories/github-reviewed/2023/10/GHSA-rjxg-rpg3-9r89/GHSA-rjxg-rpg3-9r89.json new file mode 100644 index 00000000000..f37214f0bb3 --- /dev/null +++ b/advisories/github-reviewed/2023/10/GHSA-rjxg-rpg3-9r89/GHSA-rjxg-rpg3-9r89.json @@ -0,0 +1,67 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rjxg-rpg3-9r89", + "modified": "2023-10-24T02:21:34Z", + "published": "2023-10-24T02:21:34Z", + "aliases": [ + "CVE-2023-46125" + ], + "summary": "Fides Information Disclosure Vulnerability in Config API Endpoint", + "details": "### Impact\nThe 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.\n\nThis 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. \n\n### Patches\nThe 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.\n\n### Workarounds\nThere are no workarounds.\n", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "ethyca-fides" + }, + "ecosystem_specific": { + "affected_functions": [ + "fides.api.oauth.roles.RoleRegistryEnum" + ] + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.22.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/ethyca/fides/security/advisories/GHSA-rjxg-rpg3-9r89" + }, + { + "type": "WEB", + "url": "https://github.com/ethyca/fides/commit/c9f3a620a4b4c1916e0941cb5624dcd636f06d06" + }, + { + "type": "PACKAGE", + "url": "https://github.com/ethyca/fides" + }, + { + "type": "WEB", + "url": "https://github.com/ethyca/fides/releases/tag/2.22.1" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-200" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2023-10-24T02:21:34Z", + "nvd_published_at": null + } +} \ No newline at end of file