Skip to content

Commit 0db4c79

Browse files
committed
data/reports: add GO-2025-3391
- data/reports/GO-2025-3391.yaml Fixes #3391 Change-Id: I9ccf54abd3c88b79dc7550740b22402db3d5f190 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/642598 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]>
1 parent f1566f9 commit 0db4c79

File tree

2 files changed

+73
-0
lines changed

2 files changed

+73
-0
lines changed

data/osv/GO-2025-3391.json

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2025-3391",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2024-52281",
8+
"GHSA-2v2w-8v8c-wcm9"
9+
],
10+
"summary": "Rancher UI has Stored Cross-site Scripting vulnerability in github.com/rancher/rancher",
11+
"details": "Rancher UI has Stored Cross-site Scripting vulnerability in github.com/rancher/rancher.\n\nNOTE: The source advisory for this report contains additional versions that could not be automatically mapped to standard Go module versions.\n\n(If this is causing false-positive reports from vulnerability scanners, please suggest an edit to the report.)\n\nThe additional affected modules and versions are: github.com/rancher/rancher from v2.9.0 before v2.9.4.",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/rancher/rancher",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
}
25+
]
26+
}
27+
],
28+
"ecosystem_specific": {
29+
"custom_ranges": [
30+
{
31+
"type": "ECOSYSTEM",
32+
"events": [
33+
{
34+
"introduced": "2.9.0"
35+
},
36+
{
37+
"fixed": "2.9.4"
38+
}
39+
]
40+
}
41+
]
42+
}
43+
}
44+
],
45+
"references": [
46+
{
47+
"type": "ADVISORY",
48+
"url": "https://github.com/rancher/rancher/security/advisories/GHSA-2v2w-8v8c-wcm9"
49+
}
50+
],
51+
"database_specific": {
52+
"url": "https://pkg.go.dev/vuln/GO-2025-3391",
53+
"review_status": "UNREVIEWED"
54+
}
55+
}

data/reports/GO-2025-3391.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
id: GO-2025-3391
2+
modules:
3+
- module: github.com/rancher/rancher
4+
non_go_versions:
5+
- introduced: 2.9.0
6+
- fixed: 2.9.4
7+
vulnerable_at: 1.6.30
8+
summary: Rancher UI has Stored Cross-site Scripting vulnerability in github.com/rancher/rancher
9+
cves:
10+
- CVE-2024-52281
11+
ghsas:
12+
- GHSA-2v2w-8v8c-wcm9
13+
references:
14+
- advisory: https://github.com/rancher/rancher/security/advisories/GHSA-2v2w-8v8c-wcm9
15+
source:
16+
id: GHSA-2v2w-8v8c-wcm9
17+
created: 2025-01-15T15:06:42.439063122Z
18+
review_status: UNREVIEWED

0 commit comments

Comments
 (0)