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

CVE-2026-25116: Runtipi Path Traversal RCE Vulnerability

CVE-2026-25116 is a path traversal remote code execution flaw in Runtipi that allows unauthenticated attackers to overwrite system configuration files and compromise the host. This article covers technical details, affected versions 4.5.0-4.7.1, impact, and mitigation steps.

Published: January 29, 2026

CVE-2026-25116 Overview

CVE-2026-25116 is a Path Traversal vulnerability affecting Runtipi, a personal homeserver orchestrator. This vulnerability exists in the UserConfigController component and allows unauthenticated remote attackers to overwrite the system's docker-compose.yml configuration file through insecure URN parsing. Successful exploitation results in full Remote Code Execution (RCE) and host filesystem compromise when the instance is restarted by the operator.

Critical Impact

Unauthenticated attackers can achieve Remote Code Execution and complete host filesystem compromise by exploiting insecure URN parsing to overwrite critical Docker configuration files.

Affected Products

  • Runtipi versions 4.5.0 through 4.7.1
  • Runtipi homeserver orchestrator with vulnerable UserConfigController
  • Self-hosted Runtipi instances exposed to network access

Discovery Timeline

  • 2026-01-29 - CVE CVE-2026-25116 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2026-25116

Vulnerability Analysis

This vulnerability (classified as CWE-22: Path Traversal) exists within the UserConfigController component of Runtipi. The flaw stems from improper handling of URN (Uniform Resource Name) parsing, which allows attackers to traverse outside the intended directory structure. By crafting malicious requests that exploit this parsing weakness, an attacker can write arbitrary content to the docker-compose.yml file that defines the container orchestration configuration.

The attack requires no authentication, making it particularly dangerous for internet-exposed Runtipi instances. While user interaction is required (the operator must restart the instance), the delayed execution nature of this attack makes it stealthy and potentially devastating when triggered.

Root Cause

The root cause lies in insufficient input validation and sanitization within the UserConfigController component. The URN parsing logic fails to properly neutralize special path elements such as ../ sequences, allowing attackers to escape the intended directory constraints. This enables writing to arbitrary filesystem locations, including the critical docker-compose.yml configuration file that controls the Docker container stack.

Attack Vector

The attack is network-based and requires no prior authentication. An attacker sends specially crafted HTTP requests to the vulnerable endpoint, utilizing path traversal sequences within URN parameters to target the docker-compose.yml file. The malicious payload replaces the legitimate Docker Compose configuration with an attacker-controlled version.

Once the configuration is overwritten, the attack enters a dormant phase until the Runtipi instance is restarted—either manually by the operator, through scheduled maintenance, or following a system reboot. Upon restart, Docker processes the malicious configuration, which can specify privileged containers with host filesystem mounts, execute arbitrary commands, or establish reverse shells, resulting in complete system compromise.

The vulnerability exploits insecure URN parsing in the UserConfigController to achieve path traversal. An attacker constructs malicious requests that include directory traversal sequences within URN parameters, targeting the docker-compose.yml file location. The vulnerable parser fails to sanitize these sequences, allowing writes outside the intended directory. See the GitHub Security Advisory GHSA-mwg8-x997-cqw6 for complete technical details.

Detection Methods for CVE-2026-25116

Indicators of Compromise

  • Unexpected modifications to docker-compose.yml file timestamps or content
  • Web server logs showing requests with path traversal sequences (../, URL-encoded variants) to UserConfigController endpoints
  • Unauthorized or unexpected container definitions appearing in Docker configurations
  • New privileged containers or containers with suspicious host filesystem mounts

Detection Strategies

  • Implement file integrity monitoring (FIM) on the docker-compose.yml and related configuration files
  • Monitor web application logs for path traversal patterns including ../, ..%2f, %2e%2e/, and similar encoded sequences
  • Deploy web application firewalls (WAF) with rules to detect and block path traversal attempts
  • Use SentinelOne Singularity to detect suspicious file modifications and unauthorized configuration changes

Monitoring Recommendations

  • Enable audit logging for all file write operations in the Runtipi configuration directory
  • Set up alerts for any modification to Docker Compose files outside of expected administrative windows
  • Monitor Docker daemon logs for unexpected container configurations being loaded
  • Implement network monitoring to detect suspicious HTTP requests targeting configuration endpoints

How to Mitigate CVE-2026-25116

Immediate Actions Required

  • Upgrade Runtipi to version 4.7.2 or later immediately
  • Audit docker-compose.yml files for any unauthorized modifications before upgrading
  • Restrict network access to Runtipi instances using firewall rules or reverse proxy authentication
  • Review Docker container configurations for any suspicious or unauthorized entries

Patch Information

Runtipi version 4.7.2 contains the security fix for this vulnerability. The patch addresses the insecure URN parsing in the UserConfigController to properly validate and sanitize path inputs, preventing directory traversal attacks. Users should update immediately via the official release.

Workarounds

  • Place Runtipi behind a reverse proxy with authentication to prevent unauthenticated access
  • Implement network-level access controls to restrict access to trusted IP addresses only
  • Use file system permissions to make docker-compose.yml read-only to the Runtipi process
  • Deploy a web application firewall (WAF) to filter requests containing path traversal sequences
bash
# Configuration example - Restrict network access via iptables
# Replace 192.168.1.0/24 with your trusted network range
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechRuntipi

  • SeverityHIGH

  • CVSS Score7.6

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Release v4.7.2

  • GitHub Security Advisory GHSA-mwg8-x997-cqw6
  • Related CVEs
  • CVE-2026-24129: Runtipi Command Injection Vulnerability

  • CVE-2026-32729: Runtipi Auth Bypass Vulnerability

  • CVE-2026-31881: Runtipi Auth Bypass Vulnerability
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