vendor:
UJCMS
by:
Cyd Tseng
4.1
CVSS
MEDIUM
Insecure Direct Object Reference (IDOR)
285
CWE
Product Name: UJCMS
Affected Version From: 9.6.2003
Affected Version To: 37781
Patch Exists: YES
Related CWE: CVE-2024-12483
CPE: a:dromara:ujcms:9.6.3
Platforms Tested: Linux
2024
UJCMS 9.6.3 User Enumeration via IDOR
An Insecure Direct Object Reference (IDOR) vulnerability was found in UJCMS version 9.6.3, enabling unauthorized username enumeration through manipulation of the user id parameter in the /users/id endpoint. Despite user IDs being mostly large numbers, attackers can still discover existing account usernames without authentication, except for admin and anonymous accounts.
Mitigation:
To mitigate this vulnerability, implement proper access controls and authorization checks to prevent unauthorized access to user information. Additionally, consider using randomized or non-sequential identifiers for user accounts.