CVE-2026-24129: Runtipi is Vulnerable to Authenticated Arbitrary Remote Code Execution
Runtipi is a Docker-based, personal homeserver orchestrator that facilitates multiple services on a single server. Versions 3.7.0 and above allow an authenticated user to execute arbitrary system commands on the host server by injecting shell metacharacters into backup filenames. The BackupManager fails to sanitize the filenames of uploaded backups. The system persists user-uploaded files directly to the host filesystem using the raw originalname provided in the request. This allows an attacker to stage a file containing shell metacharacters (e.g., $(id).tar.gz) at a predictable path, which is later referenced during the restore process. The successful storage of the file is what allows the subsequent restore command to reference and execute it. This issue has been fixed in version 4.7.0.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2026-24129?
CVE-2026-24129 is classified as a critical severity vulnerability due to its potential for remote code execution.
How do I fix CVE-2026-24129?
To fix CVE-2026-24129, you should update Runtipi to the latest version, specifically version 4.7.0 or higher.
Who is affected by CVE-2026-24129?
CVE-2026-24129 affects Runtipi versions 3.7.0 and above.
What type of vulnerability is CVE-2026-24129?
CVE-2026-24129 is an authenticated arbitrary remote code execution vulnerability.
What are the implications of CVE-2026-24129?
Exploitation of CVE-2026-24129 allows authenticated users to execute arbitrary commands on the host server, posing significant security risks.