CVE-2026-94536
4.3 MEDIUMpublic exploit availablePublished 2026-09-21 · Updated 2026-09-21
AI risk analysis
- Summary
- The flaw allows authenticated users to read any employee's roles and permissions by exploiting the unvalidated employeeId parameter, posing a security risk.
- Exploitability
- Exploitation is relatively easy as it requires an authenticated user with access to the /anyone/visible/resource endpoint. Precondition is that the attacker must be logged in.
- Blast radius
- If exploited, this could lead to unauthorized access to sensitive employee information and potential misconfiguration of front-end permissions.
- Prioritized remediation
- Update to lamp-cloud version 5.10.1 or later which includes validation fixes for the employeeId parameter.
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
NVD 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.
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Weaknesses
CWE-639
Public exploit & PoC references
- https://github.com/LinYuanyi1/cve-request-poc/blob/master/lamp/poc-05-anyone-visible-resource-bola.py
- https://github.com/dromara/lamp-cloud
- https://github.com/dromara/lamp-cloud/blob/bdc1a406eb0f6291e9f6dbad9cbccd67bc6a37b6/lamp-oauth/lamp-oauth-controller/src/main/java/top/tangyh/lamp/oauth/controller/ResourceController.java#L56-L82
All references
- https://github.com/LinYuanyi1/cve-request-poc/blob/master/lamp/poc-05-anyone-visible-resource-bola.py
- https://github.com/dromara/lamp-cloud
- https://github.com/dromara/lamp-cloud/blob/bdc1a406eb0f6291e9f6dbad9cbccd67bc6a37b6/lamp-oauth/lamp-oauth-controller/src/main/java/top/tangyh/lamp/oauth/controller/ResourceController.java#L56-L82
- https://www.vulncheck.com/advisories/lamp-cloud-through-5.10.0-unauthorized-information-disclosure-via-anyone-visible-resource
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.
Related CVEs
- HIGHCVE-2026-54418PoC
- MEDIUMCVE-2026-94149PoC
- MEDIUMCVE-2026-94414PoC
- MEDIUMCVE-2025-71420PoC
- HIGHCVE-2026-48826PoC
- HIGHCVE-2026-48976PoC
- MEDIUMCVE-2026-52743PoC
- MEDIUMCVE-2026-55625PoC
Related by shared AI tags and CWE weakness class. Browse the full archive.