-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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]>
- Loading branch information
1 parent
f1566f9
commit 0db4c79
Showing
2 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2025-3391", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2024-52281", | ||
"GHSA-2v2w-8v8c-wcm9" | ||
], | ||
"summary": "Rancher UI has Stored Cross-site Scripting vulnerability in github.com/rancher/rancher", | ||
"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.", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/rancher/rancher", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": { | ||
"custom_ranges": [ | ||
{ | ||
"type": "ECOSYSTEM", | ||
"events": [ | ||
{ | ||
"introduced": "2.9.0" | ||
}, | ||
{ | ||
"fixed": "2.9.4" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/rancher/rancher/security/advisories/GHSA-2v2w-8v8c-wcm9" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2025-3391", | ||
"review_status": "UNREVIEWED" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
id: GO-2025-3391 | ||
modules: | ||
- module: github.com/rancher/rancher | ||
non_go_versions: | ||
- introduced: 2.9.0 | ||
- fixed: 2.9.4 | ||
vulnerable_at: 1.6.30 | ||
summary: Rancher UI has Stored Cross-site Scripting vulnerability in github.com/rancher/rancher | ||
cves: | ||
- CVE-2024-52281 | ||
ghsas: | ||
- GHSA-2v2w-8v8c-wcm9 | ||
references: | ||
- advisory: https://github.com/rancher/rancher/security/advisories/GHSA-2v2w-8v8c-wcm9 | ||
source: | ||
id: GHSA-2v2w-8v8c-wcm9 | ||
created: 2025-01-15T15:06:42.439063122Z | ||
review_status: UNREVIEWED |