CVE-2026-47861
Received Received - Intake

Unauthenticated UDP Packet Injection in Spring Integration

Vulnerability report for CVE-2026-47861, 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

An unauthenticated remote attacker who can send a single UDP packet to a Spring Integration UDP inbound adapter can cause the server to emit an outbound UDP datagram to an arbitrary internal or external host and port of the attacker's choosing. Spring Integration 7.1.0 Spring Integration 7.0.0 - 7.0.5 Spring Integration 6.5.0 - 6.5.10 Spring Integration 6.4.0 - 6.4.12 Spring Integration 5.5.21 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 5 associated CPEs
Vendor Product Version / Range
vmware spring_integration 7.1.0
vmware spring_integration From 7.0.0 (inc) to 7.0.5 (inc)
vmware spring_integration From 6.5.0 (inc) to 6.5.10 (inc)
vmware spring_integration From 6.4.0 (inc) to 6.4.12 (inc)
vmware spring_integration to 5.5.22 (exc)

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 is a Server-Side Request Forgery (SSRF) vulnerability in Spring Integration UDP adapters. An unauthenticated remote attacker sends a single UDP packet to a vulnerable inbound adapter, which then sends an outbound UDP datagram to any host and port the attacker chooses. The payload is a 36-byte UUID string.

Detection Guidance

To detect this vulnerability, monitor for unexpected outbound UDP traffic from systems running vulnerable Spring Integration versions. Check for UDP packets sent to unusual ports or external hosts. Use network monitoring tools like tcpdump or Wireshark to capture UDP traffic from Spring Integration processes. Example command: tcpdump -i any -n udp port 10000 -w spring_udp_traffic.pcap.

Impact Analysis

An attacker could use this to scan internal networks, trigger UDP services like memcached or SNMP on internal hosts, or use the server as a reflection point for amplification attacks. This could lead to information disclosure or denial of service.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by enabling unauthorized network reconnaissance or data exfiltration through UDP SSRF. Attackers could scan internal networks, interact with sensitive services, or use the server as a relay, which may violate data protection requirements for confidentiality and integrity.

Mitigation Strategies

Immediately upgrade to fixed versions of Spring Integration: 7.1.1 (OSS), 7.0.6 (OSS), 6.5.11, 6.4.13, or 5.5.22 (Enterprise Support Only). No additional mitigation steps are required beyond upgrading. Ensure all affected systems are updated promptly to prevent exploitation.

Chat Assistant

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

EPSS Chart