CVE-2026-47863
Received Received - Intake

Denial of Service in Reactor Core via Flux.bufferTimeout

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

In Reactor Core, applications that use the Flux.bufferTimeout operator with fairBackpressure enabled are vulnerable to a Denial of Service (DoS) condition. Reactor Core 3.8.0 - 3.8.6 Reactor Core 3.7.19 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 3 associated CPEs
Vendor Product Version / Range
vmware reactor_core From 3.7.19 (inc) to 3.8.7 (exc)
vmware reactor_core 3.8.7
vmware reactor_core 3.7.20

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 vulnerability is a Denial of Service (DoS) condition in Reactor Core's Flux.bufferTimeout operator when fairBackpressure is enabled. A race condition occurs if new items arrive during an active flush, corrupting internal state and causing the pipeline to hang indefinitely, stopping all processing.

Detection Guidance

Detection involves checking Reactor Core versions and monitoring for pipeline hangs. Use commands like 'find . -name "*.jar" -exec grep -l "reactor-core" {} \;' to locate Reactor Core dependencies. Check version numbers in dependency files or logs. Monitor application logs for stalled processing or indefinite hangs in Flux.bufferTimeout operations.

Impact Analysis

The vulnerability allows attackers to trigger resource exhaustion by manipulating upstream delivery rates, causing the application to stop processing elements. This can lead to system downtime, degraded performance, or complete service unavailability for users relying on the affected Reactor Core versions.

Compliance Impact

This vulnerability could indirectly impact compliance with GDPR or HIPAA by causing service disruptions due to a Denial of Service condition. If exploited, it may lead to prolonged downtime, affecting data processing or availability, which could violate availability requirements under these regulations.

Mitigation Strategies

Upgrade Reactor Core to version 3.8.7 (OSS) or 3.7.20 (Enterprise Support Only). Disable fairBackpressure in Flux.bufferTimeout if upgrading is not immediately possible. Monitor systems for signs of DoS and restrict upstream delivery rates to reduce attack surface.

Chat Assistant

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

EPSS Chart