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-6994

CVE-2026-6994: Envoy Query Parameter Injection RCE Flaw

CVE-2026-6994 is a remote code execution vulnerability in Envoy up to version 1.33.0 affecting the Query Parameter Handler. Attackers can exploit this injection flaw remotely. This article covers technical details, impact, and patches.

Published: April 30, 2026

CVE-2026-6994 Overview

A query parameter injection vulnerability has been identified in Envoy proxy up to version 1.33.0. The vulnerability exists in the params.add function within the file source/extensions/filters/http/header_mutation/header_mutation.cc, which is part of the Query Parameter Handler component. This weakness allows attackers to manipulate query parameters in a way that results in injection attacks. The vulnerability can be exploited remotely over the network, making it a significant concern for organizations running affected Envoy deployments.

Critical Impact

Remote attackers can exploit this injection vulnerability (CWE-74) in Envoy's Query Parameter Handler to manipulate HTTP requests, potentially leading to unauthorized data access or request manipulation in service mesh environments.

Affected Products

  • Envoy versions up to 1.33.0
  • Envoy deployments using the Header Mutation HTTP filter
  • Service mesh implementations utilizing affected Envoy proxy versions

Discovery Timeline

  • April 25, 2026 - CVE-2026-6994 published to NVD
  • April 27, 2026 - Last updated in NVD database

Technical Details for CVE-2026-6994

Vulnerability Analysis

This vulnerability is classified as an Injection vulnerability (CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component). The flaw resides in Envoy's HTTP Header Mutation filter, specifically in how the params.add function handles query parameter processing.

When query parameters are processed through the Header Mutation filter, insufficient validation or sanitization allows specially crafted input to be injected into the request processing pipeline. This can enable attackers to manipulate the behavior of downstream components that consume these parameters. The network-based attack vector means exploitation can occur remotely without requiring local access to the target system.

The vulnerability affects the header mutation extension, which is commonly used in service mesh configurations to modify HTTP headers and query parameters as requests flow through the Envoy proxy.

Root Cause

The root cause of this vulnerability lies in improper input neutralization within the params.add function in source/extensions/filters/http/header_mutation/header_mutation.cc. The function fails to adequately sanitize or validate user-controlled input before incorporating it into query parameter processing, allowing injection of malicious content.

Attack Vector

The attack vector is network-based, allowing remote exploitation. An attacker can craft malicious HTTP requests containing specially formatted query parameters that, when processed by the vulnerable Header Mutation filter, result in injection attacks. The exploitation requires low privileges and no user interaction, making it relatively straightforward for authenticated attackers to exploit.

The vulnerability manifests when the Header Mutation filter processes incoming requests. Attackers can inject malicious content through query parameters that bypass proper sanitization. For detailed technical analysis, refer to the GitHub Pull Request Discussion and GitHub Commit Changes.

Detection Methods for CVE-2026-6994

Indicators of Compromise

  • Unusual query parameter patterns in HTTP requests passing through Envoy proxies
  • Anomalous characters or escape sequences in query string parameters
  • Unexpected behavior in downstream services processing requests from Envoy
  • Log entries showing malformed or suspicious query parameter values in Header Mutation filter processing

Detection Strategies

  • Monitor Envoy access logs for requests with abnormal query parameter patterns or injection signatures
  • Implement Web Application Firewall (WAF) rules to detect common injection payloads in query strings
  • Deploy network intrusion detection systems (NIDS) with rules targeting injection attempts in HTTP traffic
  • Review Envoy configuration to identify deployments using the Header Mutation HTTP filter extension

Monitoring Recommendations

  • Enable verbose logging for the Header Mutation filter to capture detailed request processing information
  • Set up alerting for unusual patterns in query parameter handling across Envoy proxy instances
  • Monitor for increased error rates or unexpected responses from services behind affected Envoy deployments
  • Implement continuous security monitoring using SentinelOne Singularity platform to detect exploitation attempts

How to Mitigate CVE-2026-6994

Immediate Actions Required

  • Identify all Envoy proxy instances running versions up to 1.33.0 in your environment
  • Review configurations to determine which deployments utilize the Header Mutation HTTP filter
  • Plan and schedule patching activities to apply the security fix
  • Consider implementing additional input validation at the application layer as a defense-in-depth measure

Patch Information

A patch has been released to address this vulnerability. The fix is identified by commit hash f8f4f1e02fdc64ecd4acf2d903208dd7285ad3a4. Organizations should update their Envoy deployments to incorporate this security patch. The patch details can be reviewed at the GitHub Commit Changes page. Additional context on the fix is available in the GitHub Pull Request Discussion.

Workarounds

  • Disable the Header Mutation HTTP filter if it is not essential for your deployment
  • Implement upstream input validation to sanitize query parameters before they reach Envoy
  • Deploy a Web Application Firewall (WAF) in front of Envoy to filter potentially malicious requests
  • Use network segmentation to limit exposure of vulnerable Envoy instances to untrusted networks
bash
# Configuration example - Disable Header Mutation filter temporarily
# In envoy.yaml, comment out or remove the header_mutation filter
# from the http_filters section until patching is complete

# Example filter chain modification:
# http_filters:
#   # - name: envoy.filters.http.header_mutation  # Temporarily disabled
#   - name: envoy.filters.http.router
#     typed_config:
#       "@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechEnvoy

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-74
  • Technical References
  • GitHub Commit Changes

  • GitHub Pull Request Discussion

  • VulDB Submission #797241

  • VulDB Vulnerability #359546

  • VulDB CTI for #359546
  • Related CVEs
  • CVE-2026-41246: Contour Kubernetes Ingress RCE Vulnerability

  • CVE-2026-26308: Envoyproxy Envoy Auth Bypass Vulnerability

  • CVE-2026-26309: Envoyproxy Envoy Buffer Overflow Flaw

  • CVE-2026-22771: Envoy Gateway Information Disclosure Flaw
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