Skip to content

Commit

Permalink
data/reports: add GO-2024-3133
Browse files Browse the repository at this point in the history
  - data/reports/GO-2024-3133.yaml

Fixes #3133

Change-Id: I464edbbeff80be31e771cc8a69999e7223024a45
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/614080
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
  • Loading branch information
zpavlinovic committed Sep 25, 2024
1 parent 0848e54 commit 18cdc25
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
60 changes: 60 additions & 0 deletions data/osv/GO-2024-3133.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"schema_version": "1.3.1",
"id": "GO-2024-3133",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2023-47105",
"GHSA-723h-x37g-f8qm"
],
"summary": "Chaosblade vulnerable to OS command execution in github.com/chaosblade-io/chaosblade",
"details": "Chaosblade vulnerable to OS command execution in github.com/chaosblade-io/chaosblade",
"affected": [
{
"package": {
"name": "github.com/chaosblade-io/chaosblade",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0.0.3"
},
{
"fixed": "1.7.4"
}
]
}
],
"ecosystem_specific": {}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-723h-x37g-f8qm"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-47105"
},
{
"type": "FIX",
"url": "https://github.com/chaosblade-io/chaosblade/commit/6bc73c31e14ea2b1bfc30f359e1fe952859d9adc"
},
{
"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": {
"url": "https://pkg.go.dev/vuln/GO-2024-3133",
"review_status": "UNREVIEWED"
}
}
22 changes: 22 additions & 0 deletions data/reports/GO-2024-3133.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
id: GO-2024-3133
modules:
- module: github.com/chaosblade-io/chaosblade
versions:
- introduced: 0.0.3
- fixed: 1.7.4
vulnerable_at: 1.7.3
summary: Chaosblade vulnerable to OS command execution in github.com/chaosblade-io/chaosblade
cves:
- CVE-2023-47105
ghsas:
- GHSA-723h-x37g-f8qm
references:
- advisory: https://github.com/advisories/GHSA-723h-x37g-f8qm
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2023-47105
- fix: https://github.com/chaosblade-io/chaosblade/commit/6bc73c31e14ea2b1bfc30f359e1fe952859d9adc
- web: https://github.com/chaosblade-io/chaosblade/blob/0a07380c9899febb2b544132783b376b44226cca/exec/os/executor.go#L68
- web: https://narrow-oatmeal-0c0.notion.site/ChaosBlade-Remote-Command-Execution-CVE-2023-47105-4f5459046488436caaec2bced6ff26d7
source:
id: GHSA-723h-x37g-f8qm
created: 2024-09-19T14:00:56.130757669Z
review_status: UNREVIEWED

0 comments on commit 18cdc25

Please sign in to comment.