Bypass authentication and gain unauthorized access to SMTP server
The vulnerability allows an attacker to bypass the authentication in the SMTP server to send emails. The problem is that the SMTP server performs authentication against LDAP by default, and the service does not check that the password is null if this Base64. This creates a connection 'anonymous' but with a user account without entering the password. An Attacker could login in the SMTP server knowing only the username of one user in the server and he could sends emails. One important thing is that the user 'admin' always exists in the server. To authenticate against the SMTP server can make the login is done using Base64, so if you enter the usernamne and a null password, the authentication is successful.