CVE-2026-82460
Received Received - Intake

Directory Traversal in Cloud Commander

Vulnerability report for CVE-2026-82460, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-29

Last updated on: 2026-08-29

Assigner: VulnCheck

Description

Cloud Commander before 19.20.2 contains a directory traversal vulnerability in REST file-operation and markdown endpoints that fails to properly validate path normalization. Attackers can use path traversal sequences to read, write, move, or copy files outside the configured root directory.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-29
Last Modified
2026-08-29
Generated
2026-08-29
AI Q&A
2026-08-29
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
coderaiser cloudcmd to 19.20.2 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Cloud Commander before version 19.20.2 has a directory traversal vulnerability in its REST file-operation and markdown endpoints. The issue occurs because the software fails to properly validate path normalization, allowing attackers to use path traversal sequences like ..%2f..%2f to read, write, move, or copy files outside the intended root directory.

Detection Guidance

To detect this vulnerability, monitor CloudCmd endpoints for unusual path traversal attempts. Check logs for requests containing sequences like ../ or URL-encoded ..%2f. Verify if file operations access files outside the configured root directory.

Impact Analysis

This vulnerability allows attackers to access sensitive files outside the configured root directory, potentially leading to unauthorized file reads, writes, deletions, or modifications. It could also enable remote code execution by overwriting critical system files, especially in hardened deployments where the root directory is restricted.

Compliance Impact

This vulnerability could severely impact compliance with GDPR and HIPAA by allowing unauthorized access to sensitive files. GDPR requires strict protection of personal data, while HIPAA mandates safeguards for protected health information. A path traversal flaw enabling file access outside intended directories could lead to unauthorized exposure or modification of regulated data, resulting in legal penalties and reputational damage.

Mitigation Strategies

Upgrade CloudCmd to version 19.20.2 or later immediately. Ensure the `--root` parameter is set to a restricted directory and disable the config dialog if enabled. Review and apply path validation fixes in REST and markdown endpoints.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82460. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart