
Technical analysis and advisory for CVE-2026-51119, a privilege escalation in Invixium IXM WEB allowing authenticated low-privilege users to create administrator accounts.
A privilege escalation vulnerability exists in Invixium IXM WEB v2.3.85.25 due to missing authorization checks on the POST /SystemUsers/CreateAppUser endpoint.
An authenticated low-privileged user can abuse this endpoint to create a new administrator account, leading to complete administrative access.
The application exposes the endpoint:
POST /SystemUsers/CreateAppUser
without performing proper server-side authorization checks.
A regular authenticated user can directly invoke this endpoint and create an administrator account even though this functionality should only be available to privileged users.
After creating the administrator account, the attacker can authenticate using the newly created credentials and obtain full administrative privileges.
Successful exploitation allows an authenticated attacker to:
Improper Authorization (Missing Server-Side Authorization Validation).
The server accepts requests to privileged functionality without verifying whether the authenticated user possesses administrator privileges.
POST /SystemUsers/CreateAppUser
| Date | Event |
|---|---|
| 2026-04-15 | Vulnerability reported |
| 2026-07-07 | CVE assigned |
| 2026 | Public advisory released |
Discovered and responsibly disclosed by Asim.