Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
5DescriptionCVE.org
An XML external entity (XXE) vulnerability in the /designer/loadReport endpoint of SpringBlade v4.8.0 allows authenticated attackers to execute arbitrary code via injecting a crafted payload.
AnalysisAI
XML external entity injection in SpringBlade v4.8.0's /designer/loadReport endpoint enables authenticated attackers to execute arbitrary code remotely. The vulnerability requires low-privilege authentication (PR:L) but no other special conditions (AC:L, UI:N), allowing attackers with basic credentials to compromise confidentiality, integrity, and availability. EPSS probability is low (0.02%, 6th percentile) indicating minimal observed exploitation activity. No CISA KEV listing confirms this is not yet widely exploited in the wild, though a GitHub issue documents the flaw suggesting proof-of-concept details may exist.
Technical ContextAI
SpringBlade is a Java-based microservices development platform built on Spring Boot and Spring Cloud. The vulnerability stems from CWE-611 (Improper Restriction of XML External Entity Reference) in the report loading functionality. XXE attacks exploit weakly configured XML parsers that process external entity references, allowing attackers to read local files, perform server-side request forgery (SSRF), or achieve remote code execution when combined with specific processing contexts. The /designer/loadReport endpoint appears to accept XML input without properly disabling external entity processing in the underlying parser, typical of Java XML processors like DocumentBuilderFactory, SAXParserFactory, or XMLInputFactory when secure processing features are not enabled. The CPE data shows n/a placeholders indicating incomplete product identification in the NVD database, though the GitHub repository confirms SpringBlade as the affected product.
RemediationAI
Upgrade SpringBlade to a patched version that addresses GitHub issue #37, checking the project's release notes and commit history at https://github.com/chillzhuang/SpringBlade for fixes applied after v4.8.0. Upstream fix available (PR/commit); released patched version not independently confirmed from provided data. If immediate patching is not feasible, implement XML parser hardening by disabling external entity processing in all XML parsers: for DocumentBuilderFactory set feature 'http://apache.org/xml/features/disallow-doctype-decl' to true and 'http://xml.org/sax/features/external-general-entities' to false; for SAXParserFactory apply equivalent secure processing features. Restrict network access to /designer/* endpoints to trusted administrative IP ranges only via firewall rules or reverse proxy ACLs, noting this reduces designer functionality accessibility for remote administrators. Implement authentication strengthening with multi-factor authentication for designer interface access to raise the authentication barrier beyond PR:L. Monitor XML processing logs for suspicious entity declarations or external resource requests as detection mechanism, though this provides no prevention and adds operational overhead.
LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr
Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han
A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi
Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc
Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula
Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root
LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(
Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26400