Springboot Actuator Caches
ID: springboot-caches
Severity: low
Author: ELSFA7110
Tags: misconfig,springboot,exposure
Description
Section titled “Description”The caches endpoint provides access to the application’s caches.
YAML Source
Section titled “YAML Source”id: springboot-caches
info: name: Springboot Actuator Caches author: ELSFA7110 severity: low description: The caches endpoint provides access to the application's caches. reference: - https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/#caches metadata: verified: true max-request: 2 tags: misconfig,springboot,exposure
http: - method: GET path: - "{{BaseURL}}/caches" - "{{BaseURL}}/actuator/caches"
stop-at-first-match: true
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# digest: 4a0a00473045022100cd50f70206f87479d4b6f01113cad3a064595033d7f2096e30886036fc7557cb02206ca3273035f2313e0ba0384475f3e838acb3c135f32f1ea0e8af1bc9941a8a67:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/springboot/springboot-caches.yaml"