Vulnerabilities > CVE-2015-8618 - Information Exposure vulnerability in multiple products
Attack vector
NETWORK Attack complexity
LOW Privileges required
NONE Confidentiality impact
HIGH Integrity impact
NONE Availability impact
NONE Summary
The Int.Exp Montgomery code in the math/big library in Go 1.5.x before 1.5.3 mishandles carry propagation and produces incorrect output, which makes it easier for attackers to obtain private RSA keys via unspecified vectors.
Vulnerable Configurations
Part | Description | Count |
---|---|---|
OS | 1 | |
Application | 3 |
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Subverting Environment Variable Values The attacker directly or indirectly modifies environment variables used by or controlling the target software. The attacker's goal is to cause the target software to deviate from its expected operation in a manner that benefits the attacker.
- Footprinting An attacker engages in probing and exploration activity to identify constituents and properties of the target. Footprinting is a general term to describe a variety of information gathering techniques, often used by attackers in preparation for some attack. It consists of using tools to learn as much as possible about the composition, configuration, and security mechanisms of the targeted application, system or network. Information that might be collected during a footprinting effort could include open ports, applications and their versions, network topology, and similar information. While footprinting is not intended to be damaging (although certain activities, such as network scans, can sometimes cause disruptions to vulnerable applications inadvertently) it may often pave the way for more damaging attacks.
- Exploiting Trust in Client (aka Make the Client Invisible) An attack of this type exploits a programs' vulnerabilities in client/server communication channel authentication and data integrity. It leverages the implicit trust a server places in the client, or more importantly, that which the server believes is the client. An attacker executes this type of attack by placing themselves in the communication channel between client and server such that communication directly to the server is possible where the server believes it is communicating only with a valid client. There are numerous variations of this type of attack.
- Browser Fingerprinting An attacker carefully crafts small snippets of Java Script to efficiently detect the type of browser the potential victim is using. Many web-based attacks need prior knowledge of the web browser including the version of browser to ensure successful exploitation of a vulnerability. Having this knowledge allows an attacker to target the victim with attacks that specifically exploit known or zero day weaknesses in the type and version of the browser used by the victim. Automating this process via Java Script as a part of the same delivery system used to exploit the browser is considered more efficient as the attacker can supply a browser fingerprinting method and integrate it with exploit code, all contained in Java Script and in response to the same web page request by the browser.
- Session Credential Falsification through Prediction This attack targets predictable session ID in order to gain privileges. The attacker can predict the session ID used during a transaction to perform spoofing and session hijacking.
Nessus
NASL family Fedora Local Security Checks NASL id FEDORA_2016-5A073CBD93.NASL description - Rebase to 1.5.3 - Security fix for CVE-2015-8618 Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-05 modified 2016-03-04 plugin id 89550 published 2016-03-04 reporter This script is Copyright (C) 2016-2020 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/89550 title Fedora 23 : golang-1.5.3-1.fc23 (2016-5a073cbd93) NASL family Fedora Local Security Checks NASL id FEDORA_2016-2DCC094217.NASL description - Rebase to 1.5.3 - Security fix for CVE-2015-8618 Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-05 modified 2016-03-04 plugin id 89504 published 2016-03-04 reporter This script is Copyright (C) 2016-2020 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/89504 title Fedora 22 : golang-1.5.3-1.fc22 (2016-2dcc094217) NASL family SuSE Local Security Checks NASL id OPENSUSE-2016-606.NASL description This go update to version 1.6 fixes the following issues : Security issues fixed : - CVE-2016-3959: Infinite loop in several big integer routines (boo#974232) - CVE-2015-8618: Carry propagation in Int.Exp Montgomery code in math/big library (boo#960151) Bugs fixed : - Update to version 1.6 : - On Linux on little-endian 64-bit PowerPC (linux/ppc64le), Go 1.6 now supports cgo with external linking and is roughly feature complete. - Vendoring support - HTTP2 transparent support - fix gc and gccgo incompatibility regarding embedded unexported struct types containing exported fields - Linux on 64-bit MIPS and Android on 32-bit x86 - enforced rules for sharing Go pointers with C - new mechanism for template reuse - performance improvements ... and more! see more in https://tip.golang.org/doc/go1.6 - Updated to version 1.5.2: This release includes bug fixes to the compiler, linker, and the mime/multipart, net, and runtime packages. https://golang.org/doc/devel/release.html#go1.5.minor - Updated to version 1.5.1: 	This release includes bug fixes to the go command, the compiler, assembler, and the fmt, net/textproto, net/http, and runtime packages. https://golang.org/doc/devel/release.html#go1.5.minor - Update to version 1.5 : - see https://golang.org/doc/go1.5 - install shared stdlib on x86_64 - add go.gdbinit for debug friendly - Adapt to Leap - use gcc5-go than go1.4 is the proper requirement for Leap last seen 2020-06-05 modified 2016-05-20 plugin id 91276 published 2016-05-20 reporter This script is Copyright (C) 2016-2020 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/91276 title openSUSE Security Update : go (openSUSE-2016-606) NASL family FreeBSD Local Security Checks NASL id FREEBSD_PKG_6809C6DBBDEB11E5B5FE002590263BF5.NASL description Jason Buberel reports : A security-related issue has been reported in Go last seen 2020-06-01 modified 2020-06-02 plugin id 87983 published 2016-01-19 reporter This script is Copyright (C) 2016-2018 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/87983 title FreeBSD : go -- information disclosure vulnerability (6809c6db-bdeb-11e5-b5fe-002590263bf5)
References
- http://lists.fedoraproject.org/pipermail/package-announce/2016-January/176179.html
- http://www.openwall.com/lists/oss-security/2015/12/21/6
- https://github.com/golang/go/issues/13515
- http://lists.fedoraproject.org/pipermail/package-announce/2016-January/175642.html
- http://www.openwall.com/lists/oss-security/2016/01/13/7
- https://go-review.googlesource.com/#/c/17672/
- http://www.openwall.com/lists/oss-security/2015/12/22/9
- http://lists.opensuse.org/opensuse-updates/2016-05/msg00077.html
- https://groups.google.com/forum/#%21topic/golang-announce/MEATuOi_ei4