🍃
FREE SECURITY SCANNER

Spring Boot Security Scanner

Automatically scan your Spring Boot application for vulnerabilities - exposed Actuator endpoints, misconfigured Spring Security, dependency CVEs, and OWASP Top 10 issues. No installation required.

No installation  ·  No credit card required  ·  Results in 5 minutes

Exposed /actuator/env, /actuator/heapdump
Spring Security filter chain misconfiguration
Missing CSRF protection
H2 console exposed in production
Dependency CVE detection
Missing security headers
SSL/TLS configuration
Dark web credential monitoring

Spring Boot Actuator is the single most distinctive Spring-specific exposure: /actuator/env dumps every environment variable including database passwords and API keys, and /actuator/heapdump hands over a full JVM memory snapshot that can contain secrets, session tokens, and credentials in plain text. Both are enabled by a single dependency (spring-boot-starter-actuator) and reachable at a well-known path unless explicitly restricted.

Spring Security's filter chain is evaluated in a specific, configuration-dependent order - the same class of issue covered for Symfony's access_control rules in our Symfony security guide. A broad antMatcher() or requestMatchers() rule registered before a more specific restrictive one can make the restrictive rule unreachable, silently granting access that was meant to be blocked.

The H2 in-memory database's web console is a common development convenience that occasionally survives into a production deployment - it allows arbitrary SQL execution through a browser UI, and if reachable, is equivalent to full database access for anyone who finds the path.

1

Enter your URL

Create a free account and enter your site's URL. No installation or configuration needed.

2

Scan runs automatically

Shieldome performs passive checks across 100+ security and performance vectors in minutes.

3

Download your report

Get a detailed findings report with severity ratings and copy-paste remediation guidance. Export as PDF, JSON, SARIF, or CSV.

Start your free scan today

Join thousands of developers and security teams who use Shieldome to keep their sites safe.
First scan is free - no credit card required.

FREE TOOL
Security Headers Checker
Grade A-F, instant results
FREE TOOL
SSL Certificate Checker
TLS config & expiry date
FREE TOOL
Email Security Checker
SPF, DKIM & DMARC
FREE TOOL
CSP Builder & Tester
Build your Content Security Policy

Back to Shieldome  ·  Getting Started Guide  ·  Security Blog