Sensitive AWS details exposed via replace PDF param due to SSRF
The endpoint appears to be vulnerable to Server Side Request Forgery attack. The original request was replayed by replacing PDF upload parameter with url that redirects to AWS IMDS endpoint. The application responded with 2XX success code and also gave out sensitive AWS information in response.
Server Side Request Forgery (SSRF)
How this template works
APIs Selection
The template uses API selection filters to specify the criteria for selecting the API requests to be executed. In this case, the filters include checking the response code to be between 200 and 204, and checking if the request payload or query parameter contains a ".pdf" value.
Execute request
The template specifies a single request to be executed. It modifies the query parameter and body parameter named "pdf_key" by replacing it with a URL that redirects to an AWS IMDS endpoint. This is done to simulate a Server Side Request Forgery (SSRF) attack.
Validation
The template includes validation criteria for the response. It checks if the response code is between 200 and 299, indicating a successful request. It also checks if the response payload contains any of the specified sensitive AWS information, such as "ami-id" or "block-device-mapping". If the validation criteria are met, it indicates a successful exploitation of the SSRF vulnerability.
Frequently asked questions
Explore other tests
Sensitive files exposed due to SSRF
Port scanning with SSRF
Sensitive AWS details exposed via replacing url param with encoded url due to SSRF
Sensitive AWS details exposed due to SSRF
Sensitive AWS details exposed via replacing CSV param due to SSRF
Sensitive AWS details exposed via replacing file param due to SSRF
Sensitive AWS details exposed via replacing image param due to SSRF
Sensitive localhost details exposed via replacing URI param with localhost/admin due to SSRF
Sensitive localhost details exposed via replacing URI param redirecting to localhost/admin due to SSRF
Sensitive localhost details exposed via replacing URI param to encoded localhost/admin due to SSRF
Sensitive AWS details exposed via replacing XML param due to SSRF