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

CVE-2025-13262: Lsfusion Platform Path Traversal Flaw

CVE-2025-13262 is a path traversal vulnerability in Lsfusion Platform up to version 6.1 affecting the UploadFileRequestHandler function. Attackers can exploit this remotely to access unauthorized files. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 11, 2026

CVE-2025-13262 Overview

A path traversal vulnerability has been identified in the lsfusion platform affecting versions up to 6.1. The vulnerability exists within the UploadFileRequestHandler function located in the file platform/web-client/src/main/java/lsfusion/http/controller/file/UploadFileRequestHandler.java. Attackers can exploit this vulnerability by manipulating the sid argument, enabling unauthorized access to files and directories outside the intended scope. This vulnerability can be exploited remotely without authentication, making it a significant security concern for organizations running affected versions.

Critical Impact

Remote attackers can exploit this path traversal vulnerability to read or potentially write files outside the intended directory, potentially accessing sensitive configuration files, credentials, or other critical system resources.

Affected Products

  • lsfusion lsfusion_platform versions up to 6.1
  • lsfusion Platform web-client component
  • Applications built on lsfusion Platform with file upload functionality

Discovery Timeline

  • 2025-11-17 - CVE CVE-2025-13262 published to NVD
  • 2025-12-01 - Last updated in NVD database

Technical Details for CVE-2025-13262

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as path traversal or directory traversal. The flaw resides in the UploadFileRequestHandler class within the lsfusion Platform's web-client module.

The vulnerable component fails to properly sanitize the sid parameter before using it in file path operations. An attacker can craft malicious requests containing directory traversal sequences (such as ../) within the sid argument to escape the intended upload directory and access arbitrary files on the server's file system.

The vulnerability is accessible via network requests without requiring authentication, which significantly increases the risk of exploitation. The exploit has been publicly disclosed, meaning that threat actors may already have access to exploitation techniques.

Root Cause

The root cause of this vulnerability is inadequate input validation and sanitization of the sid parameter in the UploadFileRequestHandler.java file. The application fails to:

  1. Properly validate that the sid parameter does not contain path traversal sequences
  2. Canonicalize file paths before performing file operations
  3. Verify that resolved paths remain within the expected directory boundaries

This allows attackers to inject relative path components that traverse outside the intended directory structure.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no prior authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying an lsfusion Platform instance exposed to the network
  2. Crafting HTTP requests to the file upload endpoint with a manipulated sid parameter
  3. Including path traversal sequences (e.g., ../../../) in the sid value to navigate outside the intended directory
  4. Accessing sensitive files such as configuration files, application source code, or system files

The vulnerability allows for reading potentially sensitive files and may enable writing files to arbitrary locations depending on the application's permissions and implementation details. For technical details and proof-of-concept information, refer to the GitHub Issue #1544 filed with the vendor.

Detection Methods for CVE-2025-13262

Indicators of Compromise

  • HTTP requests to file upload endpoints containing path traversal sequences such as ../, ..\, or URL-encoded variants (%2e%2e%2f)
  • Unusual file access patterns in web server logs targeting the UploadFileRequestHandler endpoint
  • Attempts to access sensitive system files (e.g., /etc/passwd, configuration files) through web requests
  • Unexpected file reads or writes outside the designated upload directories

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal patterns in the sid parameter
  • Monitor HTTP request logs for suspicious patterns targeting the /file/upload or related endpoints
  • Deploy intrusion detection system (IDS) signatures that identify directory traversal attempts in HTTP parameters
  • Configure file integrity monitoring to detect unauthorized access to sensitive files

Monitoring Recommendations

  • Enable detailed logging for the lsfusion Platform web-client module to capture all file operation requests
  • Set up alerts for any requests containing encoded or decoded path traversal sequences
  • Monitor file system access patterns for the lsfusion application user account to identify anomalous behavior
  • Implement anomaly detection for file access outside expected application directories

How to Mitigate CVE-2025-13262

Immediate Actions Required

  • Upgrade lsfusion Platform to a patched version that addresses CVE-2025-13262 when available
  • Implement input validation at the web application firewall level to block path traversal attempts
  • Restrict network access to the lsfusion Platform to trusted networks only where possible
  • Review application logs for any signs of exploitation attempts

Patch Information

Organizations should monitor the lsfusion Platform GitHub repository for official patches and security updates addressing this vulnerability. The vendor has been notified through the GitHub issue tracking system. Apply patches as soon as they become available, following proper change management procedures.

Additional vulnerability details are available through VulDB.

Workarounds

  • Deploy a web application firewall (WAF) rule to filter requests containing path traversal patterns (../, ..\, %2e%2e) in the sid parameter
  • Implement network segmentation to limit access to the lsfusion Platform from untrusted networks
  • Configure server-side file system permissions to restrict the application's access to only necessary directories
  • Consider disabling the file upload functionality temporarily if it is not business-critical until a patch is available
bash
# Example WAF rule for ModSecurity to block path traversal attempts
SecRule ARGS:sid "@rx (\.\./|\.\.\\|%2e%2e)" \
    "id:100001,\
    phase:2,\
    deny,\
    status:403,\
    log,\
    msg:'Path Traversal Attempt Detected in sid Parameter - CVE-2025-13262'"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechLsfusion

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.34%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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-22
  • Technical References
  • VulDB #332597

  • VulDB #332597

  • VulDB Submission #689414
  • Vendor Resources
  • GitHub Issue #1544

  • GitHub Issue Comment #3589610731
  • Related CVEs
  • CVE-2025-13265: Lsfusion Platform Path Traversal Flaw
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