CVE-2026-56100
Received Received - Intake

Privilege Escalation in SpringBlade via Unauthorized Feign Endpoint

Vulnerability report for CVE-2026-56100, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-28

Assigner: VulnCheck

Description

SpringBlade versions 2.7.3 through 3.5.0 contain a privilege escalation vulnerability that allows authenticated attackers to create system administrator accounts by sending crafted POST requests to an unprotected internal Feign user-creation endpoint exposed via @RestController without authorization checks. Attackers can exploit the gateway's authentication filter, which only validates JWT parsing without verifying user roles or caller identity, and leverage a hardcoded JWT signing key embedded in publicly available JARs to forge tokens and escalate privileges from a low-privilege user to administrator, enabling cross-tenant data pollution and persistent backdoor access.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-28
Generated
2026-08-29
AI Q&A
2026-08-29
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
springblade springblade From 2.7.3 (inc) to 3.5.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

SpringBlade versions 2.7.3 through 3.5.0 have a privilege escalation flaw. Authenticated attackers can create system administrator accounts by sending crafted POST requests to an unprotected internal Feign user-creation endpoint. This endpoint is exposed via @RestController without proper authorization checks.

Detection Guidance

Check for unauthorized administrator account creation by monitoring POST requests to internal Feign endpoints. Inspect logs for unusual JWT token generation using the hardcoded signing key. Verify if low-privilege users can access @RestController endpoints without role validation.

Impact Analysis

Attackers can exploit this to escalate privileges from a low-privilege user to administrator. This enables cross-tenant data pollution and allows persistent backdoor access. The vulnerability is exploited by forging tokens using a hardcoded JWT signing key found in publicly available JARs.

Mitigation Strategies

Upgrade SpringBlade to a version beyond 3.5.0. Remove the hardcoded JWT signing key from JARs. Implement strict role-based access control for all internal endpoints. Disable unprotected Feign user-creation endpoints and validate JWT tokens for caller identity and roles.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-56100. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart