nuclei-templates/http/misconfiguration/springboot/springboot-caches.yaml

40 lines
934 B
YAML
Raw Normal View History

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
2022-07-28 13:56:37 +00:00
tags: misconfig,springboot,exposure
2022-07-28 07:31:14 +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
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