From 2b7a3c15f2ca0a83ae6cdcde4b37bba487ff1207 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:35:37 +0000 Subject: [PATCH] Publish Advisories GHSA-723h-x37g-f8qm GHSA-723h-x37g-f8qm --- .../GHSA-723h-x37g-f8qm.json | 73 +++++++++++++++++++ .../GHSA-723h-x37g-f8qm.json | 39 ---------- 2 files changed, 73 insertions(+), 39 deletions(-) create mode 100644 advisories/github-reviewed/2024/09/GHSA-723h-x37g-f8qm/GHSA-723h-x37g-f8qm.json delete mode 100644 advisories/unreviewed/2024/09/GHSA-723h-x37g-f8qm/GHSA-723h-x37g-f8qm.json diff --git a/advisories/github-reviewed/2024/09/GHSA-723h-x37g-f8qm/GHSA-723h-x37g-f8qm.json b/advisories/github-reviewed/2024/09/GHSA-723h-x37g-f8qm/GHSA-723h-x37g-f8qm.json new file mode 100644 index 00000000000..62340e056db --- /dev/null +++ b/advisories/github-reviewed/2024/09/GHSA-723h-x37g-f8qm/GHSA-723h-x37g-f8qm.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-723h-x37g-f8qm", + "modified": "2024-09-18T19:34:07Z", + "published": "2024-09-18T18:30:51Z", + "aliases": [ + "CVE-2023-47105" + ], + "summary": "Chaosblade vulnerable to OS command execution", + "details": "exec.CommandContext in Chaosblade 0.3 through 1.7.3, when server mode is used, allows OS command execution via the cmd parameter without authentication.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/chaosblade-io/chaosblade" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.0.3" + }, + { + "fixed": "1.7.4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-47105" + }, + { + "type": "WEB", + "url": "https://github.com/chaosblade-io/chaosblade/commit/6bc73c31e14ea2b1bfc30f359e1fe952859d9adc" + }, + { + "type": "PACKAGE", + "url": "https://github.com/chaosblade-io/chaosblade" + }, + { + "type": "WEB", + "url": "https://github.com/chaosblade-io/chaosblade/blob/0a07380c9899febb2b544132783b376b44226cca/exec/os/executor.go#L68" + }, + { + "type": "WEB", + "url": "https://narrow-oatmeal-0c0.notion.site/ChaosBlade-Remote-Command-Execution-CVE-2023-47105-4f5459046488436caaec2bced6ff26d7" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-95" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-09-18T19:34:07Z", + "nvd_published_at": "2024-09-18T17:15:18Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/09/GHSA-723h-x37g-f8qm/GHSA-723h-x37g-f8qm.json b/advisories/unreviewed/2024/09/GHSA-723h-x37g-f8qm/GHSA-723h-x37g-f8qm.json deleted file mode 100644 index 58c4156b818..00000000000 --- a/advisories/unreviewed/2024/09/GHSA-723h-x37g-f8qm/GHSA-723h-x37g-f8qm.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-723h-x37g-f8qm", - "modified": "2024-09-18T18:30:51Z", - "published": "2024-09-18T18:30:51Z", - "aliases": [ - "CVE-2023-47105" - ], - "details": "exec.CommandContext in Chaosblade 0.3 through 1.7.3, when server mode is used, allows OS command execution via the cmd parameter without authentication.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-47105" - }, - { - "type": "WEB", - "url": "https://github.com/chaosblade-io/chaosblade/blob/0a07380c9899febb2b544132783b376b44226cca/exec/os/executor.go#L68" - }, - { - "type": "WEB", - "url": "https://narrow-oatmeal-0c0.notion.site/ChaosBlade-Remote-Command-Execution-CVE-2023-47105-4f5459046488436caaec2bced6ff26d7" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-09-18T17:15:18Z" - } -} \ No newline at end of file