Skip to content

Commit f488153

Browse files
committed
data/reports: add GO-2024-2464.yaml
Aliases: CVE-2024-22197, GHSA-pxmr-q2x3-9x9m Fixes #2464 Change-Id: I6ac9746553d16ed5fb43b6593a5cbf94b58b72ee Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/556156 Reviewed-by: Tatiana Bradley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 8e880fc commit f488153

File tree

2 files changed

+83
-0
lines changed

2 files changed

+83
-0
lines changed

data/osv/GO-2024-2464.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-2464",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2024-22197",
8+
"GHSA-pxmr-q2x3-9x9m"
9+
],
10+
"summary": "Remote command execution in github.com/0xJacky/Nginx-UI",
11+
"details": "Remote 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-pxmr-q2x3-9x9m"
52+
}
53+
],
54+
"credits": [
55+
{
56+
"name": "@jorgectf"
57+
}
58+
],
59+
"database_specific": {
60+
"url": "https://pkg.go.dev/vuln/GO-2024-2464"
61+
}
62+
}

data/reports/GO-2024-2464.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
id: GO-2024-2464
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: Remote command execution in github.com/0xJacky/Nginx-UI
13+
cves:
14+
- CVE-2024-22197
15+
ghsas:
16+
- GHSA-pxmr-q2x3-9x9m
17+
credits:
18+
- '@jorgectf'
19+
references:
20+
- fix: https://github.com/0xJacky/nginx-ui/commit/827e76c46e63c52114a62a899f61313039c754e3
21+
- advisory: https://github.com/advisories/GHSA-pxmr-q2x3-9x9m

0 commit comments

Comments
 (0)