Skip to main content

SpringBlade EUVDEUVD-2026-26400

| CVE-2026-36765 HIGH
Improper Restriction of XML External Entity Reference (CWE-611)
2026-04-30 mitre
8.8
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
8.8 HIGH
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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
May 04, 2026 - 18:22 vuln.today
CVSS changed
May 04, 2026 - 18:22 NVD
8.8 (HIGH)
EUVD ID Assigned
Apr 30, 2026 - 18:00 euvd
EUVD-2026-26400
Analysis Generated
Apr 30, 2026 - 18:00 vuln.today
CVE Published
Apr 30, 2026 - 00:00 nvd
HIGH 8.8

DescriptionCVE.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.

More in N A

View all
CVE-2026-31072 CRITICAL POC
9.8 May 19

Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali

CVE-2026-36356 CRITICAL POC
9.1 May 05

Unauthenticated remote OS command injection in MeiG Smart FORGE_SLT711 cellular gateway firmware MDM9607.LE.1.0-00110-ST

CVE-2026-31071 CRITICAL POC
9.1 May 19

Unauthenticated API access in LalanaChami Pharmacy Management System (commit 5c3d028) allows remote attackers to dump al

CVE-2025-66391 HIGH POC
8.8 Jun 17

In Citrix Cloud through 2025-11-10, an account with read-only access can trigger the beginning of a workflow for write o

CVE-2026-26740 HIGH POC
8.2 Mar 18

Giflib 5.2.2 contains a buffer overflow in the EGifGCBToExtension function that fails to validate allocated memory when

CVE-2025-60464 HIGH POC
7.8 Jun 25

Denial of service in GPAC's MP4Box multimedia tool (versions before 26.02.0) arises from a use-after-free in the gf_sei_

CVE-2026-36355 HIGH POC
7.7 May 05

Arbitrary kernel memory read/write in Realtek rtl819x Jungle SDK Wi-Fi driver allows local unprivileged attackers to acc

CVE-2025-60474 HIGH POC
7.5 Jun 24

Denial of service in GPAC's MP4Box/libgpac media importer (versions before 26.02.0) lets an attacker crash the tool by s

CVE-2026-38639 HIGH POC
7.5 Jun 26

An issue in the parse_month function (/time/strptime.rs) of relibc commit ab6a2e allows attackers to cause a Denial of S

CVE-2026-38641 HIGH POC
7.5 Jun 26

Denial of service in relibc (the Redox OS C standard library) at commit 61f42d allows attackers to crash a process by ge

CVE-2026-38637 HIGH POC
7.5 Jun 25

An issue in the pthread_rwlockattr_setpshared() function of relibc commit 61f42d allows attackers to cause a Denial of S

CVE-2026-38640 HIGH POC
7.5 Jun 25

Denial of service in relibc (the Redox OS C standard library implementation, commit 61f42d) lets attackers crash a proce

Share

EUVD-2026-26400 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy