Improper Certificate Validation in Go programming language - CVE-2017-1000097

 

Improper Certificate Validation in Go programming language - CVE-2017-1000097

Published: October 5, 2017 / Updated: August 8, 2020


Vulnerability identifier: #VU38144
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2017-1000097
CWE-ID: CWE-295
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: Google
Affected software:
Go programming language

Detailed vulnerability description

The vulnerability allows a remote non-authenticated attacker to manipulate data.

On Darwin, user's trust preferences for root certificates were not honored. If the user had a root certificate loaded in their Keychain that was explicitly not trusted, a Go program would still verify a connection using that root certificate.


How to mitigate CVE-2017-1000097

Install update from vendor's website.

Sources