CVE Catalog

CVE-2026-61639

HighCVSS 8.5
Published: Translated: NVD NIST

Summary

Wallos before version 4.9.6 contains a path traversal vulnerability in the POST /endpoints/db/restore.php endpoint. The ZipArchive::extractTo() function does not validate entry names for '../' sequences, allowing an admin to upload a crafted zip with logos/../../endpoints/shell.php to write a webshell to the webroot. The extension filter only applies to the post-extraction logo copy step, so it does not prevent this attack.

Risk Assessment

An attacker with admin privileges can achieve remote code execution on the server, leading to full system compromise and data breach.

Recommendation

Update Wallos to version 4.9.6 or later, which includes the fix. Additionally, restrict access to the database restore endpoint to trusted administrators only.

Other vulnerabilities in Wallos

See all
Original NVD description (English source)

Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.9.6, POST /endpoints/db/restore.php calls ZipArchive::extractTo() without validating entry names for ../ sequences. Admin uploads crafted zip with entry logos/../../endpoints/shell.php to write webshell to webroot. Extension filter only applies to post-extraction logo copy step. This issue has been patched in version 4.9.6.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS