2022-10-19 23:22:34 +00:00
|
|
|
id: springboot-status
|
|
|
|
|
|
|
|
info:
|
2023-02-06 21:22:03 +00:00
|
|
|
name: Spring Boot Status Actuator Panel - Detect
|
2022-10-19 23:22:34 +00:00
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: info
|
2023-02-06 21:22:03 +00:00
|
|
|
description: Spring Boot Status Actuator panel was detected.
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 0
|
2023-02-06 21:22:03 +00:00
|
|
|
cwe-id: CWE-200
|
2022-10-19 23:22:34 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 2
|
2022-10-19 23:22:34 +00:00
|
|
|
shodan-query: title:"Eureka"
|
|
|
|
tags: misconfig,springboot,exposure
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-10-19 23:22:34 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/status"
|
|
|
|
- "{{BaseURL}}/actuator/status"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-10-19 23:22:34 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '"freeMemory":'
|
|
|
|
- '"maxMemory":'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a00463044022032502b42ceda7654c508ae2a47f133e5283263b7510df09e203ee193e759f287022029a8ab583e8cbd42152dea1a483055def75ff07747fe74a3cfd7706195e7bb09:922c64590222798bb761d5b6d8e72950
|