CVE-2026-94532
Received Received - Intake

Authorization Bypass in LAMP-Cloud Exposes User Data

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

Publication date: 2026-09-21

Last updated on: 2026-09-21

Assigner: VulnCheck

Description

lamp-cloud through 5.10.0 contains an authorization bypass vulnerability in the getUserInfoById endpoint that allows authenticated users to read any other user's full profile. Attackers can iterate the userId parameter to harvest sensitive user information including mobile numbers, email addresses, national identity card numbers, and WeChat and DingTalk OpenIDs.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-21
Last Modified
2026-09-21
Generated
2026-09-22
AI Q&A
2026-09-22
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
lamp-cloud lamp-cloud From 5.10.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an authorization bypass in lamp-cloud through version 5.10.0. It exists in the getUserInfoById endpoint, where authenticated users can access other users' full profiles by manipulating the userId parameter. This allows attackers to read sensitive information such as mobile numbers, email addresses, national identity card numbers, and social media OpenIDs.

Detection Guidance

To detect this vulnerability, monitor API endpoints for unauthorized access to user profiles. Check logs for repeated requests to the getUserInfoById endpoint with varying userId parameters. Use tools like curl to test the endpoint manually: curl -X GET 'http://target/lamp-cloud/api/getUserInfoById?userId=1' and observe if non-admin users can access other users' data.

Impact Analysis

If you use lamp-cloud versions up to 5.10.0, an attacker with valid credentials could exploit this flaw to steal personal data of other users. This could lead to privacy breaches, identity theft, or targeted phishing attacks using harvested contact details.

Compliance Impact

This vulnerability likely violates GDPR due to unauthorized access to personal data and potential failure to implement proper access controls. It may also conflict with HIPAA if protected health information is exposed. Organizations using this software could face regulatory penalties for non-compliance.

Mitigation Strategies

Immediately update lamp-cloud to the latest version beyond 5.10.0. Implement strict access controls to ensure only authorized users can access user profile endpoints. Add input validation to restrict userId parameters to the requesting user's own ID. Review logs for past unauthorized access and notify affected users if sensitive data was exposed.

Chat Assistant

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

EPSS Chart