nuclei-templates/misconfiguration/java-melody-exposed.yaml

28 lines
895 B
YAML
Raw Normal View History

2021-02-24 06:35:37 +00:00
id: java-melody-exposed
info:
name: JavaMelody Monitoring Exposed
2021-06-09 12:20:56 +00:00
author: dhiyaneshDK,thomas_from_offensity
2021-02-24 17:25:41 +00:00
severity: medium
description: JavaMelody is a tool used to monitor Java or Java EE applications in QA and production environments. JavaMelody was detected on this web application. One option in the dashboard is to "View http sessions".
This can be used by an attacker to steal a user's session.
reference:
- https://www.acunetix.com/vulnerabilities/web/javamelody-publicly-accessible/
- https://github.com/javamelody/javamelody/wiki/UserGuide#16-security
tags: config,java,javamelody
2021-02-24 06:35:37 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/monitoring'
- '{{BaseURL}}/..%3B/monitoring'
2021-02-24 17:25:41 +00:00
matchers-condition: and
2021-02-24 06:35:37 +00:00
matchers:
- type: word
words:
- 'Monitoring JavaMelody on'
2021-02-24 17:25:41 +00:00
- type: status
status:
- 200