CVE-2017-15042

Description

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 doesnt advertise STARTTLS and does advertise that PLAIN auth is OK, the smtp.PlainAuth implementation sends the username and password.

Risk Information

Base Score
5.9
MODERATE
Vector
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score
Exploitation Probability
0.191

Associated Vulnerability

VulnerabilityOS Platform
(RHSA-2018:0878) Moderate: golang security, bug fix, and enhancement update golang-1.9.4-1.el7.x86_64.rpmLinux
(RHSA-2018:0878) Moderate: golang security, bug fix, and enhancement update golang-bin-1.9.4-1.el7.x86_64.rpmLinux
(RHSA-2018:0878) Moderate: golang security, bug fix, and enhancement update golang-docs-1.9.4-1.el7.noarch.rpmLinux
(RHSA-2018:0878) Moderate: golang security, bug fix, and enhancement update golang-misc-1.9.4-1.el7.noarch.rpmLinux
(RHSA-2018:0878) Moderate: golang security, bug fix, and enhancement update golang-src-1.9.4-1.el7.noarch.rpmLinux
(RHSA-2018:0878) Moderate: golang security, bug fix, and enhancement update golang-tests-1.9.4-1.el7.noarch.rpmLinux

Patch Details

No records found

References

https://nvd.nist.gov/vuln/detail/CVE-2023-1234
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1234