Missing Authorization in nginx-ui - #VU142588
Published: August 14, 2026
Vulnerability details
The vulnerability allows a remote user to bypass the secure-session requirement and perform sensitive cluster-wide administrative actions.
The vulnerability exists due to missing authorization in the api/cluster router when handling authenticated requests to cluster node, namespace, and cluster-wide reload/restart endpoints. A remote user can send requests with a valid JWT but without a fresh secure session to bypass the secure-session requirement and perform sensitive cluster-wide administrative actions.
The issue affects routes for node CRUD, namespace CRUD, and cluster-wide nginx reload and restart operations that were mounted with only AuthRequired and Proxy middleware.