Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mail Server Accepts Plaintext Credentials
What is meant by the following threat and it' s impact and how solve this threat
THREAT:
Your Mail Server responds to the EHLO command which implies that it uses the ESMTP protocol. ESMTP uses the AUTH command which indicates
an authentication mechanism to the server. If the server supports the requested authentication mechanism, it performs an authentication protocol
exchange to authenticate and identify the user. Optionally, it also negotiates a security layer for subsequent protocol interactions.
Your server accepts PLAIN or LOGIN as one of the AUTH parameters. The authentication credentials are transmitted in plaintext over the network
and no encryption is performed.
IMPACT:
Malicious users could obtain mail server credentials by sniffing the traffic. This can allow unauthorized users to use the mail server as an open mail
relay. It may also lead to compromise of account credentials that can be used to access other mail services like POP3 and IMAP.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The authentication credentials are transmitted in plaintext over the network and no encryption is performed.Read the above quoted part, but it' s based on the vulnerabilty scan ( AUTH ) plain and clear text. if you don' t need SMTP-AUTH, than disable it.
PCNSE
NSE
StrongSwan
PCNSE
NSE
StrongSwan
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Waleed,
You don' t want PLAIN AUTH over SMTP, if you need Auth it should be done via SMTPS or after STARTTLS
Disable plaint auth:
config system mailserver
set amtp-auth enable
end
