As cited
Copy frozen at (site build).
vulnerabilities
Java Spring Boot "heapdump" scans
Attackers are scanning for exposed Spring Boot actuator endpoints at /admin-api/actuator/heapdump to retrieve Java heap dumps containing sensitive credentials. The scans use default credentials (admin:admin) and target applications that have left the debug endpoint accessible without proper authentication controls. Heap dumps can expose API keys, database passwords, and other secrets used by applications to communicate with backend systems.
Why it matters: Java Spring Boot developers and operators managing applications with actuator endpoints need to verify these debug endpoints are not exposed on the internet and require strong authentication, as attackers are actively scanning for and exploiting default credentials to extract sensitive data.
- Source published
- First seen by Cybersecurity Tracker
Source attribution
Correction
Correction recorded as of .
vulnerabilities
Java Spring Boot "heapdump" scans
No summary had been written when this copy was frozen.
- First seen by Cybersecurity Tracker
Source attribution
Correction
Correction recorded as of .
vulnerabilities
Java Spring Boot "heapdump" scans
Attackers are probing Spring Boot applications for an exposed actuator heapdump endpoint that can leak memory images containing credentials. Observed requests use a custom path prefix and authenticate with the default admin:admin credentials, indicating reliance on weak authentication.
Why it matters: Organizations using Spring Boot actuator endpoints face credential exposure if default passwords are not changed and should restrict access or update credentials immediately.
- Source published
- First seen by Cybersecurity Tracker
Source attribution
Correction
Correction recorded as of .
vulnerabilities
Java Spring Boot "heapdump" scans
Attackers are probing Spring Boot applications for an exposed actuator heapdump endpoint that can leak memory images containing credentials. Observed requests use a custom path prefix and authenticate with the default admin:admin credentials, indicating reliance on weak authentication.
Why it matters: Organizations using Spring Boot actuator endpoints face credential exposure if default passwords are not changed and should restrict access or update credentials immediately.
- Source published
- First seen by Cybersecurity Tracker