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

26 lines
614 B
YAML
Raw Normal View History

2022-06-08 13:18:46 +00:00
id: CVE-2018-10230
info:
name: Zend Server <9.13 XSS
author: marcos_iaf
severity: medium
description: A vulnerability in ZendServer < 9.13 allows an attacker to perform Reflected XSS via the debug_host parameter.
reference: https://www.synacktiv.com/ressources/zend_server_9_1_3_xss.pdf
tags: xss,zend,php
requests:
- method: GET
path:
- "{{BaseURL}}/index.php?debug_host=\"><u>tester</u>&start_debug=1"
matchers-condition: and
matchers:
- type: word
words:
- "<u>tester</u>"
part: body
- type: status
status:
- 200