CVE-2026-47884
Received Received - Intake

Server-Side Request Forgery in Spring Framework

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

Publication date: 2026-08-27

Last updated on: 2026-08-27

Assigner: VMware

Description

Use of XsltView in a Spring MVC application can result in SSRF and RCE attack if the application has an "/**" mapping that results in view rendering, and where the view name is not explicitly specified. Spring Framework 7.0.0 - 7.0.8 Spring Framework 6.2.0 - 6.2.19 Spring Framework 6.1.0 - 6.1.28 Spring Framework 6.0.0 - 6.0.30 Spring Framework 5.3.0 - 5.3.49 Spring Framework 5.2.25.RELEASE and earlier

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 6 associated CPEs
Vendor Product Version / Range
vmware spring_framework to 5.2.26 (exc)
vmware spring_framework From 5.3.0 (inc) to 5.3.49 (inc)
vmware spring_framework From 6.0.0 (inc) to 6.0.30 (inc)
vmware spring_framework From 6.1.0 (inc) to 6.1.28 (inc)
vmware spring_framework From 6.2.0 (inc) to 6.2.19 (inc)
vmware spring_framework From 7.0.0 (inc) to 7.0.8 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves the XsltView component in Spring MVC applications. If an application uses a /** mapping for view rendering without explicitly specifying the view name, attackers can exploit it to perform Server-Side Request Forgery (SSRF) or Remote Code Execution (RCE).

Detection Guidance

To detect this vulnerability, check if your Spring Framework application uses XsltView with an '/**' mapping for view rendering without explicit view names. Inspect application logs for unusual SSRF or RCE attempts. Verify Spring Framework versions against affected ranges (5.2.25 and earlier, 5.3.0-5.3.49, 6.0.0-6.0.30, 6.1.0-6.1.28, 6.2.0-6.2.19, 7.0.0-7.0.8).

Commands to check: grep -r 'XsltView' /path/to/app; java -jar /path/to/app.jar --version (if applicable); curl -s http://localhost:8080/actuator/info (if actuator enabled).

Impact Analysis

An attacker could exploit this to make unauthorized requests from your server (SSRF) or execute arbitrary code on your system (RCE). This could lead to data breaches, system compromise, or unauthorized access to internal resources.

Compliance Impact

This vulnerability could lead to unauthorized data access or modification, which may violate GDPR's data protection requirements or HIPAA's safeguards for protected health information if exploited.

Mitigation Strategies

Immediately upgrade to a fixed Spring Framework version: 5.2.26, 5.3.50, 6.0.31, 6.1.29, 6.2.20, or 7.0.9 (OSS) or 7.0.8.1 (Enterprise). No additional mitigation steps are required beyond upgrading.

Chat Assistant

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

EPSS Chart