Skip to content

Commit c4fad53

Browse files
committed
data/reports: add GO-2024-2462.yaml
Aliases: CVE-2024-22198, GHSA-8r25-68wm-jw35 Fixes #2462 Change-Id: I77fc4255d8216b1e5b342226951aa5d60cbd371d Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/556155 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]>
1 parent 6a2e4b6 commit c4fad53

File tree

2 files changed

+83
-0
lines changed

2 files changed

+83
-0
lines changed

data/osv/GO-2024-2462.json

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-2462",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2024-22198",
8+
"GHSA-8r25-68wm-jw35"
9+
],
10+
"summary": "Arbitrary command execution in github.com/0xJacky/Nginx-UI",
11+
"details": "Arbitrary command execution in github.com/0xJacky/Nginx-UI",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/0xJacky/Nginx-UI",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
},
25+
{
26+
"fixed": "1.9.10-0.20231219184941-827e76c46e63"
27+
}
28+
]
29+
}
30+
],
31+
"ecosystem_specific": {
32+
"imports": [
33+
{
34+
"path": "github.com/0xJacky/Nginx-UI/api/system",
35+
"symbols": [
36+
"GetSettings",
37+
"SaveSettings"
38+
]
39+
}
40+
]
41+
}
42+
}
43+
],
44+
"references": [
45+
{
46+
"type": "FIX",
47+
"url": "https://github.com/0xJacky/nginx-ui/commit/827e76c46e63c52114a62a899f61313039c754e3"
48+
},
49+
{
50+
"type": "ADVISORY",
51+
"url": "https://github.com/advisories/GHSA-8r25-68wm-jw35"
52+
}
53+
],
54+
"credits": [
55+
{
56+
"name": "@jorgectf"
57+
}
58+
],
59+
"database_specific": {
60+
"url": "https://pkg.go.dev/vuln/GO-2024-2462"
61+
}
62+
}

data/reports/GO-2024-2462.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
id: GO-2024-2462
2+
modules:
3+
- module: github.com/0xJacky/Nginx-UI
4+
versions:
5+
- fixed: 1.9.10-0.20231219184941-827e76c46e63
6+
vulnerable_at: 1.9.10-0.20231219042952-0a9e23daf406
7+
packages:
8+
- package: github.com/0xJacky/Nginx-UI/api/system
9+
symbols:
10+
- GetSettings
11+
- SaveSettings
12+
summary: Arbitrary command execution in github.com/0xJacky/Nginx-UI
13+
cves:
14+
- CVE-2024-22198
15+
ghsas:
16+
- GHSA-8r25-68wm-jw35
17+
credits:
18+
- '@jorgectf'
19+
references:
20+
- fix: https://github.com/0xJacky/nginx-ui/commit/827e76c46e63c52114a62a899f61313039c754e3
21+
- advisory: https://github.com/advisories/GHSA-8r25-68wm-jw35

0 commit comments

Comments
 (0)