Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-33525

CVE-2026-33525: Authelia Authentication Server XSS Flaw

CVE-2026-33525 is a cross-site scripting vulnerability in Authelia authentication server that allows JavaScript injection into the login page. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33525 Overview

CVE-2026-33525 is a Cross-Site Scripting (XSS) vulnerability in Authelia, an open-source authentication and authorization server that provides two-factor authentication and single sign-on (SSO) for applications via a web portal. In version 4.39.15, an attacker may potentially inject JavaScript into the Authelia login page if several conditions are met simultaneously. The vulnerability stems from insufficient neutralization of the language cookie value when rendering the HTML template.

Critical Impact

While classified as low severity, this XSS vulnerability could potentially allow attackers to execute malicious JavaScript in the context of authenticated user sessions if Content Security Policy (CSP) protections have been deliberately weakened or removed.

Affected Products

  • Authelia version 4.39.15
  • Installations with modified script-src CSP directive
  • Installations with modified connect-src CSP directive

Discovery Timeline

  • 2026-03-26 - CVE-2026-33525 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33525

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting (XSS). The root issue lies in how Authelia processes the language cookie value during HTML template rendering on the login page. When this cookie value is not properly sanitized, an attacker can craft a malicious cookie payload that injects JavaScript code into the rendered page.

However, exploitation requires specific conditions to be met. The default Authelia Content Security Policy configuration makes exploitation completely impossible. An attacker would need to identify both a vulnerable Authelia instance and understand the secondary application configuration, which significantly increases the difficulty of successful exploitation.

Root Cause

The vulnerability is caused by the lack of neutralization of the language cookie value when rendering the HTML template. When Authelia processes user requests and builds the login page, it incorporates the language preference from the cookie without adequate input validation or output encoding. This allows specially crafted cookie values containing JavaScript payloads to be reflected directly into the page's HTML content.

Attack Vector

The attack requires adjacent network access and involves multiple prerequisites for successful exploitation:

  1. The target Authelia installation must be running version 4.39.15
  2. The administrator must have modified the default Content Security Policy, specifically weakening both the script-src and connect-src directives
  3. The attacker must be able to set or manipulate the victim's language cookie
  4. User interaction is required for the attack to succeed

The vulnerability is difficult to fingerprint due to Authelia's design, though not impossible. Identifying vulnerable secondary application configurations presents an additional challenge for attackers.

The attack mechanism involves crafting a malicious language cookie value containing JavaScript code that bypasses weakened CSP protections. When the victim's browser loads the Authelia login page, the unsanitized cookie value is rendered into the HTML, causing the malicious script to execute. For technical details, see the GitHub Security Advisory.

Detection Methods for CVE-2026-33525

Indicators of Compromise

  • Unusual or malformed values in the language cookie containing script tags or JavaScript event handlers
  • Unexpected JavaScript execution attempts blocked by Content Security Policy in browser console logs
  • Anomalous HTTP requests to the Authelia login page with suspicious cookie headers

Detection Strategies

  • Monitor web application firewall (WAF) logs for XSS patterns in cookie headers targeting Authelia endpoints
  • Implement browser-side CSP violation reporting to detect exploitation attempts
  • Review Authelia access logs for unusual patterns in requests to the login page with malformed language cookie values

Monitoring Recommendations

  • Enable CSP violation reporting by configuring the report-uri or report-to directive in your Content Security Policy
  • Monitor authentication logs for anomalous login page access patterns
  • Implement alerting on any modifications to CSP configuration in your reverse proxy or Authelia settings

How to Mitigate CVE-2026-33525

Immediate Actions Required

  • Verify your Authelia installation is not running version 4.39.15
  • Review your Content Security Policy configuration to ensure default protections are in place
  • Audit any customizations made to script-src and connect-src directives
  • Upgrade to Authelia version 4.39.16 or downgrade to version 4.39.14

Patch Information

The Authelia development team has addressed this vulnerability in version 4.39.16. Users should upgrade to this version to receive the security fix. Alternatively, users can downgrade to version 4.39.14, which does not contain the vulnerable code. For complete patch details and upgrade instructions, refer to the GitHub Security Advisory.

Workarounds

  • Ensure the default Content Security Policy remains intact and unmodified
  • Do not remove or weaken the script-src directive in your CSP configuration
  • Avoid using unsafe-inline or unsafe-eval in Content Security Policy directives
  • The overwhelming majority of installations are not affected and no workarounds are necessary if default CSP is maintained
bash
# Verify Authelia version and upgrade
docker pull authelia/authelia:4.39.16
# Or using package manager
apt update && apt install authelia=4.39.16

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechAuthelia

  • SeverityLOW

  • CVSS Score0.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:H/AT:P/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N/E:U/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
  • ConfidentialityHigh
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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