From 3f941ce8e1cd525b954478994612243266b0da12 Mon Sep 17 00:00:00 2001 From: nedlir <66902031+nedlir@users.noreply.github.com> Date: Mon, 4 May 2026 19:27:06 +0300 Subject: [PATCH] Improve GHSA-6rcx-55r6-jx65 --- .../GHSA-6rcx-55r6-jx65.json | 88 +++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 advisories/unreviewed/2026/05/GHSA-6rcx-55r6-jx65/GHSA-6rcx-55r6-jx65.json diff --git a/advisories/unreviewed/2026/05/GHSA-6rcx-55r6-jx65/GHSA-6rcx-55r6-jx65.json b/advisories/unreviewed/2026/05/GHSA-6rcx-55r6-jx65/GHSA-6rcx-55r6-jx65.json new file mode 100644 index 0000000000000..ea335efa636a4 --- /dev/null +++ b/advisories/unreviewed/2026/05/GHSA-6rcx-55r6-jx65/GHSA-6rcx-55r6-jx65.json @@ -0,0 +1,88 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6rcx-55r6-jx65", + "modified": "2026-05-04T06:32:07Z", + "published": "2026-05-04T06:32:02Z", + "aliases": [ + "CVE-2026-7725" + ], + "summary": "Prefect Git Argument Injection in GitRepository Pull Steps", + "details": "A vulnerability was found in PrefectHQ prefect up to 3.6.25.dev6. Affected by this issue is some unknown functionality of the file src/prefect/runner/storage.py of the component GitRepository Pull Handler. The manipulation of the argument commit_sha/directories results in argument injection. It is possible to launch the attack remotely. The exploit has been made public and could be used. Upgrading to version 3.6.25.dev7 can resolve this issue. The patch is identified as 6a9d9918716ce4ee0297b69f3046f7067ef1faae. It is advisable to upgrade the affected component.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "perfect" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.6.25" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 3.6.24" + } + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-7725" + }, + { + "type": "WEB", + "url": "https://github.com/PrefectHQ/prefect/pull/21384" + }, + { + "type": "WEB", + "url": "https://github.com/PrefectHQ/prefect/commit/6a9d9918716ce4ee0297b69f3046f7067ef1faae" + }, + { + "type": "WEB", + "url": "https://gist.github.com/nedlir/c37d90dda5f715790eafc970b2ef0c8a" + }, + { + "type": "WEB", + "url": "https://github.com/PrefectHQ/prefect" + }, + { + "type": "WEB", + "url": "https://github.com/PrefectHQ/prefect/releases/tag/3.6.25.dev7" + }, + { + "type": "WEB", + "url": "https://vuldb.com/submit/807356" + }, + { + "type": "WEB", + "url": "https://vuldb.com/vuln/360901" + }, + { + "type": "WEB", + "url": "https://vuldb.com/vuln/360901/cti" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-74" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2026-05-04T05:16:00Z" + } +} \ No newline at end of file