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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2026-41417

CVE-2026-41417: Netty HTTP Request Smuggling Vulnerability

CVE-2026-41417 is an HTTP request smuggling flaw in Netty that allows CRLF injection via setUri() bypass. Attackers can inject additional HTTP or RTSP requests. This article covers technical details, impact, and mitigation.

Published: May 7, 2026

CVE-2026-41417 Overview

CVE-2026-41417 is a request-line validation bypass in Netty, an asynchronous event-driven network application framework for Java. The flaw resides in DefaultHttpRequest and DefaultFullHttpRequest, where constructors reject CRLF and whitespace characters but the setUri() method does not enforce equivalent validation. HttpRequestEncoder and RtspEncoder then write the URI verbatim into the outgoing request line. Attackers who control input passed to setUri() can inject CRLF sequences, smuggle additional HTTP requests, or inject RTSP requests. The issue is fixed in Netty 4.2.13.Final and 4.1.133.Final. The vulnerability is categorized under [CWE-93]: Improper Neutralization of CRLF Sequences.

Critical Impact

Attacker-controlled URIs reaching setUri() enable HTTP request smuggling, desynchronization attacks, and RTSP request injection against downstream servers.

Affected Products

  • Netty versions prior to 4.2.13.Final on the 4.2.x branch
  • Netty versions prior to 4.1.133.Final on the 4.1.x branch
  • Applications using DefaultHttpRequest, DefaultFullHttpRequest, HttpRequestEncoder, or RtspEncoder with mutable URIs

Discovery Timeline

  • 2026-05-06 - CVE-2026-41417 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-41417

Vulnerability Analysis

Netty's HTTP and RTSP request objects validate URI content during construction. The constructors of DefaultHttpRequest and DefaultFullHttpRequest reject characters that would break the start-line, including carriage return (\r), line feed (\n), and embedded whitespace. This validation prevents injection at object creation.

The setUri() method on the same classes omits this check. Code paths that build a request with a benign URI and later mutate it via setUri() can store a malicious value containing CRLF sequences. When the request reaches HttpRequestEncoder or RtspEncoder, the encoder writes the URI directly into the request line without re-validating.

Downstream HTTP intermediaries and origin servers parse the resulting bytes as multiple requests. This produces request smuggling or desynchronization on HTTP and request injection on RTSP. Refer to the Netty GitHub Security Advisory GHSA-v8h7-rr48-vmmv for full technical details.

Root Cause

Validation logic is duplicated inconsistently between the constructor and the mutator. The setter trusts the caller, violating the principle that all state-changing entry points must enforce the same invariants as the constructor.

Attack Vector

An attacker supplies a crafted URI value, typically through proxy logic, URL rewriting middleware, or any application code that forwards user input into setUri(). The injected payload contains \r\n followed by a fabricated request line and headers. The encoder serializes the malicious URI into the wire format, and the receiving parser interprets the smuggled request as legitimate.

The vulnerability is reachable over the network without authentication when an upstream component routes attacker-controlled paths through a vulnerable Netty client or proxy.

Detection Methods for CVE-2026-41417

Indicators of Compromise

  • Outbound HTTP or RTSP requests containing embedded \r\n sequences within the request URI field
  • Unexpected duplicate Host, Content-Length, or Transfer-Encoding headers in traffic originating from Netty-based services
  • Backend access logs showing requests with paths or methods that no upstream client legitimately issued

Detection Strategies

  • Inspect application dependencies for vulnerable Netty versions using software composition analysis tools and Maven or Gradle dependency reports
  • Deploy a web application firewall or reverse proxy that strictly rejects request lines containing CRLF or whitespace before forwarding
  • Audit application source code for calls to HttpRequest.setUri() or FullHttpRequest.setUri() that pass externally sourced strings

Monitoring Recommendations

  • Log and alert on HTTP parser errors and protocol-violation events from front-end load balancers, which often signal smuggling attempts
  • Correlate request volume between front-end and back-end tiers to identify desynchronization where back-end request counts exceed front-end counts
  • Monitor RTSP servers for unexpected method invocations or session state transitions originating from Netty-based clients

How to Mitigate CVE-2026-41417

Immediate Actions Required

  • Upgrade Netty to 4.2.13.Final for the 4.2.x branch or 4.1.133.Final for the 4.1.x branch
  • Inventory all services and transitive dependencies that pull in io.netty:netty-codec-http or io.netty:netty-codec-rtsp
  • Review and sanitize any application code path that passes external input into setUri() on Netty request objects

Patch Information

The fix extends the constructor validation logic to the setUri() method, rejecting CRLF and whitespace characters consistently across both code paths. Apply the patched releases through your build system. The Netty Security Advisory GHSA-v8h7-rr48-vmmv documents the corrected behavior.

Workarounds

  • Validate and reject CRLF (\r, \n), space, and tab characters in URI strings before passing them to setUri()
  • Construct new DefaultHttpRequest or DefaultFullHttpRequest instances rather than mutating existing requests when handling untrusted URI values
  • Place a strict HTTP parser between Netty-based components and untrusted clients to drop malformed request lines at the perimeter
bash
# Maven dependency update example
mvn versions:set-property -Dproperty=netty.version -DnewVersion=4.1.133.Final
mvn dependency:tree | grep netty

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechNetty

  • SeverityMEDIUM

  • CVSS Score5.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-93
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-42585: Netty Request Smuggling Vulnerability

  • CVE-2026-42581: Netty HTTP Request Smuggling Vulnerability

  • CVE-2026-42579: Netty DNS Codec Vulnerability

  • CVE-2026-42578: Netty HTTP Header Injection Vulnerability
Default Legacy - Prefooter | 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