Skip to content

Commit 862cfc7

Browse files
authored
Update gcp-cloud-run-post-exploitation.md
1 parent 5380f79 commit 862cfc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pentesting-cloud/gcp-security/gcp-post-exploitation/gcp-cloud-run-post-exploitation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For more information about Cloud Run check:
1111
{{#endref}}
1212

1313
### Delete CloudRun Job
14-
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.
14+
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.
1515

1616
To delete a job, the following operation can be performed.
1717
```bash

0 commit comments

Comments
 (0)