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-2022-32214

CVE-2022-32214: Llhttp HTTP Request Smuggling Vulnerability

CVE-2022-32214 is an HTTP Request Smuggling flaw in the Llhttp parser for Node.js caused by improper CRLF sequence handling. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 11, 2026

CVE-2022-32214 Overview

CVE-2022-32214 is an HTTP Request Smuggling vulnerability affecting the llhttp parser in the Node.js http module. The llhttp parser in versions prior to v14.20.1, v16.17.1, and v18.9.1 does not strictly enforce the use of CRLF (Carriage Return Line Feed) sequences to delimit HTTP requests. This improper parsing behavior can be exploited to perform HTTP Request Smuggling (HRS) attacks, allowing attackers to bypass security controls, poison web caches, and hijack user sessions.

Critical Impact

Attackers can exploit this vulnerability to smuggle malicious HTTP requests through intermediary proxies or load balancers, potentially bypassing security controls and compromising backend server integrity.

Affected Products

  • Node.js versions prior to v14.20.1 (LTS)
  • Node.js versions prior to v16.17.1 (LTS)
  • Node.js versions prior to v18.9.1
  • llhttp parser (embedded in Node.js)
  • Debian Linux 11.0
  • Stormshield Management Center

Discovery Timeline

  • 2022-07-14 - CVE-2022-32214 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-32214

Vulnerability Analysis

This vulnerability resides in the llhttp HTTP parser library used by Node.js to process incoming HTTP requests. The core issue is that the parser does not strictly require CRLF (\r\n) sequences to delimit HTTP request headers and bodies. According to RFC 7230, HTTP/1.1 message parsing should strictly use CRLF as the line terminator. When this requirement is not enforced, the parser may accept alternative delimiters such as a standalone LF (\n) character.

This parsing discrepancy creates an opportunity for HTTP Request Smuggling attacks when Node.js applications sit behind reverse proxies, load balancers, or web application firewalls that interpret HTTP requests differently. The vulnerability is classified under CWE-444 (Inconsistent Interpretation of HTTP Requests).

Root Cause

The root cause lies in the llhttp parser's lenient acceptance of non-standard line delimiters in HTTP request parsing. The parser was designed to be flexible in handling various HTTP request formats, but this flexibility violates strict HTTP/1.1 specifications. When front-end and back-end servers interpret the same HTTP stream differently due to delimiter handling inconsistencies, request boundaries become ambiguous, enabling smuggling attacks.

Attack Vector

HTTP Request Smuggling attacks exploiting this vulnerability occur over the network and require no authentication or user interaction. An attacker crafts a malicious HTTP request that contains ambiguous delimiters. When this request passes through a chain of servers (e.g., a reverse proxy forwarding to a Node.js backend), each server may interpret the request boundaries differently.

The attack typically works as follows: The front-end proxy sees one complete request and forwards it to the backend. However, the Node.js backend, due to its lenient parsing, interprets the data as containing multiple requests. The "smuggled" second request can then be processed in the context of another user's connection, enabling session hijacking, cache poisoning, or security control bypass.

For detailed technical analysis of the vulnerability mechanism, see the HackerOne Report #1524692 and the Node.js Security Advisory.

Detection Methods for CVE-2022-32214

Indicators of Compromise

  • Unusual HTTP request patterns with non-standard line terminators (single LF instead of CRLF)
  • Anomalous request splitting observed in proxy or WAF logs
  • Unexpected request routing or cache behavior indicating smuggled requests
  • Backend servers processing requests that don't appear in front-end access logs

Detection Strategies

  • Deploy deep packet inspection to detect HTTP requests with inconsistent line delimiters
  • Implement request integrity validation at both proxy and application layers
  • Configure WAF rules to reject HTTP requests that do not strictly conform to RFC 7230
  • Enable detailed logging on both front-end proxies and Node.js backends to correlate request patterns

Monitoring Recommendations

  • Monitor for request desynchronization between proxy logs and application server logs
  • Set up alerts for unusual cache poisoning indicators or unexpected response variations
  • Track Node.js application version inventories to identify unpatched instances
  • Review access patterns for signs of session hijacking or unauthorized data access

How to Mitigate CVE-2022-32214

Immediate Actions Required

  • Upgrade Node.js to version 14.20.1, 16.17.1, or 18.9.1 or later immediately
  • Audit all production systems running Node.js to verify current versions
  • Review proxy and load balancer configurations to ensure strict HTTP parsing
  • Implement additional request validation at the application layer as a defense-in-depth measure

Patch Information

Node.js released security patches addressing this vulnerability in July 2022. The fixed versions include:

  • Node.js v14.20.1 (LTS Fermium)
  • Node.js v16.17.1 (LTS Gallium)
  • Node.js v18.9.1 (Current)

For complete details, refer to the Node.js July 2022 Security Releases. Debian users should apply the patches from DSA-5326.

Workarounds

  • Configure front-end proxies to normalize HTTP requests and strictly enforce CRLF delimiters before forwarding
  • Implement strict Content-Length validation and reject requests with ambiguous headers
  • Deploy a WAF with HTTP Request Smuggling detection capabilities as an interim protection layer
  • Consider temporarily disabling HTTP/1.1 keep-alive connections to reduce smuggling attack surface
bash
# Verify Node.js version and upgrade if necessary
node --version
# If version is below 14.20.1, 16.17.1, or 18.9.1, upgrade:
# Using nvm (Node Version Manager):
nvm install 18.9.1
nvm use 18.9.1
# Or using package manager (Debian/Ubuntu):
sudo apt update && sudo apt upgrade nodejs

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechLlhttp

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability45.84%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-444
  • Technical References
  • HackerOne Report #1524692

  • Debian Security Advisory DSA-5326
  • Vendor Resources
  • Node.js Vulnerability Blog Post
  • Related CVEs
  • CVE-2021-22959: Llhttp HTTP Request Smuggling 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