2022-07-28 07:31:14 +00:00
|
|
|
id: springboot-caches
|
|
|
|
|
|
|
|
info:
|
2022-07-28 07:35:01 +00:00
|
|
|
name: Springboot Actuator Caches
|
2022-07-28 07:31:14 +00:00
|
|
|
author: ELSFA7110
|
|
|
|
severity: low
|
|
|
|
description: The caches endpoint provides access to the application's caches.
|
2022-07-28 07:35:01 +00:00
|
|
|
reference:
|
2022-07-28 07:31:14 +00:00
|
|
|
- https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/#caches
|
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 2
|
2022-07-28 13:56:37 +00:00
|
|
|
tags: misconfig,springboot,exposure
|
2022-07-28 07:31:14 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-07-28 07:31:14 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2022-07-28 08:01:02 +00:00
|
|
|
- "{{BaseURL}}/caches"
|
2022-07-28 07:31:14 +00:00
|
|
|
- "{{BaseURL}}/actuator/caches"
|
|
|
|
|
2022-07-28 08:01:02 +00:00
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-07-28 07:31:14 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "cacheManagers"
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
- "application/vnd.spring-boot.actuator"
|
|
|
|
- "application/vnd.spring-boot.actuator.v1+json"
|
|
|
|
- "application/vnd.spring-boot.actuator.v2+json"
|
|
|
|
condition: or
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a0047304502202178e739e5d96a4e965b136119bd06a25128069cc6edbccc7f422976fd3d5bb0022100ae76653aad866e2eafcd3d51a02a1dfb5bd754e7e2dea10d215eed3212a59001:922c64590222798bb761d5b6d8e72950
|