Missing Authorization in nginx-ui - #VU142591
Published: August 14, 2026
Vulnerability details
The vulnerability allows a remote user to bypass authentication and perform administrative actions on remote cluster nodes.
The vulnerability exists due to missing authorization in the node-secret authentication middleware when processing requests with a leaked X-Node-Secret header or node_secret query parameter. A remote user can send a request with a valid node secret to bypass authentication and perform administrative actions on remote cluster nodes.
The middleware maps requests with a matching node secret directly to initUser, enabling cross-node impersonation after obtaining a cluster node token.