-
Notifications
You must be signed in to change notification settings - Fork 63
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-2024-3248.yaml Updates #3248 Change-Id: I5b67481fc33a3c0b5f4d65875aa699e98b04dc23 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/635222 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Zvonimir Pavlinovic <[email protected]>
- Loading branch information
Showing
2 changed files
with
111 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,78 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2024-3248", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2024-46528", | ||
"GHSA-p26r-gfgc-c47h" | ||
], | ||
"summary": "KubeSphere IDOR vulnerability in github.com/kubesphere/kubesphere", | ||
"details": "An Insecure Direct Object Reference (IDOR) vulnerability in KubeSphere allows low-privileged authenticated attackers to access sensitive resources without proper authorization checks.\n\nNOTE: A fix is expected in v4.1.3 in January 2025.", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/kubesphere/kubesphere", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": { | ||
"custom_ranges": [ | ||
{ | ||
"type": "ECOSYSTEM", | ||
"events": [ | ||
{ | ||
"introduced": "3.0.0" | ||
}, | ||
{ | ||
"fixed": "3.4.1" | ||
}, | ||
{ | ||
"introduced": "4.0.0" | ||
}, | ||
{ | ||
"fixed": "4.1.3" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/advisories/GHSA-p26r-gfgc-c47h" | ||
}, | ||
{ | ||
"type": "REPORT", | ||
"url": "https://github.com/kubesphere/kubesphere/issues/6227" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://okankurtulus.com.tr/2024/09/09/idor-vulnerability-in-kubesphere" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://www.kubesphere.io/news/kubesphere-cve-2024-46528" | ||
} | ||
], | ||
"credits": [ | ||
{ | ||
"name": "Okan Kurtuluş" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2024-3248", | ||
"review_status": "REVIEWED" | ||
} | ||
} |
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,33 @@ | ||
id: GO-2024-3248 | ||
modules: | ||
- module: github.com/kubesphere/kubesphere | ||
non_go_versions: | ||
- introduced: 3.0.0 | ||
- fixed: 3.4.1 | ||
- introduced: 4.0.0 | ||
- fixed: 4.1.3 | ||
vulnerable_at: 0.0.0-20241205064546-af14da361bb2 | ||
summary: KubeSphere IDOR vulnerability in github.com/kubesphere/kubesphere | ||
description: | | ||
An Insecure Direct Object Reference (IDOR) vulnerability in | ||
KubeSphere allows low-privileged authenticated attackers to access | ||
sensitive resources without proper authorization checks. | ||
NOTE: A fix is expected in v4.1.3 in January 2025. | ||
cves: | ||
- CVE-2024-46528 | ||
ghsas: | ||
- GHSA-p26r-gfgc-c47h | ||
credits: | ||
- Okan Kurtuluş | ||
references: | ||
- advisory: https://github.com/advisories/GHSA-p26r-gfgc-c47h | ||
- report: https://github.com/kubesphere/kubesphere/issues/6227 | ||
- web: https://okankurtulus.com.tr/2024/09/09/idor-vulnerability-in-kubesphere | ||
- web: https://www.kubesphere.io/news/kubesphere-cve-2024-46528 | ||
notes: | ||
- todo: Update once fix is released. | ||
source: | ||
id: GHSA-p26r-gfgc-c47h | ||
created: 2024-12-11T15:00:53.811391-05:00 | ||
review_status: REVIEWED |