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: n/a
KEV: No
Impact: n/a
Action: n/a
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‑789 and CWE‑400.

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. EPSS data is not available, 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 01:51 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 01:51 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-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
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-26T23:28:45.659Z

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

Link: CVE-2026-47859

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-47859

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-789

    Memory Allocation with Excessive Size Value