can-i gtfo?

Kubernetes RBAC Abuse Collection

View on GitHub

patch secrets

Abuses

Denial of Service

Change the content of secrets used by pods etc. to nonsense.

# Change secret's content
kubectl patch secret {secret} --patch="{\"data\": { \"foo\": \"bar" } }"