From b0925f0a719967a13c1622790178fc25b01688b1 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:42:05 +0000 Subject: [PATCH] Publish GHSA-fv4g-gwpj-74gr --- .../GHSA-fv4g-gwpj-74gr.json | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 advisories/github-reviewed/2024/09/GHSA-fv4g-gwpj-74gr/GHSA-fv4g-gwpj-74gr.json diff --git a/advisories/github-reviewed/2024/09/GHSA-fv4g-gwpj-74gr/GHSA-fv4g-gwpj-74gr.json b/advisories/github-reviewed/2024/09/GHSA-fv4g-gwpj-74gr/GHSA-fv4g-gwpj-74gr.json new file mode 100644 index 00000000000..f7ea0f71929 --- /dev/null +++ b/advisories/github-reviewed/2024/09/GHSA-fv4g-gwpj-74gr/GHSA-fv4g-gwpj-74gr.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-fv4g-gwpj-74gr", + "modified": "2024-09-05T16:40:41Z", + "published": "2024-09-05T16:40:41Z", + "aliases": [ + "CVE-2024-45401" + ], + "summary": "Path traversal vulnerability in stripe-cli ", + "details": "### Impact\nA vulnerability exists in stripe-cli versions 1.11.1 and higher where a plugin package containing a manifest with a malformed plugin shortname installed using the --archive-url or --archive-path flags can overwrite arbitrary files.\n\nThe update addresses the path traversal vulnerability by removing the ability to install plugins from an archive URL or path.\n\nThere has been no evidence of exploitation of this vulnerability.\n\n### Recommendation\nUpgrade to stripe-cli v1.21.3.\n\n### For more information\nEmail us at [security@stripe.com](mailto:security@stripe.com)", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/stripe/stripe-cli" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.11.1" + }, + { + "fixed": "1.21.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/stripe/stripe-cli/security/advisories/GHSA-fv4g-gwpj-74gr" + }, + { + "type": "PACKAGE", + "url": "https://github.com/stripe/stripe-cli" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-22" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-09-05T16:40:41Z", + "nvd_published_at": null + } +} \ No newline at end of file