The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2023-34054

CVE-2023-34054: Pivotal Reactor Netty DoS Vulnerability

CVE-2023-34054 is a denial-of-service flaw in Pivotal Reactor Netty HTTP Server that allows attackers to crash applications using crafted requests. This post covers technical details, affected versions, impact, and mitigation.

Published: February 4, 2026

CVE-2023-34054 Overview

CVE-2023-34054 is a Denial of Service (DoS) vulnerability affecting Reactor Netty HTTP Server. The vulnerability allows unauthenticated attackers to send specially crafted HTTP requests that can cause service disruption. Applications are specifically vulnerable when Reactor Netty HTTP Server's built-in integration with Micrometer metrics is enabled, creating conditions that can be exploited to exhaust server resources.

Critical Impact

Unauthenticated remote attackers can cause denial-of-service conditions in applications using Reactor Netty HTTP Server with Micrometer integration enabled, potentially leading to complete service unavailability.

Affected Products

  • Pivotal Reactor Netty versions 1.1.x prior to 1.1.13
  • Pivotal Reactor Netty versions 1.0.x prior to 1.0.39
  • Applications with Micrometer integration enabled

Discovery Timeline

  • 2023-11-28 - CVE-2023-34054 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-34054

Vulnerability Analysis

This vulnerability exists in the Reactor Netty HTTP Server component, specifically when the built-in Micrometer metrics integration is active. Reactor Netty is a popular asynchronous event-driven network application framework used extensively in Spring WebFlux and other reactive Java applications.

The vulnerability allows attackers to craft malicious HTTP requests that exploit the metrics collection mechanism. When Micrometer integration processes these specially crafted requests, it can lead to resource exhaustion scenarios that render the server unable to handle legitimate traffic. This is particularly concerning in microservices architectures where Reactor Netty serves as the underlying HTTP server for reactive applications.

Root Cause

The root cause involves improper handling of HTTP request data when the Micrometer integration parses and records metrics. The vulnerability arises from insufficient input validation when processing certain HTTP request elements that are passed to the metrics subsystem. When specially crafted values are provided in HTTP requests, the metrics processing logic can be manipulated to consume excessive resources or enter states that prevent normal operation.

Attack Vector

The attack can be executed remotely over the network without requiring authentication or user interaction. An attacker sends carefully constructed HTTP requests to a vulnerable Reactor Netty HTTP Server instance. The server must have Micrometer metrics integration enabled for the attack to succeed. Upon receiving the malicious request, the metrics processing component mishandles the input, leading to denial-of-service conditions.

The attack exploits the way Micrometer captures and processes HTTP request metadata for observability purposes. By manipulating specific HTTP headers or request parameters that are captured for metrics, an attacker can trigger resource exhaustion or processing loops that degrade or halt service availability.

Detection Methods for CVE-2023-34054

Indicators of Compromise

  • Unusual spikes in HTTP request volume from single or limited IP addresses
  • Abnormal memory consumption patterns in Reactor Netty server processes
  • Application logs showing excessive metric registration or processing activity
  • Service degradation or unresponsiveness coinciding with specific HTTP traffic patterns

Detection Strategies

  • Monitor for anomalous HTTP request patterns targeting endpoints served by Reactor Netty
  • Implement application performance monitoring (APM) to detect unusual resource consumption in the Micrometer metrics subsystem
  • Configure alerting on sudden increases in response times or error rates
  • Deploy web application firewalls (WAF) with rules to detect malformed or suspicious HTTP headers

Monitoring Recommendations

  • Enable detailed logging for Reactor Netty HTTP server connections and request processing
  • Monitor JVM heap usage and garbage collection metrics for unusual patterns
  • Track Micrometer metric registry size and growth rate for abnormal increases
  • Implement network-level monitoring to identify potential DoS attack patterns

How to Mitigate CVE-2023-34054

Immediate Actions Required

  • Upgrade Reactor Netty to version 1.1.13 or later for 1.1.x branch
  • Upgrade Reactor Netty to version 1.0.39 or later for 1.0.x branch
  • If immediate patching is not possible, consider temporarily disabling Micrometer integration
  • Review and update Spring Boot dependencies if using Spring WebFlux, as it bundles Reactor Netty

Patch Information

Pivotal has released patched versions that address this vulnerability. For applications using the 1.1.x branch, upgrade to version 1.1.13 or later. For applications on the 1.0.x branch, upgrade to version 1.0.39 or later. Review the Spring Security Advisory for CVE-2023-34054 for detailed upgrade instructions and additional guidance.

Workarounds

  • Disable Micrometer metrics integration if not critical to operations until patching is complete
  • Implement rate limiting at the load balancer or reverse proxy level to mitigate DoS attempts
  • Deploy WAF rules to filter suspicious HTTP requests before they reach the application
  • Consider network segmentation to limit exposure of vulnerable services
bash
# Example Maven dependency update for Reactor Netty 1.1.x
# In pom.xml, update the dependency version:
# <dependency>
#     <groupId>io.projectreactor.netty</groupId>
#     <artifactId>reactor-netty-http</artifactId>
#     <version>1.1.13</version>
# </dependency>

# Verify current Reactor Netty version in your project
mvn dependency:tree | grep reactor-netty

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechReactor Netty

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Spring Security Advisory CVE-2023-34054
  • Related CVEs
  • CVE-2023-34062: Reactor Netty Path Traversal Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English