CVE-2026-100520
8.8Crivion · Laranode
Laranode contains a path traversal vulnerability in the file upload endpoint that allows authenticated users to write arbitrary files outside their home directory and achieve remote code execution.
Executive summary
A critical path traversal vulnerability in Crivion Laranode allows authenticated users to achieve remote code execution by writing arbitrary files to the web root.
Vulnerability
The application fails to properly sanitize the path parameter within the POST /filemanager/upload-file endpoint, allowing an authenticated user to perform directory traversal and write files into unintended locations. This flaw enables the upload of malicious PHP files into other tenants' web directories.
Business impact
The ability for a malicious actor to write arbitrary files and execute code on the server presents a severe risk to the entire multi-tenant infrastructure. Given the CVSS score of 8.8, this vulnerability allows for complete compromise of the affected tenant environment, potentially leading to unauthorized data access, service disruption, and lateral movement within the hosting platform.
Remediation
Immediate Action: Update Crivion Laranode to version 1.2.1 or later immediately to apply the required path sanitization logic.
Proactive Monitoring: Review application logs for unusual file upload requests containing directory traversal sequences, such as dot-dot-slash patterns, directed toward the file manager endpoint.
Compensating Controls: Implement strict file system permissions and use a Web Application Firewall to filter and block requests containing directory traversal characters in the path parameter.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability represents a significant security risk for Laranode deployments. Organizations must prioritize the upgrade to version 1.2.1 to prevent potential remote code execution attacks. Failure to patch this flaw leaves the application susceptible to full compromise by any authenticated user.
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief high section
Sources
Originally found and disclosed by Alisher Qarshibayev, per the CVE Program record.
- GitHub Security Advisory (GHSA-34h2-2696-vfvr) Vendor advisory
- Patch commit
- Patch commit
- Laranode v1.2.1 Release Notes Release notes
- Technical analysis
- github.com
- VulnCheck Advisory: Laranode before 1.2.1 Path Traversal in File Manager Upload Endpoint Third-party advisory