Package impact

golang Go / stdlib

0
KEVHas exploit
Reset
CVE Severity CVSS Risk Published Description Impact
CVE-2022-30629 medium 5.5 4y ago Moderate: container-tools:rhel8 security, bug fix, and enhancement update rockylinuxredhatsusedebian+1
CVE-2022-1705 medium 5.5 4y ago Moderate: git-lfs security and bug fix update rockylinuxredhatsusedebian+1
CVE-2019-14809 medium 5.5 4y ago Incorrect parsing validation in net/url archgolang
CVE-2019-17596 medium 5.5 4y ago Panic on invalid DSA public keys in crypto/dsa archsusegolang
CVE-2021-31525 medium 5.5 4y ago Moderate: go-toolset:rhel8 security, bug fix, and enhancement update archsusedebianrockylinux+1
CVE-2019-6486 medium 5.5 4y ago Denial of service affecting P-521 and P-384 curves in crypto/elliptic archsusegolang
CVE-2022-23772 medium 5.5 4y ago Moderate: go-toolset:rhel8 security and bug fix update suserockylinuxdebiangolang
CVE-2022-23806 medium 5.5 4y ago Moderate: go-toolset:rhel8 security and bug fix update suserockylinuxdebiangolang
CVE-2021-39293 medium 5.5 4y ago Moderate: go-toolset:rhel8 security and bug fix update archsuserockylinuxdebian+1
CVE-2021-27918 medium 5.5 4y ago Moderate: go-toolset:rhel8 security, bug fix, and enhancement update archdebianrockylinuxgolang
CVE-2021-3114 medium 5.5 4y ago Moderate: grafana security, bug fix, and enhancement update archsusedebianrockylinux+1
CVE-2021-33196 medium 5.5 4y ago Moderate: go-toolset:rhel8 security, bug fix, and enhancement update archsuserockylinuxdebian+1
CVE-2021-36221 medium 5.5 4y ago Moderate: go-toolset:rhel8 security, bug fix, and enhancement update archrockylinuxdebiangolang
CVE-2021-41772 medium 5.5 4y ago Moderate: go-toolset:rhel8 security and bug fix update archsuserockylinuxdebian+1
CVE-2021-41771 medium 5.5 4y ago Moderate: go-toolset:rhel8 security and bug fix update archsuserockylinuxdebian+1
CVE-2020-24553 medium 5.5 4y ago Go before 1.14.8 and 1.15.x before 1.15.1 allows XSS because text/html is the default for CGI/FCGI handlers that lack a Content-Type header. archsusedebiangolang
CVE-2026-39825 medium 5.3 5.3 20d ago 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, ReverseProxy sanitize… debiansusegolanggcp
CVE-2014-7189 medium 4.3 12y ago Man-in-the-middle attack with SessionTicketsDisabled in crypto/tls golang
CVE-2025-22873 low 2.5 4mo ago It was possible to improperly access the parent directory of an os.Root by opening a filename ending in "../". For example, Root.Open("../") would open the parent directory of the Root. This escape o… archdebiansusegolang
CVE-2021-27919 low 2.5 5y ago archive/zip in Go 1.16.x before 1.16.1 allows attackers to cause a denial of service (panic) upon attempted use of the Reader.Open API for a ZIP archive in which ../ occurs at the beginning of any fi… archsusedebiangolang
CVE-2020-0601 unknown 1.5 4y ago Microsoft Windows CryptoAPI (Crypt32.dll) contains a spoofing vulnerability in the way it validates Elliptic Curve Cryptography (ECC) certificates. An attacker could exploit the vulnerability by usin… golang
CVE-2026-32289 unknown 2mo ago Context was not properly tracked across template branches for JS template literals, leading to possibly incorrect escaping of content when branches were used. Additionally template actions within JS … debiansusegolanggcp
CVE-2026-32288 unknown 2mo ago 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" format. debiansusegolanggcp
CVE-2026-27139 unknown 3mo ago On Unix platforms, when listing the contents of a directory using File.ReadDir or File.Readdir the returned FileInfo could reference a file outside of the Root in which the File was opened. The impac… debiansusegolanggcp
CVE-2026-27138 unknown 3mo ago Certificate verification can panic when a certificate in the chain has an empty DNS name and another certificate in the chain has excluded name constraints. This can crash programs that are either di… debiansusegolang
CVE-2026-27142 unknown 3mo ago 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". A new GODEBUG set… debiansusegolanggcp
CVE-2025-61730 unknown 4mo ago During the TLS 1.3 handshake if multiple messages are sent in records that span encryption level boundaries (for instance the Client Hello and Encrypted Extensions messages), the subsequent messages … debiansusegolang
CVE-2025-61727 unknown 6mo ago An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. For example a constraint that excludes the subdomain test.example.com doe… debiansusegolang
CVE-2025-61724 unknown 7mo ago The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption. debiansusegolang
CVE-2025-58188 unknown 7mo ago Validating certificate chains which contain DSA public keys can cause programs to panic, due to a interface cast that assumes they implement the Equal method. This affects programs which validate arb… debiansusegolanggcp
CVE-2025-58186 unknown 7mo ago Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as "a=;", an attacker can make an HTTP … debiansusegolang
CVE-2025-58185 unknown 7mo ago Parsing a maliciously crafted DER payload could allocate large amounts of memory, causing memory exhaustion. debiansusegolang
CVE-2025-47912 unknown 7mo ago 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 IPv6 addresses to be included within the host compon… debiansusegolang
CVE-2025-61723 unknown 7mo ago The processing time for parsing some invalid inputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs. debiansusegolanggcp
CVE-2025-58189 unknown 7mo ago When Conn.Handshake fails during ALPN negotiation the error contains attacker controlled information (the ALPN protocols sent by the client) which is not escaped. debiansusegolang
CVE-2025-58187 unknown 7mo ago 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 certificate. This affects programs which validate ar… debiansusegolanggcp
CVE-2025-61725 unknown 7mo ago The ParseAddress function constructs domain-literal address components through repeated string concatenation. When parsing large domain-literal components, this can cause excessive CPU consumption. debiansusegolang
CVE-2025-47910 unknown 8mo ago When using http.CrossOriginProtection, the AddInsecureBypassPattern method can unexpectedly bypass more requests than intended. CrossOriginProtection then skips validation, but forwards the original … debiansusegolang
CVE-2025-0913 unknown 1y ago 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, OpenFile with O_CREATE and O_EXCL flags never follo… debiansusegolang
CVE-2025-22870 unknown 1y ago Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::… debiansusegolang
CVE-2025-22865 unknown 1y ago Using ParsePKCS1PrivateKey to parse a RSA key that is missing the CRT values would panic when verifying that the key is well formed. debiansusegolang
CVE-2023-45284 unknown 3y ago On Windows, The IsLocal function does not correctly detect reserved device names in some cases. Reserved names followed by spaces, such as "COM1 ", and reserved names "COM" and "LPT" followed by supe… susedebiangolang
CVE-2023-45283 unknown 3y ago The filepath package does not recognize paths with a \??\ prefix as special. On Windows, a path beginning with \??\ is a Root Local Device path equivalent to a path beginning with \\?\. Paths with a … susedebiangolang
CVE-2022-41722 unknown 3y ago 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 "c:\b". This transf… debiangolang
CVE-2022-41720 unknown 4y ago 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. These functions permit a… debiangolang
CVE-2022-41716 unknown 4y ago 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 values containing NUL v… susedebiangolang
CVE-2022-32190 unknown 4y ago 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", despite the JoinPath do… susedebiangolang
CVE-2022-29804 unknown 4y ago Incorrect conversion of certain invalid paths to valid, absolute paths in Clean in path/filepath before Go 1.17.11 and Go 1.18.3 on Windows allows potential directory traversal attack. susedebiangolang
CVE-2022-30580 unknown 4y ago Code injection in Cmd.Start in os/exec before Go 1.17.11 and Go 1.18.3 allows execution of any binaries in the working directory named either "..com" or "..exe" by calling Cmd.Run, Cmd.Start, Cmd.Out… susedebiangolang
CVE-2022-30634 unknown 4y ago 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. susedebiangolang
CVE-2019-9634 unknown 4y ago DLL injection on Windows in runtime and syscall golang
CVE-2022-27536 unknown 4y ago Panic during certificate parsing on Darwin in crypto/x509 susegolang
CVE-2020-14039 unknown 4y ago In Go before 1.13.13 and 1.14.x before 1.14.5, Certificate.Verify may lack a check on the VerifyOptions.KeyUsages EKU requirements (if VerifyOptions.Roots equals nil and the installation is on Window… debiangolang
CVE-2020-15586 unknown 4y ago Go before 1.13.13 and 1.14.x before 1.14.5 has a data race in some net/http servers, as demonstrated by the httputil.ReverseProxy Handler, because it reads a request body and writes a response at the… susedebiangolang
CVE-2015-5741 unknown 4y ago Request smuggling due to improper header parsing in net/http golang
CVE-2020-16845 unknown 5y ago Go before 1.13.15 and 14.x before 1.14.7 can have an infinite read loop in ReadUvarint and ReadVarint in encoding/binary via invalid inputs. susedebiangolang
CVE-2020-7919 unknown 5y ago Panic in certificate parsing in crypto/x509 and golang.org/x/crypto/cryptobyte susegolang