Description
lamp-cloud through 5.10.0 fails to validate the employeeId parameter in the /anyone/visible/resource endpoint, allowing authenticated users to read any employee's roles and permissions. Attackers can supply arbitrary employeeId values to enumerate other employees' role codes, permission codes, and complete front-end router trees without authorization checks.
Published: 2026-09-21
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: Unauthorized information disclosure
Action: Patch
AI Analysis

Impact

This vulnerability arises from missing validation of the employeeId parameter in lamp‑cloud's /anyone/visible/resource endpoint. An authenticated user can specify arbitrary employee IDs and obtain the target employee's role codes, permission codes, and complete navigation tree. Because the resource exposes internal role and permission metadata, the defect leads to unauthorized disclosure of internal security structures, which can facilitate further attacks such as targeted privilege escalation. The weakness is an authorization bypass (CWE‑639).

Affected Systems

The vulnerability affects the dromara lamp‑cloud application, versions up to and including 5.10.0. Systems running 5.10.0 or earlier are susceptible; later releases may have applied a fix.

Risk and Exploitability

With a CVSS score of 5.3, the issue presents moderate severity. No EPSS score is available, and the vulnerability is not listed in CISA's KEV catalog. Attackers must first authenticate to the system, but otherwise no special privileges are required; the endpoint is publicly accessible to authenticated users. Once authenticated, an attacker can enumerate numerous employees' roles and permissions, revealing sensitive internal data that can support further compromise.

Generated by OpenCVE AI on September 21, 2026 at 22:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade lamp‑cloud to the latest version or apply the vendor patch that restores proper validation of the employeeId parameter in /anyone/visible/resource.
  • If a patch is unavailable, remove or restrict the /anyone/visible/resource endpoint for non‑admin users, ensuring the endpoint is accessible only to users explicitly authorized to view all employee data.
  • Implement an authorization check that verifies the authenticated user has explicit permission to query the requested employeeId before returning role and permission information.

Generated by OpenCVE AI on September 21, 2026 at 22:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 21 Sep 2026 21:45:00 +0000

Type Values Removed Values Added
Description lamp-cloud through 5.10.0 fails to validate the employeeId parameter in the /anyone/visible/resource endpoint, allowing authenticated users to read any employee's roles and permissions. Attackers can supply arbitrary employeeId values to enumerate other employees' role codes, permission codes, and complete front-end router trees without authorization checks.
Title lamp-cloud through 5.10.0 Unauthorized Information Disclosure via /anyone/visible/resource
First Time appeared Tangyh
Tangyh lamp-cloud
Weaknesses CWE-639
CPEs cpe:2.3:a:tangyh:lamp-cloud:*:*:*:*:*:*:*:*
Vendors & Products Tangyh
Tangyh lamp-cloud
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Tangyh Lamp-cloud
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-21T21:28:15.614Z

Reserved: 2026-09-21T18:25:19.549Z

Link: CVE-2026-94536

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-21T22:17:00.640

Modified: 2026-09-21T22:17:00.640

Link: CVE-2026-94536

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T22:30:12Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key