You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Impact A vulnerability has been identified whereby privilege escalation
checks are not properly enforced for RoleTemplateobjects when external=true,
which in specific scenarios can lead to privilege escalation.
The bug in the webhook rule resolver ignores rules from a ClusterRole for
external RoleTemplates when its context is set to either project or is left
empty. The fix introduces a new field to the RoleTemplate CRD named ExternalRules. The new field will be used to resolve rules directly from the RoleTemplate. Additionally, rules from the backing ClusterRole will be us...
Advisory GHSA-64jq-m7rq-768h references a vulnerability in the following Go modules:
Description:
Impact A vulnerability has been identified whereby privilege escalation
checks are not properly enforced for
RoleTemplate
objects when external=true,which in specific scenarios can lead to privilege escalation.
The bug in the webhook rule resolver ignores rules from a
ClusterRole
forexternal
RoleTemplates
when its context is set to eitherproject
or is leftempty. The fix introduces a new field to the
RoleTemplate
CRD namedExternalRules
. The new field will be used to resolve rules directly from theRoleTemplate
. Additionally, rules from the backingClusterRole
will be us...References:
Cross references:
See doc/triage.md for instructions on how to triage this report.
The text was updated successfully, but these errors were encountered: