A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-59793

CVE-2025-59793: Rocket TRUfusion Path Traversal Flaw

CVE-2025-59793 is a path traversal vulnerability in Rocket TRUfusion Enterprise through version 7.10.5 that enables arbitrary file writes and potential remote code execution. This article covers technical details, impact, and mitigation.

Published: February 20, 2026

CVE-2025-59793 Overview

Rocket TRUfusion Enterprise through version 7.10.5 contains a critical path traversal vulnerability in its file upload functionality. The application exposes an endpoint at /axis2/services/WsPortalV6UpDwAxis2Impl that allows authenticated users to upload files. However, the application fails to properly sanitize the jobDirectory parameter, enabling attackers to include path traversal sequences (such as ../) in their requests. This allows malicious actors to write files to arbitrary locations on the local filesystem, potentially leading to remote code execution.

Critical Impact

Authenticated attackers can leverage this path traversal vulnerability to write malicious files to arbitrary filesystem locations, potentially achieving remote code execution on affected Rocket TRUfusion Enterprise servers.

Affected Products

  • Rocket TRUfusion Enterprise through version 7.10.5
  • Rocket B2B Supply Chain Integration platforms utilizing TRUfusion Enterprise

Discovery Timeline

  • 2026-02-17 - CVE-2025-59793 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2025-59793

Vulnerability Analysis

This path traversal vulnerability exists in the Rocket TRUfusion Enterprise web services layer, specifically within the AXIS2-based file upload service. The vulnerable endpoint /axis2/services/WsPortalV6UpDwAxis2Impl is designed to handle file upload operations for authenticated users as part of the B2B supply chain integration workflow.

The core issue stems from insufficient input validation on the jobDirectory parameter. When processing file upload requests, the application constructs file paths by concatenating user-supplied directory values without properly sanitizing or validating the input for directory traversal sequences. This allows attackers to escape the intended upload directory and write files to any location on the filesystem where the application has write permissions.

Root Cause

The root cause of this vulnerability is improper input validation and missing input sanitization on the jobDirectory parameter within the file upload service. The application fails to implement proper path canonicalization or validation checks that would prevent path traversal sequences like ../ from being processed. Without these security controls, user-supplied input can manipulate the destination path for uploaded files, breaking out of the designated upload directory structure.

Attack Vector

An authenticated attacker can exploit this vulnerability by sending a crafted request to the /axis2/services/WsPortalV6UpDwAxis2Impl endpoint with a malicious jobDirectory parameter value containing path traversal sequences. By including multiple ../ sequences, the attacker can navigate up the directory tree and specify an arbitrary destination path for the uploaded file.

Once the attacker can write files to arbitrary locations, they can potentially achieve remote code execution by:

  1. Uploading a malicious web shell to a web-accessible directory
  2. Overwriting configuration files to alter application behavior
  3. Placing executable files in locations where they will be automatically executed by system processes
  4. Modifying startup scripts or scheduled task configurations

For detailed technical information, see the RCE Security Advisory.

Detection Methods for CVE-2025-59793

Indicators of Compromise

  • HTTP requests to /axis2/services/WsPortalV6UpDwAxis2Impl containing path traversal patterns such as ../, ..%2f, or ..%5c in parameters
  • Unexpected file creation in directories outside the normal TRUfusion upload paths
  • Web shells or unauthorized executable files appearing in web-accessible directories
  • Anomalous file write operations by the TRUfusion application process to system or configuration directories

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal sequences targeting the AXIS2 services endpoint
  • Monitor HTTP request logs for suspicious patterns in the jobDirectory parameter and related upload parameters
  • Deploy file integrity monitoring (FIM) on critical system directories to detect unauthorized file creation or modification
  • Review application logs for failed or successful file upload operations with unusual destination paths

Monitoring Recommendations

  • Enable detailed logging for all file upload operations in Rocket TRUfusion Enterprise
  • Configure alerts for any file write operations outside of designated upload directories
  • Monitor the TRUfusion application service account for unexpected filesystem access patterns
  • Implement network-level monitoring to detect unusual outbound connections that may indicate post-exploitation activity

How to Mitigate CVE-2025-59793

Immediate Actions Required

  • Restrict access to the /axis2/services/WsPortalV6UpDwAxis2Impl endpoint to only trusted internal networks and users who require file upload functionality
  • Implement WAF rules to block requests containing path traversal sequences targeting TRUfusion endpoints
  • Review and audit user accounts with access to the file upload functionality to ensure principle of least privilege
  • Monitor systems for indicators of compromise and investigate any suspicious file operations

Patch Information

Organizations should contact Rocket Software for information about security patches addressing this vulnerability. Review the vendor documentation and apply any available updates that sanitize the jobDirectory parameter and prevent path traversal attacks.

Workarounds

  • Implement network segmentation to restrict access to the TRUfusion Enterprise server to only authorized internal systems
  • Deploy a reverse proxy or WAF in front of the application to filter requests containing path traversal patterns before they reach the vulnerable endpoint
  • Disable or restrict the /axis2/services/WsPortalV6UpDwAxis2Impl endpoint if the file upload functionality is not required for business operations
  • Apply filesystem-level controls to limit the directories where the TRUfusion application service account can write files
bash
# Example WAF rule to block path traversal attempts (ModSecurity format)
SecRule ARGS "@rx (\.\.\/|\.\.\\|%2e%2e%2f|%2e%2e\/|\.\.%2f|%2e%2e%5c)" \
    "id:100001,phase:2,deny,status:403,log,msg:'Path traversal attempt detected targeting TRUfusion'"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechRocket Trufusion

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.05%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • RCE Security Homepage

  • RCE Security Advisory CVE-2025-59793

  • Rocket Software TruFusion Overview

  • Rocket Software TruFusion Enterprise Details
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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