From b923cec68c0c21557833ea78d86c7e6e8db5795c Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 20:40:47 +0000 Subject: [PATCH] Publish Advisories GHSA-53q7-4874-24qg GHSA-wm9w-rjj3-j356 GHSA-wm9w-rjj3-j356 --- .../GHSA-53q7-4874-24qg.json | 69 +++++++ .../GHSA-wm9w-rjj3-j356.json | 185 ++++++++++++++++++ .../GHSA-wm9w-rjj3-j356.json | 35 ---- 3 files changed, 254 insertions(+), 35 deletions(-) create mode 100644 advisories/github-reviewed/2024/07/GHSA-53q7-4874-24qg/GHSA-53q7-4874-24qg.json create mode 100644 advisories/github-reviewed/2024/07/GHSA-wm9w-rjj3-j356/GHSA-wm9w-rjj3-j356.json delete mode 100644 advisories/unreviewed/2024/07/GHSA-wm9w-rjj3-j356/GHSA-wm9w-rjj3-j356.json diff --git a/advisories/github-reviewed/2024/07/GHSA-53q7-4874-24qg/GHSA-53q7-4874-24qg.json b/advisories/github-reviewed/2024/07/GHSA-53q7-4874-24qg/GHSA-53q7-4874-24qg.json new file mode 100644 index 00000000000..db0bc1ca37f --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-53q7-4874-24qg/GHSA-53q7-4874-24qg.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-53q7-4874-24qg", + "modified": "2024-07-05T20:40:06Z", + "published": "2024-07-05T20:40:06Z", + "aliases": [ + "CVE-2024-31223" + ], + "summary": "Information Disclosure Vulnerability in Privacy Center of SERVER_SIDE_FIDES_API_URL", + "details": "`SERVER_SIDE_FIDES_API_URL` is a server-side configuration environment variable used by the Fides Privacy Center to communicate with the Fides webserver backend. The value of this variable is a URL which typically includes a private IP address, private domain name, and/or port.\n\nThis vulnerability allows an unauthenticated attacker to make a HTTP GET request from the Privacy Center that discloses the value of this server-side URL.\n\n### Impact\n\nDisclosure of server-side configuration giving an attacker information on server-side ports, private IP addresses, and/or private domain names.\n\n### Patches\nThe vulnerability has been patched in Fides version `2.39.2`. 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\n### Proof of Concept\n\n1. Set the value of the environment variable `FIDES_PRIVACY_CENTER__SERVER_SIDE_FIDES_API_URL` of your Fides Privacy Center container before start-up to a private value such as `https://some.private.domain.name/api/v1` and start the Privacy Center application.\n\n2. Once the application is up, perform a HTTP GET request of the Privacy Center's main page e.g. `https://privacy.example.com` . The value of `SERVER_SIDE_FIDES_API_URL` is returned in the response's body.\n\n\n```\n~ ❯ curl -s https://privacy.example.com/ | \\\ngrep '__NEXT_DATA__' | \\\nsed 's/.*