Top technology
Linux 13140
Google 12525
Microsoft 12378
Apple 6692
Oracle 6649
Adobe 6383
Ibm 6266
Cisco 5746
Debian 3919
Apache 2864
Mozilla 2857
Redhat 2581
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 …
Crypto
0.45.0+
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…
Crypto
0.45.0+
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 …
Go
1.24.8 / 1.25.2+
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…
Go
1.24.9 / 1.25.3+
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…
Go
1.24.8 / 1.25.2+
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…
Go
1.24.8 / 1.25.2+
MEDIUM 5.3
CVE-2025-58185
Parsing a maliciously crafted DER payload could allocate large amounts of memory, causing memory exhaustion.
Go
1.24.8 / 1.25.2+
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…
Go
1.24.8 / 1.25.2+
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…
Go
1.24.8 / 1.25.2+
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…
Go
1.23.12 / 1.24.6+
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…
Go
1.23.12 / 1.24.6+
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…
Go
1.23.11 / 1.24.5+
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…
Go
1.23.10 / 1.24.4+
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…
Go
1.21.11 / 1.22.4+
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…
Go
1.21.11 / 1.22.4+
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…
Go
1.20.12 / 1.21.5+
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…
Go
1.20.12 / 1.21.5+
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…
Go
1.20.0+
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…
Go
1.20.11 / 1.21.4+
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…
Go
1.20.11 / 1.21.4+
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…
Go
0.17.0 / 1.20.10+
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 …
Go
1.20.9 / 1.21.2+
HIGH 7.5
CVE-2023-39321
Processing an incomplete post-handshake message for a QUIC connection can cause a panic.
Go
1.21.1+
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 …
Go
1.21.1+
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 "…
Go
1.21.1+
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…
Go
1.20.8 / 1.21.1+
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…
Go
1.20.8 / 1.21.1+
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…
Networking
0.13.0+
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…
Image
0.10.0+
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…
Image
0.10.0+