First published: Fri Dec 14 2018(Updated: )
The crypto/x509 package of Go before 1.10.6 and 1.11.x before 1.11.3 does not limit the amount of work performed for each chain verification, which might allow attackers to craft pathological inputs leading to a CPU denial of service. Go TLS servers accepting client certificates and TLS clients are affected.
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
Golang | <1.10.6 | |
Golang | >=1.11.0<1.11.3 | |
SUSE Linux | =42.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2018-16875 is classified as a denial of service vulnerability due to its potential to allow attackers to craft inputs that consume excessive CPU resources.
To fix CVE-2018-16875, update your Go installation to version 1.10.6 or later if using 1.10.x, or to version 1.11.3 or later if using 1.11.x.
CVE-2018-16875 affects Go versions prior to 1.10.6 and those from 1.11.0 to 1.11.2.
CVE-2018-16875 enables a CPU denial of service attack through specially crafted inputs during chain verification.
Exploiting CVE-2018-16875 could lead to significant CPU resource exhaustion on servers handling TLS connections.