Vulnerability index

Browse CVEs

212 matching
Filters 1 Clear all
Severity

Filters apply as you choose them.

Crypto MEDIUM 5.3
CVE-2025-47914

SSH Agent servers do not validate the size of messages when processing new identity requests, which may cause the program to panic if the message is …

Fix: 0.45.0+
Fix from $1,600 2025-11-19
Crypto MEDIUM 5.3
CVE-2025-58181

SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause u…

Fix: 0.45.0+
Fix from $1,600 2025-11-19
Go MEDIUM 5.3
CVE-2025-61724

The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response …

Fix: 1.24.8 / 1.25.2+
Fix from $1,600 2025-10-29
Go HIGH 7.5
CVE-2025-58187

Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size of the ce…

Fix: 1.24.9 / 1.25.3+
Fix from $1,950 2025-10-29
Go HIGH 7.5
CVE-2025-58188

Validating certificate chains which contain DSA public keys can cause programs to panic, due to a interface cast that assumes they implement the Equa…

Fix: 1.24.8 / 1.25.2+
Fix from $1,950 2025-10-29
Go HIGH 7.5
CVE-2025-61723

The processing time for parsing some invalid inputs scales non-linearly with respect to the size of the input. This affects programs which parse untr…

Fix: 1.24.8 / 1.25.2+
Fix from $1,950 2025-10-29
Go MEDIUM 5.3
CVE-2025-58185

Parsing a maliciously crafted DER payload could allocate large amounts of memory, causing memory exhaustion.

Fix: 1.24.8 / 1.25.2+
Fix from $1,600 2025-10-29
Go MEDIUM 5.3
CVE-2025-58189

When Conn.Handshake fails during ALPN negotiation the error contains attacker controlled information (the ALPN protocols sent by the client) which is…

Fix: 1.24.8 / 1.25.2+
Fix from $1,600 2025-10-29
Go MEDIUM 5.3
CVE-2025-47912

The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IP…

Fix: 1.24.8 / 1.25.2+
Fix from $1,600 2025-10-29
Go MEDIUM 6.5
CVE-2025-47906

If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath ("", ".", a…

Fix: 1.23.12 / 1.24.6+
Fix from $1,600 2025-09-18
Go HIGH 7.0
CVE-2025-47907

Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can resu…

Fix: 1.23.12 / 1.24.6+
Fix from $1,950 2025-08-07
Go HIGH 8.6
CVE-2025-4674

The go command may execute unexpected commands when operating in untrusted VCS repositories. This occurs when possibly dangerous VCS configuration is…

Fix: 1.23.11 / 1.24.5+
Fix from $1,950 2025-07-29
Go MEDIUM 5.5
CVE-2025-0913

os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, O…

Fix: 1.23.10 / 1.24.4+
Fix from $1,600 2025-06-11
Go CRITICAL 9.8
CVE-2024-24790

The various Is methods (IsPrivate, IsLoopback, etc) did not work as expected for IPv4-mapped IPv6 addresses, returning false for addresses which woul…

Fix: 1.21.11 / 1.22.4+
Fix from $2,300 2024-06-05
Go MEDIUM 5.5
CVE-2024-24789

The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment cou…

Fix: 1.21.11 / 1.22.4+
Fix from $1,600 2024-06-05
Go HIGH 7.5
CVE-2023-45285

Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via th…

Fix: 1.20.12 / 1.21.5+
Fix from $1,950 2023-12-06
Go MEDIUM 5.3
CVE-2023-39326

A malicious HTTP sender can use chunk extensions to cause a receiver reading from a request or response body to read many more bytes from the network…

Fix: 1.20.12 / 1.21.5+
Fix from $1,600 2023-12-06
Go HIGH 7.5
CVE-2023-45287

Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing att…

Fix: 1.20.0+
Fix from $1,950 2023-12-05
Go HIGH 7.5
CVE-2023-45283

The filepath package does not recognize paths with a \??\ prefix as special. On Windows, a path beginning with \??\ is a Root Local Device path equiv…

Fix: 1.20.11 / 1.21.4+
Fix from $1,950 2023-11-09
Go MEDIUM 5.3
CVE-2023-45284

On Windows, The IsLocal function does not correctly detect reserved device names in some cases. Reserved names followed by spaces, such as "COM1 ", a…

Fix: 1.20.11 / 1.21.4+
Fix from $1,600 2023-11-09
Go HIGH 7.5
CVE-2023-39325

A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total…

Fix: 0.17.0 / 1.20.10+
Fix from $1,950 2023-10-11
Go HIGH 8.1
CVE-2023-39323

Line directives ("//line") can be used to bypass the restrictions on "//go:cgo_" directives, allowing blocked linker and compiler flags to be passed …

Fix: 1.20.9 / 1.21.2+
Fix from $1,950 2023-10-05
Go HIGH 7.5
CVE-2023-39321

Processing an incomplete post-handshake message for a QUIC connection can cause a panic.

Fix: 1.21.1+
Fix from $1,950 2023-09-08
Go HIGH 7.5
CVE-2023-39322

QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection …

Fix: 1.21.1+
Fix from $1,950 2023-09-08
Go CRITICAL 9.8
CVE-2023-39320

The go.mod toolchain directive, introduced in Go 1.21, can be leveraged to execute scripts and binaries relative to the root of the module when the "…

Fix: 1.21.1+
Fix from $2,300 2023-09-08
Go MEDIUM 6.1
CVE-2023-39318

The html/template package does not properly handle HTML-like "" comment tokens, nor hashbang "#!" comment tokens, in <script> contexts. This may caus…

Fix: 1.20.8 / 1.21.1+
Fix from $1,600 2023-09-08
Go MEDIUM 6.1
CVE-2023-39319

The html/template package does not apply the proper rules for handling occurrences of "<script", "<!--", and "</script" within JS literals in <script…

Fix: 1.20.8 / 1.21.1+
Fix from $1,600 2023-09-08
Networking MEDIUM 6.1
CVE-2023-3978

Text nodes not in the HTML namespace are incorrectly literally rendered, causing text which should be escaped to not be. This could lead to an XSS at…

Fix: 0.13.0+
Fix from $1,600 2023-08-02
Image MEDIUM 6.5
CVE-2023-29407

A maliciously-crafted image can cause excessive CPU consumption in decoding. A tiled image with a height of 0 and a very large width can cause excess…

Fix: 0.10.0+
Fix from $1,600 2023-08-02
Image MEDIUM 6.5
CVE-2023-29408

The TIFF decoder does not place a limit on the size of compressed tile data. A maliciously-crafted image can exploit this to cause a small image (bot…

Fix: 0.10.0+
Fix from $1,600 2023-08-02