Debian Golang-1.15 vulnerabilities

146 known vulnerabilities affecting debian/golang-1.15.

Total CVEs
146
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
CRITICAL12HIGH60MEDIUM43LOW31

Vulnerabilities

Page 2 of 8
CVE-2025-61726HIGHCVSS 7.5fixed in golang-1.24 1.24.12-1 (forky)2025
CVE-2025-61726 [HIGH] CVE-2025-61726: golang-1.15 - The net/url package does not set a limit on the number of query parameters in a ... The net/url package does not set a limit on the number of query parameters in a query. While the maximum size of query parameters in URLs is generally limited by the maximum request header size, the net/http.Request.ParseForm method can parse large URL-encoded forms. Parsing a large form containing many unique query parameters can cause excessive memory consumpt
debian
CVE-2025-61729HIGHCVSS 7.5fixed in golang-1.24 1.24.12-1 (forky)2025
CVE-2025-61729 [HIGH] CVE-2025-61729: golang-1.15 - Within HostnameError.Error(), when constructing an error string, there is no lim... Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a malicious actor can result in excessive resource consumption. Scope: local bullseye:
debian
CVE-2025-4674HIGHCVSS 8.6fixed in golang-1.24 1.24.7-1 (forky)2025
CVE-2025-4674 [HIGH] CVE-2025-4674: golang-1.15 - The go command may execute unexpected commands when operating in untrusted VCS r... The go command may execute unexpected commands when operating in untrusted VCS repositories. This occurs when possibly dangerous VCS configuration is present in repositories. This can happen when a repository was fetched via one VCS (e.g. Git), but contains metadata for another VCS (e.g. Mercurial). Modules which are retrieved using the go command line, i.e. via "
debian
CVE-2025-61732HIGHCVSS 8.6fixed in golang-1.24 1.24.13-1 (forky)2025
CVE-2025-61732 [HIGH] CVE-2025-61732: golang-1.15 - A discrepancy between how Go and C/C++ comments were parsed allowed for code smu... A discrepancy between how Go and C/C++ comments were parsed allowed for code smuggling into the resulting cgo binary. Scope: local bullseye: open
debian
CVE-2025-61731HIGHCVSS 7.8fixed in golang-1.24 1.24.12-1 (forky)2025
CVE-2025-61731 [HIGH] CVE-2025-61731: golang-1.15 - Building a malicious file with cmd/go can cause can cause a write to an attacker... Building a malicious file with cmd/go can cause can cause a write to an attacker-controlled file with partial control of the file content. The "#cgo pkg-config:" directive in a Go source file provides command-line arguments to provide to the Go pkg-config command. An attacker can provide a "--log-file" argument to this directive, causing pkg-config to write to a
debian
CVE-2025-47907HIGHCVSS 7.0fixed in golang-1.24 1.24.7-1 (forky)2025
CVE-2025-47907 [HIGH] CVE-2025-47907: golang-1.15 - Cancelling a query (e.g. by cancelling the context passed to one of the query me... 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 result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return eithe
debian
CVE-2025-58188HIGHCVSS 7.5fixed in golang-1.24 1.24.8-1 (forky)2025
CVE-2025-58188 [HIGH] CVE-2025-58188: golang-1.15 - Validating certificate chains which contain DSA public keys can cause programs t... 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 arbitrary certificate chains. Scope: local bullseye: open
debian
CVE-2025-61723HIGHCVSS 7.5fixed in golang-1.24 1.24.8-1 (forky)2025
CVE-2025-61723 [HIGH] CVE-2025-61723: golang-1.15 - The processing time for parsing some invalid inputs scales non-linearly with res... 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. Scope: local bullseye: open
debian
CVE-2025-4673MEDIUMCVSS 6.8fixed in golang-1.24 1.24.4-1 (forky)2025
CVE-2025-4673 [MEDIUM] CVE-2025-4673: golang-1.15 - Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin red... Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive information. Scope: local bullseye: open
debian
CVE-2025-58183MEDIUMCVSS 4.3fixed in golang-1.24 1.24.8-1 (forky)2025
CVE-2025-58183 [MEDIUM] CVE-2025-58183: golang-1.15 - tar.Reader does not set a maximum size on the number of sparse region data block... tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allo
debian
CVE-2025-58186MEDIUMCVSS 5.3fixed in golang-1.24 1.24.8-1 (forky)2025
CVE-2025-58186 [MEDIUM] CVE-2025-58186: golang-1.15 - Despite HTTP headers having a default limit of 1MB, the number of cookies that c... 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 server allocate a large amount of structs, causing large memory consumption. Scope: local bullseye: open
debian
CVE-2025-61727MEDIUMCVSS 6.5fixed in golang-1.24 1.24.12-1 (forky)2025
CVE-2025-61727 [MEDIUM] CVE-2025-61727: golang-1.15 - An excluded subdomain constraint in a certificate chain does not restrict the us... 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 does not prevent a leaf certificate from claiming the SAN *.example.com. Scope: local bullseye: open
debian
CVE-2025-61724MEDIUMCVSS 5.3fixed in golang-1.24 1.24.8-1 (forky)2025
CVE-2025-61724 [MEDIUM] CVE-2025-61724: golang-1.15 - The Reader.ReadResponse function constructs a response string through repeated s... 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. Scope: local bullseye: open
debian
CVE-2025-58185MEDIUMCVSS 5.3fixed in golang-1.24 1.24.8-1 (forky)2025
CVE-2025-58185 [MEDIUM] CVE-2025-58185: golang-1.15 - Parsing a maliciously crafted DER payload could allocate large amounts of memory... Parsing a maliciously crafted DER payload could allocate large amounts of memory, causing memory exhaustion. Scope: local bullseye: open
debian
CVE-2025-47912MEDIUMCVSS 5.3fixed in golang-1.24 1.24.8-1 (forky)2025
CVE-2025-47912 [MEDIUM] CVE-2025-47912: golang-1.15 - The Parse function permits values other than IPv6 addresses to be included in sq... 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 component, enclosed within square brackets. For example: "http://[::1]/". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this
debian
CVE-2025-22870MEDIUMCVSS 4.4fixed in golang-1.24 1.24.1-1 (forky)2025
CVE-2025-22870 [MEDIUM] CVE-2025-22870: golang-1.15 - Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as... 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 "[::1%25.example.com]:80` will incorrectly match and not be proxied. Scope: local bullseye: open
debian
CVE-2025-61730MEDIUMCVSS 5.3fixed in golang-1.24 1.24.12-1 (forky)2025
CVE-2025-61730 [MEDIUM] CVE-2025-61730: golang-1.15 - During the TLS 1.3 handshake if multiple messages are sent in records that span ... 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 may be processed before the encryption level changes. This can cause some minor information disclosure if a network-local attacker can inject messages during the h
debian
CVE-2025-47906MEDIUMCVSS 6.5fixed in golang-1.24 1.24.7-1 (forky)2025
CVE-2025-47906 [MEDIUM] CVE-2025-47906: golang-1.15 - If the PATH environment variable contains paths which are executables (rather th... If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath ("", ".", and ".."), can result in the binaries listed in the PATH being unexpectedly returned. Scope: local bullseye: open
debian
CVE-2025-58189MEDIUMCVSS 5.3fixed in golang-1.24 1.24.8-1 (forky)2025
CVE-2025-58189 [MEDIUM] CVE-2025-58189: golang-1.15 - When Conn.Handshake fails during ALPN negotiation the error contains attacker co... When Conn.Handshake fails during ALPN negotiation the error contains attacker controlled information (the ALPN protocols sent by the client) which is not escaped. Scope: local bullseye: open
debian
CVE-2025-22866MEDIUMCVSS 4.0fixed in golang-1.24 1.24~rc3-1 (forky)2025
CVE-2025-22866 [MEDIUM] CVE-2025-22866: golang-1.15 - Due to the usage of a variable time instruction in the assembly implementation o... Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Due to the way this function is used, we do not believe this leakage is enough to allow recovery of the private key when P-256 is used in any well known protocols. Scope: local
debian