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-55747

CVE-2025-55747: XWiki Path Traversal Vulnerability

CVE-2025-55747 is a path traversal vulnerability in XWiki Platform that exposes configuration files through the webjars API. This article covers the technical details, affected versions, security impact, and mitigation.

Published: March 11, 2026

CVE-2025-55747 Overview

CVE-2025-55747 is a critical path traversal vulnerability in XWiki Platform, a generic wiki platform offering runtime services for applications built on top of it. The vulnerability allows unauthenticated remote attackers to access sensitive configuration files through the webjars API due to improper resource validation. This flaw affects versions from 6.1-milestone-2 through 16.10.6 and has been addressed in version 16.10.7.

Critical Impact

Unauthenticated attackers can remotely access sensitive configuration files, potentially exposing database credentials, API keys, and other critical system information that could lead to full system compromise.

Affected Products

  • XWiki Platform versions 6.1-milestone-2 through 16.10.6
  • XWiki Platform version 6.1-rc1
  • All XWiki installations using the webjars API functionality

Discovery Timeline

  • 2025-09-03 - CVE-2025-55747 published to NVD
  • 2025-09-10 - Last updated in NVD database

Technical Details for CVE-2025-55747

Vulnerability Analysis

This vulnerability is classified as CWE-23 (Relative Path Traversal), which occurs when the application fails to properly validate user-supplied input used in file path operations. The XWiki Platform's webjars API endpoint accepts resource references that are not adequately sanitized, allowing attackers to traverse directory structures and access files outside the intended webjar resource directories.

The vulnerability enables network-based attacks without requiring authentication or user interaction. An attacker can craft malicious requests to the webjars API that include path traversal sequences, potentially accessing sensitive configuration files such as xwiki.cfg, xwiki.properties, or Hibernate configuration files containing database credentials.

Root Cause

The root cause lies in insufficient resource validation within XWiki's internal template management and servlet resource reference handling. The application did not properly validate or sanitize resource paths before serving files through the webjars API, allowing relative path traversal attacks to escape the intended resource directory context.

Attack Vector

The attack vector is network-based and requires no authentication. An attacker can send crafted HTTP requests to the webjars API endpoint with manipulated path parameters. By including path traversal sequences (such as ../), the attacker can navigate outside the legitimate webjar resource directories and access arbitrary files readable by the XWiki application, including sensitive configuration files that may contain credentials and system secrets.

java
// Security patch improving resource validation
// Source: GitHub Commit - InternalTemplateManager.java

import org.xwiki.cache.CacheException;
import org.xwiki.cache.CacheManager;
import org.xwiki.cache.config.LRUCacheConfiguration;
+import org.xwiki.classloader.internal.ClassLoaderUtils;
import org.xwiki.component.annotation.Component;
import org.xwiki.component.manager.ComponentLifecycleException;
import org.xwiki.component.manager.ComponentLookupException;

Source: GitHub Commit Change

java
// Security patch improving error handling in AbstractServletResourceReferenceHandler.java

                    sendError(HttpStatus.SC_NOT_FOUND, "Resource not found [%s].",
                        getResourceName(typedResourceReference));
                }
-            } catch (IOException | ResourceReferenceHandlerException e) {
+            } catch (Exception e) {
                this.logger.error(e.getMessage(), e);
                sendError(HttpStatus.SC_INTERNAL_SERVER_ERROR, e.getMessage());
            }

Source: GitHub Commit Change

Detection Methods for CVE-2025-55747

Indicators of Compromise

  • Unusual HTTP requests to webjars API endpoints containing path traversal sequences (../, ..%2f, %2e%2e/)
  • Web server access logs showing requests attempting to access configuration files like xwiki.cfg, xwiki.properties, or hibernate.cfg.xml
  • Multiple failed or successful requests to /xwiki/webjars/ endpoints with encoded or double-encoded path components

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal patterns in requests to webjars endpoints
  • Configure intrusion detection systems (IDS) to alert on requests containing directory traversal sequences targeting XWiki resources
  • Review web server access logs for anomalous patterns targeting the webjars API with suspicious path parameters
  • Deploy endpoint detection and response (EDR) solutions to monitor for unauthorized file access attempts

Monitoring Recommendations

  • Enable verbose logging for XWiki webjars API requests and monitor for access attempts to sensitive file paths
  • Set up real-time alerting for HTTP 500 errors from the webjars handler that may indicate exploitation attempts
  • Monitor for unusual outbound data transfers that could indicate successful exfiltration of configuration data

How to Mitigate CVE-2025-55747

Immediate Actions Required

  • Upgrade XWiki Platform to version 16.10.7 or later immediately
  • If immediate upgrade is not possible, implement WAF rules to block path traversal patterns in webjars requests
  • Review XWiki configuration files for any sensitive credentials that may have been exposed
  • Rotate all credentials stored in XWiki configuration files as a precautionary measure

Patch Information

XWiki has released version 16.10.7 which addresses this vulnerability by improving resource validation in the internal template manager and servlet resource reference handler. The fix introduces proper path validation using ClassLoaderUtils and improves exception handling to prevent information leakage. Organizations should upgrade to version 16.10.7 or later. Detailed patch information is available in the GitHub Security Advisory GHSA-qww7-89xh-x7m7 and the associated XWiki Jira Issue XWIKI-19350.

Workarounds

  • Deploy a reverse proxy or web application firewall to filter requests containing path traversal sequences before they reach XWiki
  • Restrict network access to the XWiki installation to trusted IP ranges only
  • Disable or restrict access to the webjars API if not required for your deployment
bash
# Example: Apache mod_rewrite rule to block path traversal attempts
RewriteEngine On
RewriteCond %{REQUEST_URI} \.\./|\.\.%2f|%2e%2e/ [NC]
RewriteCond %{REQUEST_URI} ^/xwiki/webjars/ [NC]
RewriteRule .* - [F,L]

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechXwiki

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability1.27%

  • 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-23
  • Vendor Resources
  • GitHub Commit Change

  • GitHub Security Advisory GHSA-qww7-89xh-x7m7

  • XWiki Jira Issue XWIKI-19350
  • Related CVEs
  • CVE-2025-55748: XWiki Platform Path Traversal 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