services / Google Cloud / Service Accounts
Service accounts are Google accounts intended for use by applications or workloads for authentication. They can be either managed by Google or user-managed.
Many of these permissions are extremely sensitive, because service accounts are frequently overprovisioned. A user with access to a service account effectively has access to all permissions the service account has, so broad access to service accounts can allow users to gain unintended access.
iam.serviceAccounts.signJwt
Can be used for escalation by signing an access token request.
Risks
Scope: CRITICAL
This privilege may grant access to sensitive data from a significant fraction of organizational functions, allow interruption of critical organizational services, or its exploit could lead to significant privilege escalation.
Links
Contributed by P0 Security