Skip to content

Commit

Permalink
data/reports: add GO-2025-3391
Browse files Browse the repository at this point in the history
  - 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
zpavlinovic committed Jan 15, 2025
1 parent f1566f9 commit 0db4c79
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
55 changes: 55 additions & 0 deletions data/osv/GO-2025-3391.json
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"
}
}
18 changes: 18 additions & 0 deletions data/reports/GO-2025-3391.yaml
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

0 comments on commit 0db4c79

Please sign in to comment.