CVE-2026-91996 Details
Description
lamp-cloud through 5.10.0 whitelists the path pattern /*/anno/** for anonymous access, allowing unauthenticated attackers to read the server's full JVM system property map. Attackers can send POST requests to /defGenProject/anno/getProperties to retrieve sensitive information including JVM classpath, filesystem paths, operating system details, and startup secrets.
A vulnerability exists in lamp-cloud versions through 5.10.0, where the path pattern '/*/anno/**' is whitelisted for anonymous access. This allows unauthenticated attackers to access the server's complete JVM system property map. The vulnerability arises because the code-generator controller exposes an endpoint that matches the whitelisted path, enabling the retrieval of sensitive information such as the JVM classpath, filesystem paths, operating system details, and startup secrets.
Remove the 'getProperties' endpoint from the 'DefGenProjectController' as it serves no legitimate purpose. Additionally, replace the wildcard '/*/anno/**' in the 'IgnoreProperties.baseUri' with explicit paths to prevent unintended controllers from being whitelisted for anonymous access.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 15, 2026CISA-ADP
Assessed Sep 17, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-306 | Missing Authentication for Critical Function | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| dromara lamp-cloud | <= 5.10.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 17, 2026 | CVE Modified | CISA-ADP |
| Sep 15, 2026 | New CVE Received | [email protected] |
Volerion