Show filters
15 Total Results
Displaying 1-10 of 15
Sort by:
Attacker Value
Unknown

CVE-2022-23806

Disclosure Date: February 11, 2022 (last updated February 23, 2025)
Curve.IsOnCurve in crypto/elliptic in Go before 1.16.14 and 1.17.x before 1.17.7 can incorrectly return true in situations with a big.Int value that is not a valid field element.
Attacker Value
Unknown

CVE-2022-28131

Disclosure Date: August 10, 2022 (last updated November 08, 2023)
Uncontrolled recursion in Decoder.Skip in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a deeply nested XML document.
Attacker Value
Unknown

CVE-2022-30634

Disclosure Date: July 15, 2022 (last updated November 08, 2023)
Infinite loop in Read in crypto/rand before Go 1.17.11 and Go 1.18.3 on Windows allows attacker to cause an indefinite hang by passing a buffer larger than 1 << 32 - 1 bytes.
Attacker Value
Unknown

CVE-2022-23773

Disclosure Date: February 11, 2022 (last updated February 23, 2025)
cmd/go in Go before 1.16.14 and 1.17.x before 1.17.7 can misinterpret branch names that falsely appear to be version tags. This can lead to incorrect access control if an actor is supposed to be able to create branches but not tags.
Attacker Value
Unknown

CVE-2022-23772

Disclosure Date: February 11, 2022 (last updated February 23, 2025)
Rat.SetString in math/big in Go before 1.16.14 and 1.17.x before 1.17.7 has an overflow that can lead to Uncontrolled Memory Consumption.
Attacker Value
Unknown

CVE-2021-39293

Disclosure Date: January 24, 2022 (last updated February 23, 2025)
In archive/zip in Go before 1.16.8 and 1.17.x before 1.17.1, a crafted archive header (falsely designating that many files are present) can cause a NewReader or OpenReader panic. NOTE: this issue exists because of an incomplete fix for CVE-2021-33196.
Attacker Value
Unknown

CVE-2021-44716

Disclosure Date: January 01, 2022 (last updated February 23, 2025)
net/http in Go before 1.16.12 and 1.17.x before 1.17.5 allows uncontrolled memory consumption in the header canonicalization cache via HTTP/2 requests.
Attacker Value
Unknown

CVE-2021-33195

Disclosure Date: August 02, 2021 (last updated February 23, 2025)
Go before 1.15.13 and 1.16.x before 1.16.5 has functions for DNS lookups that do not validate replies from DNS servers, and thus a return value may contain an unsafe injection (e.g., XSS) that does not conform to the RFC1035 format.
Attacker Value
Unknown

CVE-2021-34558

Disclosure Date: July 15, 2021 (last updated February 23, 2025)
The crypto/tls package of Go through 1.16.5 does not properly assert that the type of public key in an X.509 certificate matches the expected type when doing a RSA based key exchange, allowing a malicious TLS server to cause a TLS client to panic.
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).