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

CVE-2025-55748: XWiki Platform Path Traversal Vulnerability

CVE-2025-55748 is a path traversal flaw in XWiki Platform that allows attackers to access configuration files through jsx and sx endpoints. This article covers the technical details, affected versions, and mitigation.

Published: April 21, 2026

CVE-2025-55748 Overview

CVE-2025-55748 is a critical path traversal vulnerability affecting XWiki Platform, a generic wiki platform offering runtime services for applications built on top of it. This vulnerability allows unauthenticated attackers to access and read sensitive configuration files through the jsx and ssx endpoints by manipulating URL parameters with directory traversal sequences.

The flaw exists in versions 4.2-milestone-2 through 16.10.6 of XWiki Platform. An attacker can exploit this vulnerability by crafting malicious URLs that include ../ sequences in the resource parameter, enabling them to traverse outside the intended directory and access files such as xwiki.cfg which may contain database credentials, encryption keys, and other sensitive configuration data.

Critical Impact

Unauthenticated attackers can read sensitive configuration files including database credentials, API keys, and encryption secrets, potentially leading to complete system compromise.

Affected Products

  • XWiki Platform versions 4.2-milestone-2 through 16.10.6
  • XWiki Platform 4.2 milestone2
  • XWiki Platform 4.2 milestone3

Discovery Timeline

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

Technical Details for CVE-2025-55748

Vulnerability Analysis

This vulnerability is classified as CWE-23 (Relative Path Traversal), where the application fails to properly sanitize user-supplied input before using it to construct file paths. The ssx and jsx endpoints in XWiki Platform accept a resource parameter that is intended to load specific static resources. However, insufficient validation of this parameter allows attackers to include relative path traversal sequences (../) to navigate outside the intended resource directory.

When an attacker submits a request such as accessing the ssx endpoint with a resource parameter containing ../../WEB-INF/xwiki.cfg, the application processes the path without adequate sanitization. This allows the request to traverse up the directory structure and access the WEB-INF directory, which typically contains sensitive Java web application configuration files that should never be directly accessible to end users.

The vulnerability is particularly severe because it requires no authentication (network-accessible to anonymous users) and can expose critical configuration data including database connection strings, LDAP credentials, mail server configurations, and cryptographic keys used by the XWiki instance.

Root Cause

The root cause of CVE-2025-55748 lies in inadequate input validation within the resource handling logic of the ssx and jsx endpoints. These endpoints are designed to serve static resources like stylesheets and JavaScript files but fail to implement proper path canonicalization or directory traversal checks. The application does not verify that the resolved file path remains within the expected resource directory, allowing attackers to use relative path sequences to escape the intended directory boundary.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction, making exploitation straightforward for any attacker with network access to the vulnerable XWiki instance. An attacker can construct a malicious HTTP request targeting the ssx or jsx endpoints with a crafted resource parameter containing directory traversal sequences.

A typical exploitation scenario involves the attacker requesting URLs that include path traversal patterns to access sensitive files. For example, accessing the ssx endpoint under /bin/ssx/Main/WebHome with a resource parameter set to ../../WEB-INF/xwiki.cfg would retrieve the main XWiki configuration file. The minify=false parameter may be appended to ensure the response is returned in readable format rather than minified.

Detection Methods for CVE-2025-55748

Indicators of Compromise

  • HTTP requests to /bin/ssx/ or /bin/jsx/ endpoints containing ../ sequences in the resource parameter
  • Web server logs showing access attempts to paths containing WEB-INF, xwiki.cfg, hibernate.cfg.xml, or similar configuration file names
  • Unusual access patterns to static resource endpoints from external IP addresses
  • Error logs indicating file access attempts outside expected resource directories

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect and block path traversal patterns (../, ..%2f, %2e%2e/) in URL parameters
  • Configure intrusion detection systems (IDS) to alert on requests containing path traversal sequences targeting the /bin/ssx/ and /bin/jsx/ endpoints
  • Implement log analysis rules to identify HTTP requests with resource parameters containing suspicious path patterns
  • Monitor for successful responses containing configuration file content signatures (e.g., xwiki.db., hibernate.connection.)

Monitoring Recommendations

  • Enable detailed access logging for all XWiki web application endpoints and regularly review for anomalous patterns
  • Set up real-time alerting for any requests matching path traversal signatures targeting XWiki endpoints
  • Monitor file access patterns at the operating system level for unexpected reads of configuration files in the WEB-INF directory
  • Implement network traffic analysis to detect potential data exfiltration of configuration file contents

How to Mitigate CVE-2025-55748

Immediate Actions Required

  • Upgrade XWiki Platform to version 16.10.7 or later immediately, as this version contains the security fix
  • If immediate upgrade is not possible, implement WAF rules to block requests containing path traversal sequences in the resource parameter
  • Review web server and application logs for evidence of past exploitation attempts
  • Rotate any credentials (database passwords, API keys, encryption secrets) that may have been exposed through configuration file access
  • Restrict network access to XWiki instances to trusted IP ranges where possible

Patch Information

XWiki has released version 16.10.7 which addresses this vulnerability. The fix implements proper path validation to prevent directory traversal attacks through the ssx and jsx endpoints. Organizations should apply this update as their primary remediation strategy.

For detailed information about the fix, refer to the GitHub Security Advisory GHSA-m63c-3rmg-r2cf and the related commit. Additional tracking information is available at XWiki JIRA Issue XWIKI-23109.

Workarounds

  • Configure reverse proxy or WAF rules to strip or reject requests containing ../ or URL-encoded variants in the resource parameter for /bin/ssx/ and /bin/jsx/ paths
  • Apply filesystem permissions to restrict the XWiki application's read access to only necessary directories
  • Implement network segmentation to limit exposure of XWiki instances to untrusted networks
  • Consider temporarily disabling the ssx and jsx endpoints if they are not required for critical functionality (note: this may impact wiki styling and JavaScript features)
bash
# Example Apache mod_rewrite rule to block path traversal attempts
RewriteEngine On
RewriteCond %{QUERY_STRING} (\.\.\/|\.\.%2f|%2e%2e) [NC]
RewriteRule ^/bin/(ssx|jsx)/ - [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 Probability0.42%

  • 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-m63c-3rmg-r2cf

  • XWiki JIRA Issue XWIKI-23109
  • Related CVEs
  • CVE-2025-55747: XWiki 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