From ac5b819c81e774c917f4279517f4ca8a666d9e10 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 20:45:18 +0000 Subject: [PATCH] Publish Advisories GHSA-4v9f-r55g-g6hc GHSA-4v9f-r55g-g6hc --- .../GHSA-4v9f-r55g-g6hc.json | 73 +++++++++++++++++++ .../GHSA-4v9f-r55g-g6hc.json | 40 ---------- 2 files changed, 73 insertions(+), 40 deletions(-) create mode 100644 advisories/github-reviewed/2025/03/GHSA-4v9f-r55g-g6hc/GHSA-4v9f-r55g-g6hc.json delete mode 100644 advisories/unreviewed/2025/03/GHSA-4v9f-r55g-g6hc/GHSA-4v9f-r55g-g6hc.json diff --git a/advisories/github-reviewed/2025/03/GHSA-4v9f-r55g-g6hc/GHSA-4v9f-r55g-g6hc.json b/advisories/github-reviewed/2025/03/GHSA-4v9f-r55g-g6hc/GHSA-4v9f-r55g-g6hc.json new file mode 100644 index 00000000000..fe74db462b2 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-4v9f-r55g-g6hc/GHSA-4v9f-r55g-g6hc.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4v9f-r55g-g6hc", + "modified": "2025-03-20T20:43:33Z", + "published": "2025-03-20T12:32:47Z", + "aliases": [ + "CVE-2024-8183" + ], + "summary": "Prefect CORS (Cross-Origin Resource Sharing) misconfiguration", + "details": "A CORS (Cross-Origin Resource Sharing) misconfiguration in prefecthq/prefect prior ro version 3.0.3 allows unauthorized domains to access sensitive data. This vulnerability can lead to unauthorized access to the database, resulting in potential data leaks, loss of confidentiality, service disruption, and data integrity risks.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "prefect" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.0.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8183" + }, + { + "type": "WEB", + "url": "https://github.com/PrefectHQ/prefect/issues/15074" + }, + { + "type": "WEB", + "url": "https://github.com/PrefectHQ/prefect/commit/8f159b404126d93964a4daace7619bc553fa318c" + }, + { + "type": "WEB", + "url": "https://github.com/prefecthq/prefect/commit/a69266e077169b8a32ad76b1dd3ea63b96d011c2" + }, + { + "type": "PACKAGE", + "url": "https://github.com/PrefectHQ/prefect" + }, + { + "type": "WEB", + "url": "https://huntr.com/bounties/b801de43-ff9f-4db9-b583-4797d4f7d3d2" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-346" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-03-20T20:43:33Z", + "nvd_published_at": "2025-03-20T10:15:41Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-4v9f-r55g-g6hc/GHSA-4v9f-r55g-g6hc.json b/advisories/unreviewed/2025/03/GHSA-4v9f-r55g-g6hc/GHSA-4v9f-r55g-g6hc.json deleted file mode 100644 index 97872da5ba0..00000000000 --- a/advisories/unreviewed/2025/03/GHSA-4v9f-r55g-g6hc/GHSA-4v9f-r55g-g6hc.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-4v9f-r55g-g6hc", - "modified": "2025-03-20T12:32:47Z", - "published": "2025-03-20T12:32:47Z", - "aliases": [ - "CVE-2024-8183" - ], - "details": "A CORS (Cross-Origin Resource Sharing) misconfiguration in prefecthq/prefect version 2.20.2 allows unauthorized domains to access sensitive data. This vulnerability can lead to unauthorized access to the database, resulting in potential data leaks, loss of confidentiality, service disruption, and data integrity risks.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:L" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8183" - }, - { - "type": "WEB", - "url": "https://github.com/prefecthq/prefect/commit/a69266e077169b8a32ad76b1dd3ea63b96d011c2" - }, - { - "type": "WEB", - "url": "https://huntr.com/bounties/b801de43-ff9f-4db9-b583-4797d4f7d3d2" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-346" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-03-20T10:15:41Z" - } -} \ No newline at end of file