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

CVE-2026-40910: frp Reverse Proxy Auth Bypass Vulnerability

CVE-2026-40910 is an authentication bypass flaw in frp reverse proxy affecting versions 0.43.0 to 0.68.0. Attackers can exploit HTTP vhost routing to bypass access controls. This article covers technical details, impact, and mitigation.

Published: April 23, 2026

CVE-2026-40910 Overview

CVE-2026-40910 is an authentication bypass vulnerability in frp (fast reverse proxy), affecting versions 0.43.0 through 0.68.0. The vulnerability exists in the HTTP vhost routing path when the routeByHTTPUser feature is used as part of access control. Due to inconsistent credential handling between routing and authorization logic, an attacker can bypass authentication and access protected backends.

Critical Impact

Attackers who can reach the HTTP vhost entrypoint and know or guess the protected routeByHTTPUser value may access backends protected by httpUser / httpPassword authentication, even when providing incorrect credentials.

Affected Products

  • frp versions 0.43.0 to 0.68.0
  • Deployments explicitly using the routeByHTTPUser feature
  • HTTP vhost configurations with httpUser / httpPassword protection

Discovery Timeline

  • 2026-04-21 - CVE CVE-2026-40910 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-40910

Vulnerability Analysis

This authentication bypass (CWE-287) stems from a logic flaw in how frp processes authentication credentials in proxy-style HTTP requests. The routing subsystem and the access control subsystem examine different HTTP headers to make their respective decisions, creating a security gap that allows attackers to circumvent authentication mechanisms.

In proxy-style requests, the routing logic examines the Proxy-Authorization header to determine which routeByHTTPUser backend should handle the request. However, the access control check—which validates whether the user should have access to the protected resource—uses credentials from the standard Authorization header instead.

This architectural inconsistency means an attacker can craft a request with a valid (or guessed) routeByHTTPUser value in the Proxy-Authorization header to select the target backend, while providing no valid credentials in the Authorization header that the access control system validates. Since these two components operate independently without cross-validation, the request is routed to the protected backend without proper authentication enforcement.

Root Cause

The root cause is an inconsistent credential evaluation between two separate code paths in the HTTP vhost routing mechanism. The routing decision uses credentials from Proxy-Authorization while access control validation uses credentials from Authorization, creating a split-brain authentication scenario where neither component has full visibility into the authentication state.

Attack Vector

The attack requires network access to the HTTP vhost entrypoint and knowledge (or ability to guess) the routeByHTTPUser value. An attacker constructs a proxy-style HTTP request with the target routeByHTTPUser value in the Proxy-Authorization header while leaving the Authorization header empty or containing invalid credentials. The routing logic routes the request to the intended backend based on Proxy-Authorization, but the access control check against Authorization fails to properly enforce authentication, resulting in unauthorized access.

This vulnerability does not affect ordinary HTTP proxy configurations that do not utilize the routeByHTTPUser feature. For technical details and remediation guidance, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-40910

Indicators of Compromise

  • HTTP requests containing Proxy-Authorization headers with valid routeByHTTPUser values but invalid or missing passwords
  • Successful access to routeByHTTPUser-protected backends without corresponding valid Authorization credentials
  • Unusual access patterns to protected endpoints from unexpected IP addresses

Detection Strategies

  • Monitor HTTP access logs for requests to protected backends that contain Proxy-Authorization without valid Authorization credentials
  • Implement web application firewall (WAF) rules to detect requests with mismatched or suspicious authentication header combinations
  • Review access logs for successful requests to httpUser/httpPassword-protected resources that lack valid authentication tokens

Monitoring Recommendations

  • Enable verbose logging for frp HTTP vhost routing to capture all authentication-related events
  • Set up alerting for access to protected backends where authentication validation failures are followed by successful access
  • Audit all routeByHTTPUser configurations and monitor associated endpoints for unauthorized access attempts

How to Mitigate CVE-2026-40910

Immediate Actions Required

  • Upgrade frp to version 0.68.1 or later immediately
  • Review all configurations using routeByHTTPUser and temporarily disable the feature if patching is not immediately possible
  • Implement network-level access controls to restrict access to HTTP vhost entrypoints to trusted sources only

Patch Information

The vulnerability is fixed in frp version 0.68.1. Organizations should upgrade to this version or later to remediate the authentication bypass. Refer to the GitHub Security Advisory for detailed patch information and upgrade guidance.

Workarounds

  • Temporarily disable the routeByHTTPUser feature if the upgrade cannot be applied immediately
  • Implement additional authentication layers upstream of frp, such as mutual TLS or IP-based access controls
  • Use network segmentation to limit exposure of HTTP vhost entrypoints to trusted networks only
bash
# Configuration example: Disable routeByHTTPUser temporarily
# In your frpc.toml configuration, comment out or remove routeByHTTPUser settings
# Example frpc.toml - remove the routeByHTTPUser line
# [web]
# type = http
# local_port = 8080
# custom_domains = example.com
# # routeByHTTPUser = admin  # Comment out until patched

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFrp

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-287
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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