Description
In Reactor Core, applications that use the Flux.windowTimeout operator with fairBackpressure enabled are vulnerable to a Denial of Service (DoS) condition.
Reactor Core 3.8.0 - 3.8.6
Reactor Core 3.5.0 - 3.7.19
Reactor Core 3.4.41 and earlier
Published: 2026-08-26
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Apply Patch
AI Analysis

Impact

Reactor Core contains a flaw that allows applications using the Flux.windowTimeout operator with fairBackpressure enabled to suffer a denial of service. The operator internally manages a 20‑bit index that can wrap around, causing the stream to hang when the wrap occurs. As the stream stalls, the application is rendered unresponsive, compromising availability.

Affected Systems

The vulnerability affects Spring Reactor Core version 3.8.0 through 3.8.6, 3.5.0 through 3.7.19, and 3.4.41 and all earlier releases. Any project that depends on these Reactor Core releases and runs the windowTimeout operator with fairBackpressure enabled is potentially impacted.

Risk and Exploitability

With a CVSS score of 5.9 the flaw is considered a moderate severity issue. The EPSS score indicates less than 1%, suggesting a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires that the affected application be configured to use windowTimeout with fairBackpressure; therefore, the attack vector appears to be internal, confined to the application’s runtime environment, and not remotely accessible.

Generated by OpenCVE AI on September 4, 2026 at 01:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Spring Reactor Core to a supported release newer than 3.8.6 (for example 3.9.0 or later).
  • If an upgrade is not immediately feasible, disable the fairBackpressure option when using Flux.windowTimeout to avoid the problematic index management.
  • Implement monitoring of thread and stream health to detect hangs and trigger alerts or automated restart of affected components.

Generated by OpenCVE AI on September 4, 2026 at 01:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
First Time appeared Broadcom
Broadcom reactor Core
CPEs cpe:2.3:a:broadcom:reactor_core:*:*:*:*:*:*:*:*
Vendors & Products Broadcom
Broadcom reactor Core

Fri, 04 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-770
References
Metrics threat_severity

None

threat_severity

Moderate


Tue, 01 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
First Time appeared Spring
Spring reactor Core
Vendors & Products Spring
Spring reactor Core

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

Type Values Removed Values Added
Weaknesses CWE-682

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

Type Values Removed Values Added
Weaknesses CWE-190
Metrics ssvc

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


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

Type Values Removed Values Added
Weaknesses CWE-682

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

Type Values Removed Values Added
Description In Reactor Core, applications that use the Flux.windowTimeout operator with fairBackpressure enabled are vulnerable to a Denial of Service (DoS) condition. Reactor Core 3.8.0 - 3.8.6 Reactor Core 3.5.0 - 3.7.19 Reactor Core 3.4.41 and earlier
Title Reactor Core windowTimeout fair-backpressure stream hang due to 20-bit index wrap-around
References
Metrics cvssV3_1

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


Subscriptions

Broadcom Reactor Core
Spring Reactor Core
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-27T15:07:38.775Z

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

Link: CVE-2026-47857

cve-icon Vulnrichment

Updated: 2026-08-27T15:07:08.808Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-09-04T20:10:22.583

Link: CVE-2026-47857

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-26T23:28:44Z

Links: CVE-2026-47857 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T02:00:05Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound

  • CWE-770

    Allocation of Resources Without Limits or Throttling