2022-10-17 05:30:30 +00:00
|
|
|
id: springboot-loggerconfig
|
|
|
|
|
|
|
|
info:
|
2023-02-06 21:18:05 +00:00
|
|
|
name: Spring Boot LoggerConfig Actuator Panel - Detect
|
2022-10-17 05:30:30 +00:00
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: info
|
2023-02-06 21:18:05 +00:00
|
|
|
description: Spring Boot LoggerConfig Actuator panel was detected.
|
2022-10-17 05:30:30 +00:00
|
|
|
reference:
|
|
|
|
- https://raw.githubusercontent.com/maurosoria/dirsearch/master/db/dicc.txt
|
2023-02-06 21:18:05 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-10-17 05:30:30 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: title:"Eureka"
|
2022-10-17 10:48:25 +00:00
|
|
|
tags: misconfig,springboot,exposure
|
2022-10-17 05:30:30 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/loggingConfig"
|
|
|
|
- "{{BaseURL}}/actuator/loggingConfig"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '["loggingConfig"]'
|
|
|
|
- '"propertySources"'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
- "application/vnd.spring-boot.actuator"
|
|
|
|
- "application/vnd.spring-boot.actuator.v1+json"
|
|
|
|
condition: or
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-02-06 21:18:05 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/02/06
|