Skip to main content

Vendor/product archive

golang / go CVEs

Beta · best-effort

174 CVEs tagged to golang / go22 Critical, 101 High, 48 Medium, 3 Low, 0 Unrated.

CVE-2023-24539

Published May 11, 2023

Angle brackets (<>) are not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character can result in unexp…

CVSS 7.3 · High
Vendor/product tagsBeta · best-effort

CVE-2023-24538

Published Apr 6, 2023

Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a…

CVSS 9.8 · Critical
Vendor/product tagsBeta · best-effort

CVE-2023-24537

Published Apr 6, 2023

Calling any of the Parse functions on Go source code which contains //line directives with very large line numbers can cause an infinite loop due to integer overflow.

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2023-24536

Published Apr 6, 2023

Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/mult…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2023-24534

Published Apr 6, 2023

HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input da…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2023-24532

Published Mar 8, 2023

The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars (a scalar larger than the order of the cu…

CVSS 5.3 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-41725

Published Feb 28, 2023

A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2022-41724

Published Feb 28, 2023

Large handshake records may cause panics in crypto/tls. Both clients and servers may send large TLS handshake records which cause servers and clients, respectively, to panic when…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2022-41723

Published Feb 28, 2023

A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2022-41722

Published Feb 28, 2023

A path traversal vulnerability exists in filepath.Clean on Windows. On Windows, the filepath.Clean function could transform an invalid path such as "a/../c:/b" into the valid path…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2022-41720

Published Dec 7, 2022

On Windows, restricted files can be accessed via os.DirFS and http.Dir. The os.DirFS function and http.Dir type provide access to a tree of files rooted at a given directory. Thes…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2022-41716

Published Nov 2, 2022

Due to unsanitized NUL values, attackers may be able to maliciously set environment variables on Windows. In syscall.StartProcess and os/exec.Cmd, invalid environment variable val…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2022-41715

Published Oct 14, 2022

Programs which compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp representation is linear in the si…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2022-2880

Published Oct 14, 2022

Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query paramet…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2022-2879

Published Oct 14, 2022

Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing r…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2022-32190

Published Sep 13, 2022

JoinPath and URL.JoinPath do not remove ../ path elements appended to a relative path. For example, JoinPath("https://go.dev", "../go") returns the URL "https://go.dev/../go", des…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2022-27664

Published Sep 6, 2022

In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted b…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2022-32189

Published Aug 10, 2022

A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service.

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2022-32148

Published Aug 10, 2022

Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containi…

CVSS 6.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-30635

Published Aug 10, 2022

Uncontrolled recursion in Decoder.Decode in encoding/gob before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a message which contains d…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2022-30633

Published Aug 10, 2022

Uncontrolled recursion in Unmarshal 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 unmarshalling an XML document i…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2022-30632

Published Aug 10, 2022

Uncontrolled recursion in Glob in path/filepath before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path containing a large number of…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2022-30631

Published Aug 10, 2022

Uncontrolled recursion in Reader.Read in compress/gzip before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via an archive containing a larg…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2022-30630

Published Aug 10, 2022

Uncontrolled recursion in Glob in io/fs before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path which contains a large number of pat…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort
Showing 76-100 of 174 CVEsPage 4 of 7