Show filters
157 Total Results
Displaying 101-110 of 157
Sort by:
Attacker Value
Unknown

CVE-2021-27918

Disclosure Date: March 11, 2021 (last updated February 22, 2025)
encoding/xml in Go before 1.15.9 and 1.16.x before 1.16.1 has an infinite loop if a custom TokenReader (for xml.NewTokenDecoder) returns EOF in the middle of an element. This can occur in the Decode, DecodeElement, or Skip method.
Attacker Value
Unknown

CVE-2021-27919

Disclosure Date: March 11, 2021 (last updated November 08, 2023)
archive/zip in Go 1.16.x before 1.16.1 allows attackers to cause a denial of service (panic) upon attempted use of the Reader.Open API for a ZIP archive in which ../ occurs at the beginning of any filename.
Attacker Value
Unknown

CVE-2021-3115

Disclosure Date: January 26, 2021 (last updated February 22, 2025)
Go before 1.14.14 and 1.15.x before 1.15.7 on Windows is vulnerable to Command Injection and remote code execution when using the "go get" command to fetch modules that make use of cgo (for example, cgo can execute a gcc program from an untrusted download).
Attacker Value
Unknown

CVE-2021-3114

Disclosure Date: January 26, 2021 (last updated February 22, 2025)
In Go before 1.14.14 and 1.15.x before 1.15.7, crypto/elliptic/p224.go can generate incorrect outputs, related to an underflow of the lowest limb during the final complete reduction in the P-224 field.
Attacker Value
Unknown

CVE-2021-3121

Disclosure Date: January 11, 2021 (last updated February 22, 2025)
An issue was discovered in GoGo Protobuf before 1.3.2. plugin/unmarshal/unmarshal.go lacks certain index validation, aka the "skippy peanut butter" issue.
Attacker Value
Unknown

CVE-2020-28851

Disclosure Date: January 02, 2021 (last updated February 22, 2025)
In x/text in Go 1.15.4, an "index out of range" panic occurs in language.ParseAcceptLanguage while parsing the -u- extension. (x/text/language is supposed to be able to parse an HTTP Accept-Language header.)
Attacker Value
Unknown

CVE-2020-28852

Disclosure Date: January 02, 2021 (last updated February 22, 2025)
In x/text in Go before v0.3.5, a "slice bounds out of range" panic occurs in language.ParseAcceptLanguage while processing a BCP 47 tag. (x/text/language is supposed to be able to parse an HTTP Accept-Language header.)
Attacker Value
Unknown

CVE-2020-29652

Disclosure Date: December 17, 2020 (last updated February 22, 2025)
A nil pointer dereference in the golang.org/x/crypto/ssh component through v0.0.0-20201203163018-be400aefbc4c for Go allows remote attackers to cause a denial of service against SSH servers.
Attacker Value
Unknown

CVE-2020-29509

Disclosure Date: December 14, 2020 (last updated February 22, 2025)
The encoding/xml package in Go (all versions) does not correctly preserve the semantics of attribute namespace prefixes during tokenization round-trips, which allows an attacker to craft inputs that behave in conflicting ways during different stages of processing in affected downstream applications.
Attacker Value
Unknown

CVE-2020-29511

Disclosure Date: December 14, 2020 (last updated February 22, 2025)
The encoding/xml package in Go (all versions) does not correctly preserve the semantics of element namespace prefixes during tokenization round-trips, which allows an attacker to craft inputs that behave in conflicting ways during different stages of processing in affected downstream applications.