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-2025-46557

CVE-2025-46557: XWiki Authentication Bypass Vulnerability

CVE-2025-46557 is an authentication bypass vulnerability in XWiki that allows unauthorized users to switch authenticators and potentially disrupt SSO configurations. This article covers technical details, affected versions, and patches.

Published: April 1, 2026

CVE-2025-46557 Overview

CVE-2025-46557 is a Missing Authorization vulnerability (CWE-862) in XWiki, a generic wiki platform. This vulnerability allows unauthorized users to access the authentication administration page and potentially switch the active authenticator, which could lead to authentication bypass or denial of service conditions.

In vulnerable versions, any user who can access pages located in the XWiki space (by default, anyone) can access the page XWiki.Authentication.Administration and, unless an authenticator is explicitly set in xwiki.cfg, switch to another installed authenticator. This broken access control condition enables attackers to manipulate the authentication mechanism of the entire XWiki installation.

Critical Impact

Unauthorized access to authentication configuration could allow attackers to disable SSO authentication, potentially locking out legitimate users or enabling authentication bypass scenarios.

Affected Products

  • XWiki versions 15.3-rc-1 to before 15.10.14
  • XWiki versions 16.0.0-rc-1 to before 16.4.6
  • XWiki versions 16.5.0-rc-1 to before 16.10.0-rc-1

Discovery Timeline

  • 2025-04-30 - CVE-2025-46557 published to NVD
  • 2025-09-03 - Last updated in NVD database

Technical Details for CVE-2025-46557

Vulnerability Analysis

This vulnerability stems from a missing authorization check on the XWiki.Authentication.Administration page. The page, which controls the active authenticator for the entire XWiki instance, fails to verify whether the accessing user has administrative privileges before allowing configuration changes.

The practical impact depends on the XWiki deployment configuration. By default, XWiki ships with only the Standard XWiki Authenticator, limiting exploitation potential. However, in environments where SSO authenticators such as OIDC or LDAP are installed and actively used, an attacker can switch back to the standard authenticator. This effectively breaks authentication for users who don't have stored passwords in XWiki, as SSO-authenticated users typically rely on external identity providers rather than local credentials.

The attack is particularly impactful in enterprise environments where LDAP or OIDC authentication is the primary access method. Switching authenticators could result in a denial-of-service condition where legitimate users cannot log in, or in some configurations, could enable unauthorized access if the standard authenticator accepts weaker credentials.

Root Cause

The root cause is a missing authorization check (CWE-862) on the XWiki.Authentication.Administration page. The page grants access to authentication configuration functionality without verifying that the requesting user has appropriate administrative privileges. By default, pages in the XWiki space are accessible to all users, making this sensitive configuration page available to anyone who can access the wiki.

Attack Vector

The attack is network-based and requires no authentication. An attacker can directly navigate to XWiki.Authentication.Administration and modify the authenticator configuration. The attack flow involves:

  1. Accessing the XWiki instance as an unauthenticated or low-privileged user
  2. Navigating directly to the XWiki.Authentication.Administration page
  3. Selecting a different authenticator from the available options
  4. Saving the configuration to switch the active authentication mechanism

This vulnerability does not require user interaction and can be exploited remotely. The attack complexity is low when alternative authenticators are installed, though exploitation requires the presence of multiple authenticator options.

Detection Methods for CVE-2025-46557

Indicators of Compromise

  • Unexpected changes to the active authenticator in XWiki configuration
  • Access logs showing requests to XWiki.Authentication.Administration from non-administrative users
  • Sudden authentication failures for users relying on SSO (OIDC, LDAP)
  • Configuration audit logs indicating authenticator changes by unauthorized accounts

Detection Strategies

  • Monitor web server access logs for requests to /xwiki/bin/view/XWiki/Authentication/Administration from suspicious sources
  • Implement alerting for configuration changes to the authentication subsystem
  • Review XWiki audit logs for unauthorized access to administration pages
  • Deploy web application firewall rules to restrict access to sensitive XWiki administrative pages

Monitoring Recommendations

  • Enable verbose logging for XWiki authentication-related configuration changes
  • Set up alerts for any modifications to the xwiki.cfg authenticator settings
  • Monitor for sudden spikes in authentication failures that may indicate authenticator switching
  • Regularly audit user access to pages in the XWiki administrative namespace

How to Mitigate CVE-2025-46557

Immediate Actions Required

  • Upgrade to XWiki version 15.10.14, 16.4.6, or 16.10.0-rc-1 or later immediately
  • Review access logs to determine if the XWiki.Authentication.Administration page has been accessed by unauthorized users
  • Verify the current authenticator configuration matches expected settings
  • If SSO is in use, confirm it is still the active authenticator

Patch Information

XWiki has released patches addressing this vulnerability. The fix is included in versions 15.10.14, 16.4.6, and 16.10.0-rc-1. The patch implements proper authorization checks to ensure only administrators can access and modify authentication configuration.

For detailed patch information, see:

  • GitHub Commit Change
  • GitHub Security Advisory
  • XWiki Issue Tracker Report

Workarounds

  • Restrict access to the XWiki.Authentication.Administration page by modifying page permissions to allow only administrators
  • Explicitly set the authenticator in xwiki.cfg to prevent runtime switching
  • Use a reverse proxy or web application firewall to block access to sensitive administrative pages from untrusted sources
  • If upgrading is not immediately possible, temporarily disable or remove additional authenticator extensions until the patch can be applied
bash
# Configuration example: Restrict authenticator in xwiki.cfg
# Add or modify the following line to lock the authenticator
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechXwiki

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.37%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • Vendor Resources
  • GitHub Commit Change

  • GitHub Security Advisory

  • XWiki Issue Tracker Report
  • Related CVEs
  • CVE-2025-29926: XWiki Platform Auth Bypass Vulnerability

  • CVE-2026-33229: XWiki Platform RCE Vulnerability

  • CVE-2025-66024: XWiki Blog Application XSS Vulnerability

  • CVE-2026-26000: XWiki Platform XSS 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