nginx-ldap-auth
nginx-ldap-auth copied to clipboard
Leaving the password field empty bypasses authentication
I have deployed nginx-ldap-auth
with nginx-ingress
controller on GKE. I have enabled group validation. When a valid username that is a member of the group is provided, password field can be left empty. This is a security issue and can grant access to anyone who knows a valid username.
I was also able to reproduce the bug when requiredGroups
is empty or not specified.