From 12be68664ce2144da27b1b0222200cc9b30b675f 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:15:49 +0000 Subject: [PATCH] Publish GHSA-jq3w-9mgf-43m4 --- .../GHSA-jq3w-9mgf-43m4.json | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 advisories/github-reviewed/2023/10/GHSA-jq3w-9mgf-43m4/GHSA-jq3w-9mgf-43m4.json diff --git a/advisories/github-reviewed/2023/10/GHSA-jq3w-9mgf-43m4/GHSA-jq3w-9mgf-43m4.json b/advisories/github-reviewed/2023/10/GHSA-jq3w-9mgf-43m4/GHSA-jq3w-9mgf-43m4.json new file mode 100644 index 00000000000..4631477f965 --- /dev/null +++ b/advisories/github-reviewed/2023/10/GHSA-jq3w-9mgf-43m4/GHSA-jq3w-9mgf-43m4.json @@ -0,0 +1,62 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jq3w-9mgf-43m4", + "modified": "2023-10-24T02:14:30Z", + "published": "2023-10-24T02:14:30Z", + "aliases": [ + "CVE-2023-46124" + ], + "summary": "Fides Server-Side Request Forgery Vulnerability in Custom Integration Upload", + "details": "### Impact\n\nThe Fides web application allows a custom integration to be uploaded as a ZIP file containing configuration and dataset definitions in YAML format. \n\nIt was discovered that specially crafted YAML dataset and config files allow a malicious user to perform arbitrary requests to internal systems and exfiltrate data outside the environment (also known as a Server-Side Request Forgery). The application does not perform proper validation to block attempts to connect to internal (including localhost) resources.\n\nExploitation is limited to API clients with the `CONNECTOR_TEMPLATE_REGISTER` authorization scope. In the Fides Admin UI this scope is restricted to highly privileged users, specifically root users and users with the owner role.\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" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.22.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/ethyca/fides/security/advisories/GHSA-jq3w-9mgf-43m4" + }, + { + "type": "WEB", + "url": "https://github.com/ethyca/fides/commit/cd344d016b1441662a61d0759e7913e8228ed1ee" + }, + { + "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-918" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-10-24T02:14:30Z", + "nvd_published_at": null + } +} \ No newline at end of file