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
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
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.
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Unauthenticated remote OS command injection in MeiG Smart FORGE_SLT711 cellular gateway firmware MDM9607.LE.1.0-00110-ST
Unauthenticated API access in LalanaChami Pharmacy Management System (commit 5c3d028) allows remote attackers to dump al
In Citrix Cloud through 2025-11-10, an account with read-only access can trigger the beginning of a workflow for write o
Giflib 5.2.2 contains a buffer overflow in the EGifGCBToExtension function that fails to validate allocated memory when
Denial of service in GPAC's MP4Box multimedia tool (versions before 26.02.0) arises from a use-after-free in the gf_sei_
Arbitrary kernel memory read/write in Realtek rtl819x Jungle SDK Wi-Fi driver allows local unprivileged attackers to acc
Denial of service in GPAC's MP4Box/libgpac media importer (versions before 26.02.0) lets an attacker crash the tool by s
An issue in the parse_month function (/time/strptime.rs) of relibc commit ab6a2e allows attackers to cause a Denial of S
Denial of service in relibc (the Redox OS C standard library) at commit 61f42d allows attackers to crash a process by ge
An issue in the pthread_rwlockattr_setpshared() function of relibc commit 61f42d allows attackers to cause a Denial of S
Denial of service in relibc (the Redox OS C standard library implementation, commit 61f42d) lets attackers crash a proce
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26400