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-2026-25575

CVE-2026-25575: NavigaTUM Path Traversal Vulnerability

CVE-2026-25575 is a path traversal vulnerability in NavigaTUM's propose_edits endpoint that allows unauthenticated attackers to overwrite files. This post covers technical details, affected versions, and mitigation steps.

Published: February 6, 2026

CVE-2026-25575 Overview

CVE-2026-25575 is a path traversal vulnerability in NavigaTUM, a website and API designed to search for rooms, buildings, and other places. The vulnerability exists in the propose_edits endpoint, which allows unauthenticated users to overwrite files in directories writable by the application user (e.g., /cdn). By supplying unsanitized file keys containing traversal sequences (e.g., ../../) in the JSON payload, an attacker can escape the intended temporary directory and replace public-facing images or fill the server's storage.

Critical Impact

Unauthenticated attackers can exploit this path traversal vulnerability to overwrite critical files, potentially defacing the website or causing denial of service through storage exhaustion.

Affected Products

  • NavigaTUM (versions prior to commit 86f34c7)

Discovery Timeline

  • 2026-02-04 - CVE-2026-25575 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2026-25575

Vulnerability Analysis

This vulnerability is classified as CWE-23 (Relative Path Traversal), a subset of path traversal vulnerabilities where user-controlled input containing relative path sequences is not properly sanitized before being used in file operations. The propose_edits endpoint accepts JSON payloads containing file keys, but fails to validate or sanitize these keys for directory traversal sequences.

The network-accessible nature of this vulnerability means attackers can exploit it remotely without any authentication or user interaction. The primary impact is to the integrity of the system, allowing arbitrary file writes to any directory the application user has write permissions on. Additionally, by repeatedly uploading large files, an attacker could exhaust server storage capacity, leading to availability issues.

Root Cause

The root cause is improper input validation in the propose_edits endpoint. The application accepts file key parameters from user-supplied JSON payloads without sanitizing path traversal sequences such as ../ or ..\\. This allows attackers to construct file paths that escape the intended temporary upload directory and write to arbitrary locations within the application user's writable directories.

Attack Vector

The attack is executed over the network by sending a crafted HTTP request to the propose_edits endpoint. The attacker includes malicious file keys in the JSON payload containing path traversal sequences. For example, a file key like ../../cdn/images/logo.png would escape the temporary directory and target the CDN images directory.

The attack requires no authentication or special privileges, and no user interaction is needed. An attacker could:

  1. Deface public-facing content by overwriting images in the /cdn directory
  2. Potentially overwrite configuration files if the application user has write access
  3. Exhaust storage capacity by uploading numerous large files to various directories

For detailed technical information about this vulnerability and the fix implementation, see the GitHub Security Advisory and the related pull request.

Detection Methods for CVE-2026-25575

Indicators of Compromise

  • HTTP requests to the propose_edits endpoint containing ../ or ..\\ sequences in JSON payload keys
  • Unexpected file modifications in the /cdn directory or other writable locations
  • Sudden increase in disk usage without corresponding legitimate activity
  • Modified or replaced image files in public-facing directories

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal sequences in request payloads
  • Monitor file integrity for unexpected changes in the /cdn and other application directories
  • Analyze application logs for requests to the propose_edits endpoint with suspicious file key patterns
  • Deploy intrusion detection systems (IDS) with signatures for directory traversal attacks

Monitoring Recommendations

  • Enable verbose logging for the propose_edits endpoint to capture all incoming file key parameters
  • Set up file integrity monitoring (FIM) alerts for critical directories writable by the application user
  • Monitor disk usage metrics for unusual spikes that could indicate storage exhaustion attacks
  • Implement rate limiting on the propose_edits endpoint to slow down potential exploitation attempts

How to Mitigate CVE-2026-25575

Immediate Actions Required

  • Update NavigaTUM to a version that includes commit 86f34c7 or later
  • Review server logs for any evidence of exploitation attempts targeting the propose_edits endpoint
  • Verify the integrity of files in the /cdn directory and other writable locations
  • Consider temporarily disabling the propose_edits functionality if an immediate update is not possible

Patch Information

This vulnerability has been patched in commit 86f34c7. The fix implements proper input sanitization to prevent path traversal sequences from escaping the intended upload directory. Organizations running NavigaTUM should update to a version containing this commit immediately.

Additional details about the fix are available in pull request #2650.

Workarounds

  • Implement a reverse proxy or WAF rule to filter requests containing path traversal sequences (../, ..\\, %2e%2e/, etc.) in the request body
  • Restrict file system permissions for the application user to limit the impact of potential exploitation
  • Temporarily disable the propose_edits endpoint if it is not business-critical while awaiting patch deployment
  • Implement network-level access controls to restrict access to the propose_edits endpoint to trusted IP ranges
bash
# Example: Nginx configuration to block path traversal attempts
# Add to your server block configuration
location /api/propose_edits {
    if ($request_body ~* "\.\.\/") {
        return 403;
    }
    # Additional restrictions
    limit_req zone=propose_edits burst=5 nodelay;
    proxy_pass http://navigatum_backend;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechNavigatum

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-23
  • Technical References
  • GitHub Commit Reference

  • GitHub Pull Request

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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