An unintended cleartext issue exists in Go before 1.8.4 and 1.9.x before 1.9.1. RFC 4954 requires that, during SMTP, the PLAIN auth scheme must only be used on network connections secured with TLS. The original implementation of smtp.PlainAuth in Go 1.0 enforced this requirement, and it was documented to do so. In 2013, upstream issue #5184, this was changed so that the server may decide whether PLAIN is acceptable. The result is that if you set up a man-in-the-middle SMTP server that doesn't advertise STARTTLS and does advertise that PLAIN auth is OK, the smtp.PlainAuth implementation sends the username and password.
References
Configurations
History
21 Nov 2024, 03:13
Type | Values Removed | Values Added |
---|---|---|
References | () http://www.securityfocus.com/bid/101197 - Third Party Advisory, VDB Entry | |
References | () https://access.redhat.com/errata/RHSA-2017:3463 - | |
References | () https://access.redhat.com/errata/RHSA-2018:0878 - | |
References | () https://github.com/golang/go/issues/22134 - Issue Tracking, Patch, Vendor Advisory | |
References | () https://golang.org/cl/68023 - Issue Tracking, Patch, Vendor Advisory | |
References | () https://golang.org/cl/68210 - Vendor Advisory | |
References | () https://groups.google.com/d/msg/golang-dev/RinSE3EiJBI/kYL7zb07AgAJ - Mailing List, Vendor Advisory | |
References | () https://security.gentoo.org/glsa/201710-23 - Third Party Advisory |
Information
Published : 2017-10-05 21:29
Updated : 2024-11-21 03:13
NVD link : CVE-2017-15042
Mitre link : CVE-2017-15042
CVE.ORG link : CVE-2017-15042
JSON object : View
Products Affected
golang
- go
CWE
CWE-319
Cleartext Transmission of Sensitive Information