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-2rhx-qhxp-5jpw] Submariner Operator sets unnecessary RBAC permissions in helm charts #5219

Merged
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
Expand Up @@ -6,7 +6,7 @@
"aliases": [
"CVE-2024-5042"
],
"summary": "Submariner Operator sets unnecessary RBAC permissions in helm charts",
"summary": "Submariner Operator sets unnecessary RBAC permissions",
"details": "A flaw was found in the Submariner project. Due to unnecessary role-based access control permissions, a privileged attacker can run a malicious container on a node that may allow them to steal service account tokens and further compromise other nodes and potentially the entire cluster.",
"severity": [
{
Expand All @@ -25,7 +25,7 @@
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
"introduced": "0.16.0"
},
{
"fixed": "0.16.4"
Expand All @@ -47,7 +47,26 @@
"introduced": "0.17.0"
},
{
"last_affected": "0.18.0-m3"
"fixed": "0.17.2"
}
]
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/submariner-io/submariner-operator"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.15.4"
}
]
}
Expand Down
Loading