Update gcp-cloud-run-post-exploitation.md

This commit is contained in:
SirBroccoli
2025-11-26 17:12:13 +01:00
committed by GitHub
parent 5380f79daf
commit 862cfc7732

View File

@@ -11,7 +11,7 @@ For more information about Cloud Run check:
{{#endref}}
### Delete CloudRun Job
The `run.services.delete` and `run.services.get permissions`, as well as run.jobs.delete, allow an identity to completely delete a Cloud Run service or job, including its configuration and history. In the hands of an attacker, this can cause immediate disruption to applications or critical workflows, resulting in a denial of service (DoS) for users and systems that depend on the service logic or essential scheduled tasks.
The `run.services.delete` and `run.services.get` permissions, as well as `run.jobs.delete`, allow an identity to completely delete a Cloud Run service or job, including its configuration and history. In the hands of an attacker, this can cause immediate disruption to applications or critical workflows, resulting in a denial of service (DoS) for users and systems that depend on the service logic or essential scheduled tasks.
To delete a job, the following operation can be performed.
```bash