All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-56720
MEDIUMpublished 2026-08-11 16:17 UTC · 1 day ago · modified 2026-08-11 17:18 UTC
5.3
CVSS / 10
// description
CamaleonCMS version 2.9.2 and earlier contains a missing authorization vulnerability in the admin users controller that allows any authenticated user to access any other user's profile data by supplying an arbitrary user ID parameter. Attackers can send a GET request to the admin profile endpoint with an enumerable sequential integer user ID to disclose profile information of any user, including administrators, due to the profile action being excluded from the role validation filter with no compensating ownership check.
// weaknesses (CWE)
- CWE-862