Description
Laranode versions before 1.2.1 contain a path traversal vulnerability in the POST /filemanager/upload-file endpoint that allows authenticated users to write arbitrary files outside their home directory. Attackers can supply directory traversal sequences in the path parameter to write PHP files into other tenants' web roots and execute code as those tenants.
Published: 2026-09-26
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

Laranode versions prior to 1.2.1 contain a path traversal flaw in the POST /filemanager/upload-file endpoint. The flaw permits authenticated users to supply directory traversal sequences in the path parameter, enabling them to write arbitrary files outside their devoted home directory. By placing PHP code into other tenants’ web roots, an attacker can execute code within the context of those tenants.

Affected Systems

The affected product is crivion: Laranode. All installations running a version earlier than 1.2.1 are vulnerable. No specific sub‑products are referenced other than the main Laranode application.

Risk and Exploitability

The CVSS score of 8.7 signals a high‑severity vulnerability. Although no EPSS data is available, the lack of KEV listing does not diminish the risk; the flaw allows authenticated users to gain code execution on other tenants’ sites. Exploitation can occur via the file upload endpoint, requiring no special privileges beyond normal authentication. The potential impact is significant, granting attackers full control over target tenant directories and code execution rights.

Generated by OpenCVE AI on September 26, 2026 at 02:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Laranode version 1.2.1 or later to remove the path traversal bug.
  • If immediate upgrade is not possible, restrict the upload endpoint to reject any path containing traversal sequences such as "../" and enforce strict directory boundaries.
  • Limit the upload functionality to trusted administrators or enforce least‑privilege policies for normal users, and regularly audit upload logs for malicious activity.

Generated by OpenCVE AI on September 26, 2026 at 02:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 26 Sep 2026 01:15:00 +0000

Type Values Removed Values Added
Description Laranode versions before 1.2.1 contain a path traversal vulnerability in the POST /filemanager/upload-file endpoint that allows authenticated users to write arbitrary files outside their home directory. Attackers can supply directory traversal sequences in the path parameter to write PHP files into other tenants' web roots and execute code as those tenants.
Title Laranode before 1.2.1 Path Traversal in File Manager Upload Endpoint
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-26T00:59:22.329Z

Reserved: 2026-09-26T00:48:14.697Z

Link: CVE-2026-100520

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-26T01:17:00.357

Modified: 2026-09-26T01:17:00.357

Link: CVE-2026-100520

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-26T02:45:02Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')