SMTP clients using net/smtp can use the PLAIN authentication scheme on network connections not secured with TLS, exposing passwords to man-in-the-middle SMTP servers.
{ "imports": [ { "path": "net/smtp", "symbols": [ "plainAuth.Start" ] } ] }