Description
RFC6587SyslogDeserializer, used by the Spring Integration syslog TCP inbound adapter to decode RFC 6587 / RFC 5424 frames, trusts the sender-supplied octet count of an octet-counted frame and allocates a byte array of exactly that size with no upper bound.
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: 5.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via Unbounded Memory Allocation
Action: Assess Impact
AI Analysis

Impact

A flaw in the RFC6587SyslogDeserializer logic causes the Spring Integration syslog TCP inbound adapter to trust the octet count field supplied by a remote sender and allocate a byte array of that exact size with no upper bound. This can lead to uncontrolled memory allocation, exhausting the JVM heap and rendering the application unresponsive or causing a crash. The weakness aligns with CWE-770.

Affected Systems

Spring Integration is impacted across multiple major releases. Vulnerable versions include 7.1.0, 7.0.0 through 7.0.5, 6.5.0 through 6.5.10, 6.4.0 through 6.4.12, and all releases 5.5.21 and earlier.

Risk and Exploitability

The CVSS score of 5.4 places this issue at a moderate severity level. The EPSS score of 0.00195 (less than 1%) indicates a very low but nonzero probability of exploitation, and it is not listed in CISA KEV, suggesting that widespread exploitation is not yet documented. Attackers would need to establish a TCP connection to the syslog inbound adapter and send frames with an inflated octet count, which can be done remotely over the network. Successful exploitation can consume system memory and cause a denial of service on the affected application.

Generated by OpenCVE AI on August 27, 2026 at 18:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Spring Integration to a version where RFC6587SyslogDeserializer limits the size of the octet‑counted frame before allocating memory. This is the most reliable way to eliminate the flaw.
  • Restrict inbound network access to the syslog TCP adapter using firewalls or network segmentation so that only trusted hosts can send frames. Limiting the source of traffic mitigates the attack surface.
  • Implement application‑level validation or a configurable maximum payload size for incoming syslog frames. Even if the library remains unpatched, bounding the memory allocation will prevent an attacker from exhausting resources.

Generated by OpenCVE AI on August 27, 2026 at 18:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Fri, 04 Sep 2026 20:30:00 +0000

Type Values Removed Values Added
First Time appeared Vmware
Vmware spring Integration
CPEs cpe:2.3:a:vmware:spring_integration:*:*:*:*:*:*:*:*
Vendors & Products Vmware
Vmware spring Integration

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

Type Values Removed Values Added
Weaknesses CWE-400
CWE-789

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

Type Values Removed Values Added
Weaknesses CWE-770
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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

Type Values Removed Values Added
Weaknesses CWE-400
CWE-789

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 RFC6587SyslogDeserializer, used by the Spring Integration syslog TCP inbound adapter to decode RFC 6587 / RFC 5424 frames, trusts the sender-supplied octet count of an octet-counted frame and allocates a byte array of exactly that size with no upper bound. 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 Unbounded memory allocation in RFC6587SyslogDeserializer (octet-counted framing) — remote DoS
References
Metrics cvssV3_1

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


Subscriptions

Spring Spring Integration
Vmware Spring Integration
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-27T14:48:52.190Z

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

Link: CVE-2026-47859

cve-icon Vulnrichment

Updated: 2026-08-27T14:48:46.701Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-09-04T20:12:57.510

Link: CVE-2026-47859

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T19:00:07Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling