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-2026-25748

CVE-2026-25748: authentik Auth Bypass Vulnerability

CVE-2026-25748 is an authentication bypass vulnerability in authentik's Proxy Provider that allows attackers to circumvent authentication when using forward auth with Traefik or Caddy. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 13, 2026

CVE-2026-25748 Overview

CVE-2026-25748 is an authentication bypass vulnerability in authentik, an open-source identity provider. Prior to versions 2025.10.4 and 2025.12.4, attackers could bypass authentication when using forward authentication in the authentik Proxy Provider in conjunction with Traefik or Caddy reverse proxies. By crafting a malformed cookie, an attacker could circumvent the authentication mechanism, causing the X-Authentik-* headers to not be set, potentially granting unauthorized access to protected applications.

Critical Impact

This authentication bypass vulnerability allows unauthenticated attackers to gain access to protected resources by exploiting improper cookie handling in forward authentication scenarios with specific reverse proxy configurations.

Affected Products

  • authentik versions prior to 2025.10.4
  • authentik versions prior to 2025.12.4
  • Deployments using authentik Proxy Provider with Traefik or Caddy reverse proxies

Discovery Timeline

  • 2026-02-12 - CVE CVE-2026-25748 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2026-25748

Vulnerability Analysis

This vulnerability (CWE-287: Improper Authentication) exists in authentik's forward authentication implementation when used with Traefik or Caddy reverse proxies. The core issue lies in how authentik's Proxy Provider processes authentication cookies before forwarding requests to backend applications.

When a user authenticates through authentik, the system sets specific X-Authentik-* headers that downstream applications rely on to verify user identity and authorization. However, when a malformed cookie is submitted to the authentication endpoint, the validation logic fails silently rather than rejecting the request outright. This results in the authentication headers not being populated, yet the request still proceeds to the backend application.

The vulnerability is particularly dangerous because many applications that integrate with authentik trust the presence or absence of these headers to make authorization decisions. An attacker who understands this behavior can craft requests that bypass the identity provider entirely.

Root Cause

The root cause stems from inadequate input validation in the cookie parsing logic within the Proxy Provider's forward authentication handler. When encountering malformed cookie data, the authentication module fails to properly reject the request and instead allows it to pass through without setting the expected authentication headers. This is a classic example of improper authentication handling where the system fails open rather than failing closed.

Attack Vector

This vulnerability is exploitable over the network without requiring authentication or user interaction. An attacker can target any application protected by an affected authentik deployment that uses forward authentication with Traefik or Caddy.

The attack flow involves:

  1. Identifying a target application protected by authentik's forward authentication
  2. Crafting a specially malformed cookie value designed to trigger the parsing failure
  3. Sending requests to the protected application with the malformed cookie
  4. Bypassing authentication as the X-Authentik-* headers are not set, potentially gaining unauthorized access

The vulnerability allows attackers to access confidential information from protected applications, though it does not directly enable modification of data or cause denial of service to the authentication system itself.

Detection Methods for CVE-2026-25748

Indicators of Compromise

  • Requests to protected applications with abnormal or malformed cookie values in the authentik_session cookie
  • Application access logs showing successful requests without corresponding authentik authentication events
  • Missing X-Authentik-* headers in requests that should have been authenticated
  • Unusual patterns of access to protected resources from unauthenticated sessions

Detection Strategies

  • Implement logging correlation between authentik authentication logs and downstream application access logs to identify discrepancies
  • Monitor for requests reaching backend applications that lack expected X-Authentik-* headers
  • Deploy web application firewalls (WAF) rules to detect and alert on malformed cookie patterns
  • Enable verbose logging in both authentik and reverse proxy configurations to capture authentication flow anomalies

Monitoring Recommendations

  • Configure alerting for authentication bypass patterns where backend access occurs without corresponding authentik session validation
  • Implement anomaly detection for access patterns that deviate from normal authenticated user behavior
  • Review access logs for protected applications to identify requests with missing identity headers
  • Monitor authentik error logs for cookie parsing failures or authentication processing errors

How to Mitigate CVE-2026-25748

Immediate Actions Required

  • Upgrade authentik to version 2025.10.4 or 2025.12.4 immediately
  • Audit access logs for protected applications to identify any potential unauthorized access attempts
  • Review application-level authorization logic to ensure it properly handles missing authentication headers
  • Temporarily implement additional authentication layers if upgrade cannot be performed immediately

Patch Information

The vulnerability has been fixed in authentik versions 2025.10.4 and 2025.12.4. Organizations should upgrade to these versions or later to remediate the vulnerability. For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-fj56-5763-j8pp.

Release notes and upgrade instructions are available at:

  • authentik version 2025.10.4
  • authentik version 2025.12.4

Workarounds

  • Configure backend applications to require and validate X-Authentik-* headers, rejecting requests where these headers are missing
  • Implement additional reverse proxy rules to reject requests with malformed or suspicious cookie values
  • Add network-level access controls to limit exposure of protected applications while awaiting the patch
  • Consider temporarily switching to alternative authentication methods such as OIDC or SAML that don't rely on forward authentication
bash
# Example Traefik middleware to require X-Authentik-Username header
# Add to your Traefik configuration as a temporary mitigation
# Note: This is a workaround - upgrading authentik is the recommended fix

# traefik.yml or docker-compose labels
labels:
  - "traefik.http.middlewares.require-auth-header.headers.customrequestheaders.X-Authentik-Username-Required=true"
  - "traefik.http.routers.protected-app.middlewares=require-auth-header@docker"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechAuthentik

  • SeverityHIGH

  • CVSS Score8.6

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-287
  • Technical References
  • GitHub Release v2025.10.4

  • GitHub Release v2025.12.4

  • GitHub Security Advisory GHSA-fj56-5763-j8pp
  • Related CVEs
  • CVE-2026-25922: authentik SAML Auth Bypass Vulnerability

  • CVE-2026-25227: authentik Identity Provider RCE 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