Executive Summary
During a routine reconnaissance phase on a private bug bounty program, I identified an Out-of-Band SSRF vulnerability in the PDF generation engine.
The Chain
- Discovery: Identified an endpoint
/api/v1/generateaccepting asource_urlparameter. - Bypass: Used a DNS rebinding technique to bypass the internal IP blacklist.
- Impact: Successfully retrieved AWS metadata credentials from
169.254.169.254.
# Example payload used
curl -X POST [https://target.com/api/v1/generate?source_url=http://](https://target.com/api/v1/generate?source_url=http://)[redacted].com/metadata
