CVE-2023-31445
Description
Read-only users in Cassia Access Controller before 2.1.1.2203171453 can enumerate all users and obtain email, phone, and privilege data via an unvalidated API endpoint.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Read-only users in Cassia Access Controller before 2.1.1.2203171453 can enumerate all users and obtain email, phone, and privilege data via an unvalidated API endpoint.
Vulnerability
Cassia Access Controller versions before 2.1.1.2203171453 contain an unprivileged information disclosure vulnerability. The /admin/(userId)/edit endpoint lacks proper authorization checks, allowing a read-only user to access and modify the account details of any other user by supplying a different userId in the request. User IDs are predictable because they are based on UNIX timestamps of account creation, which can be obtained from logs that are also visible to read-only users [2][3].
Exploitation
An attacker with read-only access can first gather account creation timestamps from the logs, convert them to UNIX timestamps, and then use those timestamps as userId values in requests to the /admin/(userId)/edit endpoint. This enumeration can be performed manually or via brute-force, as the timestamps are easily guessable. No additional privileges or user interaction are required beyond the initial read-only account [2][3].
Impact
Successful exploitation allows a read-only user to enumerate all registered users and disclose sensitive information, including email addresses, phone numbers, and privilege levels. This information can be leveraged for targeted phishing campaigns or social engineering attacks against higher-privileged users [2][3].
Mitigation
The vulnerability is fixed in Cassia Access Controller version Cassia-AC-2.1.1.2207292123. Users should upgrade to this patched version or later. No workaround is documented; upgrading is the recommended action [2][3].
AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Cassia/Access controllerdescription
- Range: <2.1.1.2203171453
Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
2News mentions
0No linked articles in our index yet.