Skip to content

Commit

Permalink
data/reports: add GO-2024-3248
Browse files Browse the repository at this point in the history
  - 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
tatianab committed Dec 12, 2024
1 parent 8c53c73 commit 90e042d
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 0 deletions.
78 changes: 78 additions & 0 deletions data/osv/GO-2024-3248.json
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"
}
}
33 changes: 33 additions & 0 deletions data/reports/GO-2024-3248.yaml
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

0 comments on commit 90e042d

Please sign in to comment.