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
    • 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-32429

CVE-2025-32429: XWiki Platform SQL Injection Vulnerability

CVE-2025-32429 is a SQL injection vulnerability in XWiki Platform that allows attackers to inject malicious SQL through the sort parameter. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-32429 Overview

CVE-2025-32429 is a critical SQL Injection vulnerability affecting XWiki Platform, a popular open-source wiki platform that provides runtime services for applications built on top of it. The vulnerability exists in the getdeleteddocuments.vm template, where the sort parameter is directly injected into SQL queries as an ORDER BY value without proper sanitization or validation. This allows unauthenticated attackers to execute arbitrary SQL commands against the underlying database.

Critical Impact

Unauthenticated attackers can exploit this SQL injection vulnerability to read, modify, or delete sensitive data from the XWiki database, potentially leading to complete database compromise and unauthorized access to wiki content.

Affected Products

  • XWiki Platform versions 9.4-rc-1 through 16.10.5
  • XWiki Platform versions 17.0.0-rc-1 through 17.2.2

Discovery Timeline

  • 2025-07-24 - CVE-2025-32429 published to NVD
  • 2025-09-03 - Last updated in NVD database

Technical Details for CVE-2025-32429

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) affects the XWiki Platform's deleted documents functionality. The vulnerability stems from improper handling of user-supplied input in the getdeleteddocuments.vm template file. When users interact with the deleted documents feature, the sort parameter is passed directly to the SQL query's ORDER BY clause without any input validation, sanitization, or parameterized query implementation.

The attack can be executed remotely over the network without requiring any authentication or user interaction. Successful exploitation allows attackers to manipulate database queries, potentially extracting sensitive information, modifying data, or escalating privileges within the XWiki application. Given that XWiki installations often contain sensitive organizational knowledge and user data, the impact of this vulnerability can be severe.

Root Cause

The root cause of this vulnerability is the direct concatenation of user-controlled input into SQL queries. The sort parameter value is inserted directly into the ORDER BY clause of the SQL statement without proper input validation, prepared statements, or parameterized queries. This classic SQL injection pattern allows attackers to break out of the intended query structure and inject malicious SQL code.

Attack Vector

The vulnerability is exploitable via network access through HTTP requests to the XWiki application. An attacker can craft malicious requests containing SQL injection payloads in the sort parameter when accessing the deleted documents functionality. Since no authentication is required to trigger the vulnerability, any user with network access to the XWiki instance can potentially exploit this flaw.

The attack exploits the ORDER BY injection point, which can be leveraged for various SQL injection techniques including time-based blind injection, error-based injection, or UNION-based attacks depending on the database backend configuration. Attackers can extract database contents, enumerate database structure, or potentially execute administrative database operations.

Detection Methods for CVE-2025-32429

Indicators of Compromise

  • Unusual or malformed requests to getdeleteddocuments.vm containing SQL syntax in the sort parameter
  • Database error messages in application logs indicating SQL syntax errors
  • Unexpected database queries or query patterns in database audit logs
  • Signs of data exfiltration or unauthorized database access

Detection Strategies

  • Monitor web application logs for requests to getdeleteddocuments.vm with suspicious sort parameter values containing SQL keywords such as UNION, SELECT, INSERT, DELETE, DROP, or comment characters
  • Implement Web Application Firewall (WAF) rules to detect and block SQL injection patterns in HTTP parameters
  • Enable database query logging and monitor for anomalous ORDER BY clauses or query patterns
  • Deploy intrusion detection systems with signatures for SQL injection attacks targeting wiki platforms

Monitoring Recommendations

  • Configure alerting for failed SQL queries or database errors originating from XWiki application
  • Monitor for unusual database access patterns, particularly bulk data reads or schema enumeration queries
  • Implement anomaly detection for HTTP request patterns to XWiki endpoints
  • Review access logs regularly for reconnaissance activity targeting deleted documents functionality

How to Mitigate CVE-2025-32429

Immediate Actions Required

  • Upgrade XWiki Platform to version 16.10.6 or 17.3.0-rc-1 immediately
  • If immediate upgrade is not possible, restrict network access to the XWiki instance using firewall rules
  • Deploy WAF rules to filter SQL injection attempts targeting the sort parameter
  • Monitor for exploitation attempts while planning the upgrade

Patch Information

XWiki has released security patches addressing this vulnerability. The fixes are available in:

  • Version 16.10.6 - For users on the 16.x branch
  • Version 17.3.0-rc-1 - For users on the 17.x branch

Detailed information about the patches can be found in the GitHub Security Advisory and the XWiki JIRA Issue XWIKI-23093. The specific code changes are available in the GitHub commits: commit dfd0744 and commit f502b5d.

Workarounds

  • Restrict access to the deleted documents functionality through XWiki's access control mechanisms
  • Implement network-level access controls to limit who can reach the XWiki application
  • Deploy a Web Application Firewall configured with SQL injection detection rules
  • Consider temporarily disabling or removing the getdeleteddocuments.vm template if the functionality is not critical
bash
# Example: Block access to vulnerable endpoint using nginx
location ~ /xwiki/bin/view/.*getdeleteddocuments {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechXwiki

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability29.58%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/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-89
  • Vendor Resources
  • GitHub Commit Change

  • GitHub Commit Update

  • GitHub Security Advisory

  • XWiki JIRA Issue XWIKI-23093
  • Related CVEs
  • CVE-2025-65091: XWiki Full Calendar Macro SQLi Vulnerability

  • CVE-2024-56158: XWiki Platform SQL Injection Vulnerability

  • CVE-2025-52472: XWiki Platform HQL Injection Vulnerability

  • CVE-2025-54385: XWiki Platform SQL Injection 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