CVE-2026-47277 Details
Description
Runtipi is a personal homeserver orchestrator. In versions 4.9.1 through 4.9.3, Runtipi serves marketplace app logos from files inside cloned app-store repositories through an unauthenticated endpoint, which leads to arbitrary file read through app-store logo symlinks. The path guard checks only the lexical path before Node reads the file, so a Git app store that contains metadata/logo.jpg as a symbolic link can cause Runtipi to read and return the symlink target. Because the endpoint is public and the symlink target may point outside the cloned repository, this can expose local files from the Runtipi container such as /data/.env, /data/state/seed, logs, or application files. This can disclose JWT secrets, service credentials, local configuration, and operational logs depending on the instance. The issue has been fixed in version 4.10.0.
A vulnerability in Runtipi versions 4.9.1 through 4.9.3 allows for unauthenticated arbitrary file read through symbolic links in app-store logo metadata. The issue arises because the path guard only checks the lexical path before Node.js reads the file, enabling access to files outside the cloned repository. This vulnerability can expose sensitive information from the Runtipi container, such as environment variables, application logs, and JWT secrets, depending on the instance configuration.
Users can update to Runtipi version 4.10.0 or later, where this vulnerability has been fixed. Instructions for updating are available in the Runtipi documentation.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jun 17, 2026CISA-ADP
Assessed Jun 17, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/runtipi/runtipi/security/advisories/GHSA-qrqj-p7hm-4m66 | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/runtipi/runtipi/releases/tag/v4.10.0 | [email protected] | Release NotesVendor |
| https://github.com/runtipi/runtipi/security/advisories/GHSA-qrqj-p7hm-4m66 | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
| CWE-59 | Improper Link Resolution Before File Access ('Link Following') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Runtipi | 4.9.1 (semver) 4.9.2 (semver) 4.9.3 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 17, 2026 | New CVE Received | [email protected] |
Volerion