Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GHSA-p26r-gfgc-c47h] An Insecure Direct Object Reference (IDOR) vulnerability... #4968

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-p26r-gfgc-c47h",
"modified": "2024-10-31T18:31:17Z",
"modified": "2024-10-31T18:32:20Z",
"published": "2024-10-14T18:30:26Z",
"aliases": [
"CVE-2024-46528"
],
"summary": "KubeSphere IDOR vulnerability",
"details": "An Insecure Direct Object Reference (IDOR) vulnerability in KubeSphere v3.4.1 and v4.1.1 allows low-privileged authenticated attackers to access sensitive resources without proper authorization checks.",
"severity": [
{
Expand All @@ -14,7 +15,44 @@
}
],
"affected": [

{
"package": {
"ecosystem": "Go",
"name": "https://github.com/kubesphere/kubesphere"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "4.0.0"
},
{
"fixed": "4.1.3"
}
]
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "https://github.com/kubesphere/kubesphere"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3.0.0"
},
{
"last_affected": "3.4.1"
}
]
}
]
}
],
"references": [
{
Expand Down
Loading