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
Published: 2026-08-26
Score: 6.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An unauthenticated remote attacker can send a single UDP packet to a Spring Integration UDP inbound adapter. The server then emits an outbound UDP datagram to any host and port specified in the packet body, even when acknowledgment is disabled. This enables the attacker to compel the server to transmit traffic to arbitrary destinations, allowing potential data exfiltration, denial‑of‑service by flooding external hosts, or establishing covert communication channels. The flaw is rooted in improper validation of the target address supplied by the attacker, a classic case of insufficient input filtering before network transmission.

Affected Systems

The flaw affects Spring Integration products from version 5.5.21 and earlier, 6.4.0 through 6.4.12, 6.5.0 through 6.5.10, 7.0.0 through 7.0.5, and 7.1.0. All affected releases are distributed by the Spring vendor and can be identified by the CNA entry "Spring:Spring Integration".

Risk and Exploitability

The CVSS score of 6.3 indicates moderate severity, and the EPSS score is not available. The vulnerability is not listed in the CISA KEV catalog. The attack requires only the ability to send a UDP packet to the inbound adapter and does not require authentication, making it trivial to exploit from any network that can reach the target. Because the flaw orchestrates outbound traffic, it can be leveraged for exfiltration or disruption even while the system’s internal state remains unchanged. The lack of a required user interaction or complex setup elevates the practical risk of exploitation.

Generated by OpenCVE AI on August 27, 2026 at 01:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Spring Integration to a version that resolves the UDP adapter issue
  • Restrict the application’s outbound UDP traffic to known approved destinations by configuring firewall rules or network ACLs to block arbitrary host and port addresses
  • Enable monitoring for unexpected outbound UDP traffic from the Spring Integration service to detect potential misuse and alert administrators

Generated by OpenCVE AI on August 27, 2026 at 01:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Thu, 27 Aug 2026 02:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-760
CWE-777

Thu, 27 Aug 2026 01:45:00 +0000

Type Values Removed Values Added
First Time appeared Spring
Spring spring Integration
Vendors & Products Spring
Spring spring Integration

Thu, 27 Aug 2026 00:30:00 +0000

Type Values Removed Values Added
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
Title UDP adapter sends ack to attacker-supplied host:port parsed from packet body, even when acknowledge=false
References
Metrics cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L'}


Subscriptions

Spring Spring Integration
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-26T23:49:25.980Z

Reserved: 2026-05-20T10:00:55.156Z

Link: CVE-2026-47861

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-27T01:17:33.157

Modified: 2026-08-27T01:17:33.157

Link: CVE-2026-47861

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T02:00:14Z

Weaknesses
  • CWE-760

    Use of a One-Way Hash with a Predictable Salt

  • CWE-777

    Regular Expression without Anchors