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-2026-42505

Published Jul 8, 2026

Handshakes which used Encrypted Client Hello could be de-anonymized by a passive network observer due to a disclosure of pre-shared key identities in the unencrypted client hello.

CVSS 5.3 · Medium
evidence mentions
5
Buzz score
37.9
Vendor/product tagsBeta · best-effort

CVE-2026-39822

Published Jul 8, 2026

On Unix systems, opening a file in an os.Root improperly follows symlinks to locations outside of the Root when the final path component of the a path is a symbolic link and the p…

CVSS 7.8 · High
evidence mentions
5
Buzz score
37.9
Vendor/product tagsBeta · best-effort

CVE-2026-42501

Published May 7, 2026

A malicious module proxy can exploit a flaw in the go command's validation of module checksums to bypass checksum database validation. This vulnerability affects any user using an…

CVSS 7.5 · High
evidence mentions
5
Buzz score
37.9
Vendor/product tagsBeta · best-effort

CVE-2026-42499

Published May 7, 2026

Pathological inputs could cause DoS through consumePhrase when parsing an email address according to RFC 5322.

CVSS 7.5 · High
evidence mentions
30
Buzz score
50.0
Vendor/product tagsBeta · best-effort

CVE-2026-39836

Published May 7, 2026

The Dial and LookupPort functions panic on Windows when provided with an input containing a NUL (0).

CVSS 7.5 · High
evidence mentions
5
Buzz score
37.9
Vendor/product tagsBeta · best-effort

CVE-2026-39826

Published May 7, 2026

If a trusted template author were to write a <script> tag containing an empty 'type' attribute or a 'type' attribute with an ASCII whitespace, the execution of the template would…

CVSS 6.1 · Medium
evidence mentions
5
Buzz score
37.9
Vendor/product tagsBeta · best-effort

CVE-2026-39825

Published May 7, 2026

ReverseProxy can forward queries containing parameters not visible to Rewrite functions. When used with a Rewrite function, or a Director function which parses query parameters, R…

CVSS 5.3 · Medium
evidence mentions
5
Buzz score
37.9
Vendor/product tagsBeta · best-effort

CVE-2026-39823

Published May 7, 2026

CVE-2026-27142 fixed a vulnerability in which URLs were not correctly escaped inside of a <meta> tag's <content> attribute. If the URL content were to insert ASCII whitespaces aro…

CVSS 6.1 · Medium
evidence mentions
5
Buzz score
37.9
Vendor/product tagsBeta · best-effort

CVE-2026-39820

Published May 7, 2026

Well-crafted inputs reaching ParseAddress, ParseAddressList, and ParseDate were able to trigger excessive CPU exhaustion and memory allocations.

CVSS 7.5 · High
evidence mentions
30
Buzz score
50.0
Vendor/product tagsBeta · best-effort

CVE-2026-39819

Published May 7, 2026

The "go bug" command writes to two files with predictable names in the system temporary directory (for example, "/tmp"). An attacker with access to the temporary directory can cre…

CVSS 5.3 · Medium
evidence mentions
5
Buzz score
37.9
Vendor/product tagsBeta · best-effort

CVE-2026-39817

Published May 7, 2026

The "go tool pack" subcommand (usually used only by the compiler as an internal tool with known-good inputs) does not sanitize output filenames. Extracting a malicious archive fil…

CVSS 5.9 · Medium
evidence mentions
5
Buzz score
37.9
Vendor/product tagsBeta · best-effort

CVE-2026-33814

Published May 7, 2026

When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.

CVSS 7.5 · High
evidence mentions
19
Buzz score
50.0
Vendor/product tagsBeta · best-effort

CVE-2026-33811

Published May 7, 2026

When using LookupCNAME with the cgo DNS resolver, a very long CNAME response can trigger a double-free of C memory and a crash.

CVSS 7.5 · High
evidence mentions
64
Buzz score
50.0
Vendor/product tagsBeta · best-effort

CVE-2026-33810

Published Apr 8, 2026

When verifying a certificate chain containing excluded DNS constraints, these constraints are not correctly applied to wildcard DNS SANs which use a different case than the constr…

CVSS 8.2 · High
evidence mentions
52
Buzz score
50.0
Vendor/product tagsBeta · best-effort

CVE-2026-32289

Published Apr 8, 2026

Context was not properly tracked across template branches for JS template literals, leading to possibly incorrect escaping of content when branches were used. Additionally templat…

CVSS 6.1 · Medium
evidence mentions
5
Buzz score
37.9
Vendor/product tagsBeta · best-effort

CVE-2026-32288

Published Apr 8, 2026

tar.Reader can allocate an unbounded amount of memory when reading a maliciously-crafted archive containing a large number of sparse regions encoded in the "old GNU sparse map" fo…

CVSS 5.5 · Medium
evidence mentions
5
Buzz score
37.9
Vendor/product tagsBeta · best-effort

CVE-2026-32283

Published Apr 8, 2026

If one side of the TLS connection sends multiple key update messages post-handshake in a single record, the connection can deadlock, causing uncontrolled consumption of resources.…

CVSS 7.5 · High
evidence mentions
105
Buzz score
50.0
Vendor/product tagsBeta · best-effort

CVE-2026-32282

Published Apr 8, 2026

On Linux, if the target of Root.Chmod is replaced with a symlink while the chmod operation is in progress, Chmod can operate on the target of the symlink, even when the target lie…

CVSS 6.4 · Medium
evidence mentions
5
Buzz score
37.9
Vendor/product tagsBeta · best-effort

CVE-2026-32281

Published Apr 8, 2026

Validating certificate chains which use policies is unexpectedly inefficient when certificates in the chain contain a very large number of policy mappings, possibly causing denial…

CVSS 7.5 · High
evidence mentions
5
Buzz score
37.9
Vendor/product tagsBeta · best-effort

CVE-2026-32280

Published Apr 8, 2026

During chain building, the amount of work that is done is not correctly limited when a large number of intermediate certificates are passed in VerifyOptions.Intermediates, which c…

CVSS 7.5 · High
evidence mentions
149
Buzz score
50.0
Vendor/product tagsBeta · best-effort

CVE-2026-27144

Published Apr 8, 2026

The compiler is meant to unwrap pointers which are the operands of a memory move; a no-op interface conversion prevented the compiler from making the correct determination about n…

CVSS 7.1 · High
evidence mentions
5
Buzz score
37.9
Vendor/product tagsBeta · best-effort

CVE-2026-27143

Published Apr 8, 2026

Arithmetic over induction variables in loops were not correctly checked for underflow or overflow. As a result, the compiler would allow for invalid indexing to occur at runtime,…

CVSS 9.8 · Critical
evidence mentions
5
Buzz score
37.9
Vendor/product tagsBeta · best-effort

CVE-2026-27140

Published Apr 8, 2026

SWIG file names containing 'cgo' and well-crafted payloads could lead to code smuggling and arbitrary code execution at build time due to trust layer bypass.

CVSS 8.8 · High
evidence mentions
22
Buzz score
50.0
Vendor/product tagsBeta · best-effort

CVE-2026-27142

Published Mar 6, 2026

Actions which insert URLs into the content attribute of HTML meta tags are not escaped. This can allow XSS if the meta tag also has an http-equiv attribute with the value "refresh…

CVSS 6.1 · Medium
evidence mentions
5
Buzz score
37.9
Vendor/product tagsBeta · best-effort
Showing 1-25 of 174 CVEsPage 1 of 7