CVE-2026-56100
8.1SpringBlade · SpringBlade
SpringBlade versions 2.7.3 through 3.5.0 contain a privilege escalation vulnerability allowing authenticated attackers to create administrator accounts via an unprotected Feign user-creation endpoint.
Executive summary
SpringBlade contains a critical privilege escalation vulnerability that allows authenticated attackers to create system administrator accounts, potentially leading to full system compromise.
Vulnerability
This vulnerability is a missing authorization flaw (CWE-862) occurring because an internal Feign user-creation endpoint is inadvertently exposed via a @RestController. Authenticated users can bypass role checks at the gateway, which fails to verify user identity or caller authorization, enabling the creation of unauthorized administrator accounts.
Business impact
The ability for an authenticated user to elevate privileges to a system administrator poses a severe risk to organizational security. An attacker can perform cross-tenant data pollution, exfiltrate sensitive information, and establish persistent backdoor access to the platform. Given the high CVSS score of 8.1, this flaw represents a significant threat to the integrity and confidentiality of the entire service environment.
Remediation
Immediate Action: Update the SpringBlade platform to version 5.0.0 or later immediately, as this version removes the vulnerable endpoint and implements proper internal interface interception.
Proactive Monitoring: Review application logs for suspicious POST requests directed at user-creation endpoints, specifically looking for unauthorized attempts to invoke the save-user function.
Compensating Controls: Deploy or update Web Application Firewall (WAF) rules to block external access to internal service paths and specifically restrict access to any endpoint containing /user/save-user.
Exploitation status
Public Exploit Available: Yes, a technical write-up and proof-of-concept are available via the referenced GitHub Gist.
Analyst recommendation
The severity of this privilege escalation vulnerability necessitates an immediate response. Administrators must prioritize upgrading to version 5.0.0 to eliminate the exposure of internal Feign endpoints. Failure to patch will leave the environment vulnerable to complete administrative takeover by any authenticated user.
Sources
Originally found and disclosed by sud0why, per the CVE Program record.
- Researcher Disclosure Exploit / PoC
- github.com
- Patch Commit Patch commit
- SpringBlade GitHub Repository
- Third-party advisory