Skip to content

Detect Springboot Configprops Actuator

ID: springboot-configprops

Severity: low

Author: that_juan_,dwisiswant0,wdahlenb

Tags: springboot,exposure,misconfig

Sensitive environment variables may not be masked

id: springboot-configprops
info:
name: Detect Springboot Configprops Actuator
author: that_juan_,dwisiswant0,wdahlenb
severity: low
description: Sensitive environment variables may not be masked
metadata:
max-request: 2
tags: springboot,exposure,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/configprops"
- "{{BaseURL}}/actuator/configprops"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "org.springframework.boot.actuate"
- "beans"
- "context"
condition: and
- type: status
status:
- 200
- type: word
words:
- "application/json"
- "application/vnd.spring-boot.actuator"
- "application/vnd.spring-boot.actuator.v1+json"
condition: or
part: header
# digest: 490a0046304402204511800c4f19088c6046ca7bd80090e8f5f5d5a4c3d36730bc797cffbdcf659b02203f8426f36202be7e89059a5bb38987cf008534193d6b304cab3aab10af2a5da7:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/springboot/springboot-configprops.yaml"

View on Github