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

CVE-2025-29926: XWiki Platform Auth Bypass Vulnerability

CVE-2025-29926 is an authentication bypass vulnerability in XWiki Platform that allows unauthorized users to exploit the WikiManager REST API to create wikis and gain admin privileges. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 11, 2026

CVE-2025-29926 Overview

CVE-2025-29926 is an authorization bypass vulnerability in the XWiki Platform's WikiManager REST API that allows any user to create a new wiki instance with administrative privileges. This flaw stems from missing authorization checks in the REST API endpoints, enabling attackers to escalate their privileges and perform unauthorized operations across the entire XWiki farm environment.

Critical Impact

Any authenticated user can exploit this vulnerability to become a wiki administrator, potentially compromising the entire XWiki farm installation through subsequent attacks.

Affected Products

  • XWiki Platform versions prior to 15.10.15
  • XWiki Platform versions 16.0.0 through 16.4.5
  • XWiki Platform versions 16.5.0 through 16.9.x

Discovery Timeline

  • 2025-03-19 - CVE-2025-29926 published to NVD
  • 2025-05-13 - Last updated in NVD database

Technical Details for CVE-2025-29926

Vulnerability Analysis

This vulnerability affects the WikiManager REST API component, which is an optional extension for XWiki Platform that must be manually installed through the extension manager. The core issue lies in missing authorization controls (CWE-862) and improper authorization implementation (CWE-285) within the REST API endpoints responsible for wiki creation and management.

When exploited, an attacker with any level of authentication can invoke the WikiManager REST API to create a new wiki instance. During this creation process, the attacker is automatically granted administrative privileges on the newly created wiki. This administrative access can then be leveraged as a foothold for further attacks against the XWiki farm, including accessing sensitive data across wikis, modifying configurations, or exploiting other vulnerabilities that require elevated privileges.

The attack is particularly concerning because it transforms a low-privileged user into an administrator without proper authorization checks, violating the principle of least privilege.

Root Cause

The root cause of CVE-2025-29926 is the absence of proper authorization checks in the WikiManager REST API. The API endpoints responsible for wiki creation do not verify whether the requesting user has the necessary permissions to perform such operations. This missing access control allows any authenticated user to exercise functionality that should be restricted to administrators only.

Attack Vector

The vulnerability is exploitable over the network without user interaction. An attacker needs only basic authentication to the XWiki platform to exploit this flaw. The attack flow involves:

  1. Authenticating to the XWiki platform with any valid user credentials
  2. Sending a crafted REST API request to the WikiManager endpoint to create a new wiki
  3. Obtaining administrative privileges on the newly created wiki instance
  4. Using the elevated privileges to conduct further attacks on the XWiki farm

The vulnerability mechanism involves REST API endpoints that accept wiki creation requests without validating the caller's authorization level. When a request is received, the API processes it and grants the requesting user administrative rights on the new wiki, regardless of their original permission level. For technical implementation details, refer to the GitHub Security Advisory.

Detection Methods for CVE-2025-29926

Indicators of Compromise

  • Unexpected creation of new wiki instances by non-administrator users
  • Audit logs showing REST API calls to WikiManager endpoints from unauthorized accounts
  • Users gaining administrative privileges without proper authorization workflows
  • Unusual activity patterns in wiki creation logs originating from low-privileged accounts

Detection Strategies

  • Monitor REST API access logs for calls to WikiManager endpoints by non-administrator users
  • Implement alerting for wiki creation events triggered by users without admin privileges
  • Review user permission changes and escalations across the XWiki farm environment
  • Deploy application-layer firewalls to detect and block unauthorized WikiManager API requests

Monitoring Recommendations

  • Enable verbose logging for the WikiManager REST API component
  • Configure alerts for any wiki creation events that deviate from normal administrative workflows
  • Regularly audit the list of wikis and their associated administrators for unauthorized entries
  • Monitor for suspicious patterns of privilege escalation across the XWiki deployment

How to Mitigate CVE-2025-29926

Immediate Actions Required

  • Upgrade XWiki Platform to version 15.10.15, 16.4.6, or 16.10.0 or later immediately
  • If immediate upgrade is not possible, consider temporarily disabling or removing the WikiManager REST API extension
  • Audit existing wikis for unauthorized instances created by non-administrator users
  • Review and revoke any suspicious administrative privileges granted through this vulnerability

Patch Information

The vulnerability has been patched in XWiki Platform versions 15.10.15, 16.4.6, and 16.10.0. The fix implements proper authorization checks in the WikiManager REST API to ensure only users with appropriate permissions can create new wikis. The patch commit is available at the GitHub Commit Changes page. Additional details are tracked in XWiki Jira Issue XWIKI-22490.

Workarounds

  • Temporarily disable or uninstall the WikiManager REST API extension if not required for operations
  • Implement network-level access controls to restrict access to the WikiManager REST API endpoints
  • Configure reverse proxy rules to block unauthorized requests to WikiManager API paths
  • Enforce strict authentication requirements and limit user account creation until patching is complete
bash
# Example: Disable WikiManager REST API through XWiki Extension Manager
# Navigate to: Administration > Extensions > Installed Extensions
# Find "WikiManager REST API" and click "Uninstall"

# Alternative: Block WikiManager API at reverse proxy level (nginx example)
location ~ ^/xwiki/rest/wikis {
    # Only allow access from trusted admin IP addresses
    allow 10.0.0.0/8;
    deny all;
}

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 Score7.9

  • EPSS Probability1.50%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:H/SI:H/SA:H/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-285

  • CWE-862
  • Vendor Resources
  • GitHub Commit Changes

  • GitHub Security Advisory

  • XWiki Jira Issue XWIKI-22490
  • Related CVEs
  • CVE-2025-46557: XWiki Authentication Bypass Vulnerability

  • CVE-2026-40104: XWiki Platform DoS Vulnerability

  • CVE-2026-40105: XWiki Platform XSS Vulnerability

  • CVE-2026-33229: XWiki Platform RCE 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