rpm package
almalinux/go-toolset
pkg:rpm/almalinux/go-toolset
Vulnerabilities (74)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2026-39822 | Hig | 7.8 | < 1.26.5-1.el9_8 | 1.26.5-1.el9_8 | 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 path ends in /. For example, 'root.Open("symlink/")' will open "symlink" even when "symlink" is a symb | |
| CVE-2026-42507 | Med | 5.3 | < 1.26.4-1.el10_2.alma.1 | 1.26.4-1.el10_2.alma.1 | Jun 2, 2026 | When returning errors, functions in the net/textproto package would include its input as part of the error. This might allow an attacker to inject misleading content to errors that are printed or logged. | |
| CVE-2026-27145 | Med | 6.5 | < 1.26.5-1.module_el8.10.0+4223+bd807c2e | 1.26.5-1.module_el8.10.0+4223+bd807c2e | Jun 2, 2026 | (*x509.Certificate).VerifyHostname previously called matchHostnames in a loop over all DNS Subject Alternative Name (SAN) entries. This caused strings.Split(host, ".") to execute repeatedly on the same input hostname. With a large DNS SAN list, verification costs scaled quadratic | |
| CVE-2026-39821 | Cri | 9.6 | < 1.26.5-1.el9_8 | 1.26.5-1.el9_8 | May 22, 2026 | The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode("xn--example-.com") incorrectly returns the name "example.com" rather than an error. This behavior can lead to privilege escalation in program | |
| CVE-2026-32283 | Hig | 7.5 | < 1.25.9-1.module_el8.10.0+4167+2e2e20dd | 1.25.9-1.module_el8.10.0+4167+2e2e20dd | 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. This can lead to a denial of service. This only affects TLS 1.3. | |
| CVE-2026-32282 | Med | 6.4 | < 1.25.9-1.module_el8.10.0+4167+2e2e20dd | 1.25.9-1.module_el8.10.0+4167+2e2e20dd | 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 lies outside the root. The Linux fchmodat syscall silently ignores the AT_SYMLINK_NOFOLLOW flag, which R | |
| CVE-2026-32280 | Hig | 7.5 | < 1.25.9-1.module_el8.10.0+4167+2e2e20dd | 1.25.9-1.module_el8.10.0+4167+2e2e20dd | 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 can lead to a denial of service. This affects both direct users of crypto/x509 and users of crypto/tls | |
| CVE-2026-27144 | Hig | 7.1 | < 1.25.9-1.module_el8.10.0+4167+2e2e20dd | 1.25.9-1.module_el8.10.0+4167+2e2e20dd | 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 non-overlapping moves, potentially leading to memory corruption at runtime. | |
| CVE-2026-27143 | Cri | 9.8 | < 1.25.9-1.module_el8.10.0+4167+2e2e20dd | 1.25.9-1.module_el8.10.0+4167+2e2e20dd | 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, potentially leading to memory corruption. | |
| CVE-2026-27140 | Hig | 8.8 | < 1.25.9-1.module_el8.10.0+4167+2e2e20dd | 1.25.9-1.module_el8.10.0+4167+2e2e20dd | 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. | |
| CVE-2026-27137 | Hig | 7.5 | < 1.26.2-2.el10_2.alma.1 | 1.26.2-2.el10_2.alma.1 | Mar 6, 2026 | When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered. | |
| CVE-2026-25679 | Hig | 7.5 | < 1.26.2-2.el10_2.alma.1 | 1.26.2-2.el10_2.alma.1 | Mar 6, 2026 | url.Parse insufficiently validated the host/authority component and accepted some invalid URLs. | |
| CVE-2025-68121 | Cri | 10.0 | < 1.25.7-1.module_el8.10.0+4117+b694c6c9 | 1.25.7-1.module_el8.10.0+4117+b694c6c9 | Feb 5, 2026 | During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and | |
| CVE-2025-61732 | Hig | 8.6 | < 1.25.7-1.module_el8.10.0+4117+b694c6c9 | 1.25.7-1.module_el8.10.0+4117+b694c6c9 | Feb 5, 2026 | A discrepancy between how Go and C/C++ comments were parsed allowed for code smuggling into the resulting cgo binary. | |
| CVE-2025-61731 | Hig | 7.8 | < 1.25.8-1.el9_7 | 1.25.8-1.el9_7 | Jan 28, 2026 | 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 | |
| CVE-2025-61728 | Med | 6.5 | < 1.25.7-1.module_el8.10.0+4117+b694c6c9 | 1.25.7-1.module_el8.10.0+4117+b694c6c9 | Jan 28, 2026 | archive/zip uses a super-linear file name indexing algorithm that is invoked the first time a file in an archive is opened. This can lead to a denial of service when consuming a maliciously constructed ZIP archive. | |
| CVE-2025-61726 | Hig | 7.5 | < 1.25.7-1.module_el8.10.0+4117+b694c6c9 | 1.25.7-1.module_el8.10.0+4117+b694c6c9 | Jan 28, 2026 | 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 la | |
| CVE-2025-61729 | Hig | 7.5 | < 1.25.5-1.module_el8.10.0+4107+b32a33ce | 1.25.5-1.module_el8.10.0+4107+b32a33ce | Dec 2, 2025 | 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 | |
| CVE-2025-58183 | Med | 4.3 | < 1.25.3-1.el9_7 | 1.25.3-1.el9_7 | Oct 29, 2025 | 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 r | |
| CVE-2025-47906 | Med | 6.5 | < 1.25.3-2.module_el8.10.0+4074+24330916 | 1.25.3-2.module_el8.10.0+4074+24330916 | Sep 18, 2025 | 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. |
- affected < 1.26.5-1.el9_8fixed 1.26.5-1.el9_8
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 path ends in /. For example, 'root.Open("symlink/")' will open "symlink" even when "symlink" is a symb
- affected < 1.26.4-1.el10_2.alma.1fixed 1.26.4-1.el10_2.alma.1
When returning errors, functions in the net/textproto package would include its input as part of the error. This might allow an attacker to inject misleading content to errors that are printed or logged.
- affected < 1.26.5-1.module_el8.10.0+4223+bd807c2efixed 1.26.5-1.module_el8.10.0+4223+bd807c2e
(*x509.Certificate).VerifyHostname previously called matchHostnames in a loop over all DNS Subject Alternative Name (SAN) entries. This caused strings.Split(host, ".") to execute repeatedly on the same input hostname. With a large DNS SAN list, verification costs scaled quadratic
- affected < 1.26.5-1.el9_8fixed 1.26.5-1.el9_8
The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode("xn--example-.com") incorrectly returns the name "example.com" rather than an error. This behavior can lead to privilege escalation in program
- affected < 1.25.9-1.module_el8.10.0+4167+2e2e20ddfixed 1.25.9-1.module_el8.10.0+4167+2e2e20dd
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. This can lead to a denial of service. This only affects TLS 1.3.
- affected < 1.25.9-1.module_el8.10.0+4167+2e2e20ddfixed 1.25.9-1.module_el8.10.0+4167+2e2e20dd
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 lies outside the root. The Linux fchmodat syscall silently ignores the AT_SYMLINK_NOFOLLOW flag, which R
- affected < 1.25.9-1.module_el8.10.0+4167+2e2e20ddfixed 1.25.9-1.module_el8.10.0+4167+2e2e20dd
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 can lead to a denial of service. This affects both direct users of crypto/x509 and users of crypto/tls
- affected < 1.25.9-1.module_el8.10.0+4167+2e2e20ddfixed 1.25.9-1.module_el8.10.0+4167+2e2e20dd
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 non-overlapping moves, potentially leading to memory corruption at runtime.
- affected < 1.25.9-1.module_el8.10.0+4167+2e2e20ddfixed 1.25.9-1.module_el8.10.0+4167+2e2e20dd
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, potentially leading to memory corruption.
- affected < 1.25.9-1.module_el8.10.0+4167+2e2e20ddfixed 1.25.9-1.module_el8.10.0+4167+2e2e20dd
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.
- affected < 1.26.2-2.el10_2.alma.1fixed 1.26.2-2.el10_2.alma.1
When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.
- affected < 1.26.2-2.el10_2.alma.1fixed 1.26.2-2.el10_2.alma.1
url.Parse insufficiently validated the host/authority component and accepted some invalid URLs.
- affected < 1.25.7-1.module_el8.10.0+4117+b694c6c9fixed 1.25.7-1.module_el8.10.0+4117+b694c6c9
During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and
- affected < 1.25.7-1.module_el8.10.0+4117+b694c6c9fixed 1.25.7-1.module_el8.10.0+4117+b694c6c9
A discrepancy between how Go and C/C++ comments were parsed allowed for code smuggling into the resulting cgo binary.
- affected < 1.25.8-1.el9_7fixed 1.25.8-1.el9_7
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
- affected < 1.25.7-1.module_el8.10.0+4117+b694c6c9fixed 1.25.7-1.module_el8.10.0+4117+b694c6c9
archive/zip uses a super-linear file name indexing algorithm that is invoked the first time a file in an archive is opened. This can lead to a denial of service when consuming a maliciously constructed ZIP archive.
- affected < 1.25.7-1.module_el8.10.0+4117+b694c6c9fixed 1.25.7-1.module_el8.10.0+4117+b694c6c9
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 la
- affected < 1.25.5-1.module_el8.10.0+4107+b32a33cefixed 1.25.5-1.module_el8.10.0+4107+b32a33ce
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
- affected < 1.25.3-1.el9_7fixed 1.25.3-1.el9_7
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 r
- affected < 1.25.3-2.module_el8.10.0+4074+24330916fixed 1.25.3-2.module_el8.10.0+4074+24330916
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.
Page 1 of 4