Improper Authorization in nginx-ui - #VU142585
Published: August 14, 2026
Vulnerability details
The vulnerability allows a remote user to take over another user\'s account.
The vulnerability exists due to improper authorization in the POST /api/users/:id user management endpoint when handling authenticated password change requests. A remote user can send a crafted POST request with a password field for another user\'s account to take over another user\'s account.
No secure session or 2FA verification is performed on this endpoint, even if the target user has 2FA enabled.