Description
A vulnerability was found in Dromara lamp-cloud up to 5.10.0. This vulnerability affects unknown code of the file FileAnyoneController.java of the component File-Upload Controller. Performing a manipulation of the argument bucket/bizType results in path traversal. The attack can be initiated remotely. The exploit has been made public and could be used. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-13
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw within the FileAnyoneController component of Dromara lamp‑cloud allows an attacker to manipulate the bucket/bizType parameters to perform a directory traversal. The vulnerability can be triggered remotely and is publicly documented, enabling attackers to read or write files outside the intended upload directory. This can lead to exposure of sensitive data or the ability to upload files that the application then processes, potentially escalating to code execution. The weakness is a classic path traversal flaw, identified as CWE‑22.

Affected Systems

All installations of Dromara lamp‑cloud up to version 5.10.0 are vulnerable. The problematic code resides in FileAnyoneController.java within the File‑Upload Controller component. Any system running a version of lamp‑cloud that has not yet been updated beyond 5.10.0 is at risk.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity, and while the EPSS score is unavailable, the vulnerability is publicly disclosed and can be exploited remotely. The issue is not yet listed in the CISA KEV catalog. Attackers would need to craft a payload that supplies specially crafted bucket/bizType values, which the application currently does not sanitize, enabling traversal of the file system. This lack of input validation places systems at risk of unauthorized file access or deployment of malicious files.

Generated by OpenCVE AI on August 14, 2026 at 00:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade lamp‑cloud to a revision that fixes the FileAnyoneController traversal flaw, preferably a release newer than 5.10.0
  • If an immediate upgrade is not possible, implement input validation that allows only alphanumeric characters, hyphens, and underscores in the bucket and bizType parameters, rejecting any sequence that contains ".." or other traversal patterns
  • Restrict the file upload directory to the minimal required permissions; remove write access for non‑trusted users and consider placing it outside of document root to prevent execution of uploaded files
  • Deploy a web application firewall or intrusion prevention system that detects and blocks path traversal attempts directed at the file upload endpoint

Generated by OpenCVE AI on August 14, 2026 at 00:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in Dromara lamp-cloud up to 5.10.0. This vulnerability affects unknown code of the file FileAnyoneController.java of the component File-Upload Controller. Performing a manipulation of the argument bucket/bizType results in path traversal. The attack can be initiated remotely. The exploit has been made public and could be used. The project was informed of the problem early through an issue report but has not responded yet.
Title Dromara lamp-cloud File-Upload Controller FileAnyoneController.java path traversal
First Time appeared Dromara
Dromara lamp-cloud
Weaknesses CWE-22
CPEs cpe:2.3:a:dromara:lamp-cloud:*:*:*:*:*:*:*:*
Vendors & Products Dromara
Dromara lamp-cloud
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:C'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

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


Subscriptions

Dromara Lamp-cloud
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-13T23:15:09.882Z

Reserved: 2026-08-13T15:40:01.326Z

Link: CVE-2026-19757

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T00:30:03Z

Weaknesses
  • CWE-22

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