rpm package
almalinux/golang-race
pkg:rpm/almalinux/golang-race
Vulnerabilities (56)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2025-4674 | Hig | 8.6 | < 1.24.6-1.el9_6 | 1.24.6-1.el9_6 | Jul 29, 2025 | 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 V | |
| CVE-2025-4673 | Med | 6.8 | < 1.24.4-1.el9_6 | 1.24.4-1.el9_6 | Jun 11, 2025 | Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive information. | |
| CVE-2025-22871 | Cri | 9.1 | < 1.23.9-1.el9_6 | 1.23.9-1.el9_6 | Apr 8, 2025 | The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. This can permit request smuggling if a net/http server is used in conjunction with a server that incorrectly accepts a bare LF as part of a chunk-ext. | |
| CVE-2024-34156 | Hig | 7.5 | < 1.23.6-2.el9_5 | 1.23.6-2.el9_5 | Sep 6, 2024 | Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635. | |
| CVE-2023-39325 | Hig | 7.5 | < 1.19.13-1.module_el8.8.0+3625+a06035cf | 1.19.13-1.module_el8.8.0+3625+a06035cf | Oct 11, 2023 | A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attack | |
| CVE-2023-44487 | Hig | 7.5 | KEV | < 1.19.13-1.module_el8.8.0+3625+a06035cf | 1.19.13-1.module_el8.8.0+3625+a06035cf | Oct 10, 2023 | The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023. |
| CVE-2023-29409 | Med | 5.3 | < 1.19.13-1.el9_2 | 1.19.13-1.el9_2 | Aug 2, 2023 | Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to <= 8192 bits. Based on a survey of publicly trusted RSA keys, there are curr | |
| CVE-2023-29405 | Cri | 9.8 | < 1.19.10-1.module_el8.8.0+3571+89db2ae0 | 1.19.10-1.module_el8.8.0+3571+89db2ae0 | Jun 8, 2023 | The go command may execute arbitrary code at build time when using cgo. This may occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a "#cgo LDFLAGS" directive. F | |
| CVE-2023-29404 | Cri | 9.8 | < 1.19.10-1.module_el8.8.0+3571+89db2ae0 | 1.19.10-1.module_el8.8.0+3571+89db2ae0 | Jun 8, 2023 | The go command may execute arbitrary code at build time when using cgo. This may occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a "#cgo LDFLAGS" directive. T | |
| CVE-2023-29403 | Hig | 7.8 | < 1.19.10-1.module_el8.8.0+3571+89db2ae0 | 1.19.10-1.module_el8.8.0+3571+89db2ae0 | Jun 8, 2023 | On Unix platforms, the Go runtime does not behave differently when a binary is run with the setuid/setgid bits. This can be dangerous in certain cases, such as when dumping memory state, or assuming the status of standard i/o file descriptors. If a setuid/setgid binary is execute | |
| CVE-2023-29402 | Cri | 9.8 | < 1.19.10-1.module_el8.8.0+3571+89db2ae0 | 1.19.10-1.module_el8.8.0+3571+89db2ae0 | Jun 8, 2023 | The go command may generate unexpected code at build time when using cgo. This may result in unexpected behavior when running a go program which uses cgo. This may occur when running an untrusted module which contains directories with newline characters in their names. Modules wh | |
| CVE-2023-24540 | Cri | 9.8 | < 1.19.9-2.el9_2 | 1.19.9-2.el9_2 | May 11, 2023 | Not all valid JavaScript whitespace characters are considered to be whitespace. Templates containing whitespace characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution. | |
| CVE-2022-41725 | Hig | 7.5 | < 1.19.6-1.module_el8.8.0+3558+75c9cb88 | 1.19.6-1.module_el8.8.0+3558+75c9cb88 | Feb 28, 2023 | A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package wi | |
| CVE-2022-41724 | Hig | 7.5 | < 1.19.6-1.module_el8.8.0+3558+75c9cb88 | 1.19.6-1.module_el8.8.0+3558+75c9cb88 | Feb 28, 2023 | Large handshake records may cause panics in crypto/tls. Both clients and servers may send large TLS handshake records which cause servers and clients, respectively, to panic when attempting to construct responses. This affects all TLS 1.3 clients, TLS 1.2 clients which explicitly | |
| CVE-2022-41715 | Hig | 7.5 | < 1.18.9-1.el9_1 | 1.18.9-1.el9_1 | Oct 14, 2022 | Programs which compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp representation is linear in the size of the input, but in some cases the constant factor can be as high as 40,000, making relatively sm | |
| CVE-2022-2880 | Hig | 7.5 | < 1.18.9-1.el9_1 | 1.18.9-1.el9_1 | Oct 14, 2022 | Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy s | |
| CVE-2022-2879 | Hig | 7.5 | < 1.18.9-1.el9_1 | 1.18.9-1.el9_1 | Oct 14, 2022 | Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 Mi | |
| CVE-2022-32148 | Med | 6.5 | < 1.17.12-1.module_el8.6.0+3065+e17ed2d4 | 1.17.12-1.module_el8.6.0+3065+e17ed2d4 | Aug 10, 2022 | Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the | |
| CVE-2022-30635 | Hig | 7.5 | < 1.17.12-1.module_el8.6.0+3065+e17ed2d4 | 1.17.12-1.module_el8.6.0+3065+e17ed2d4 | Aug 10, 2022 | Uncontrolled recursion in Decoder.Decode in encoding/gob before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a message which contains deeply nested structures. | |
| CVE-2022-30633 | Hig | 7.5 | < 1.17.12-1.module_el8.6.0+3065+e17ed2d4 | 1.17.12-1.module_el8.6.0+3065+e17ed2d4 | Aug 10, 2022 | Uncontrolled recursion in Unmarshal in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via unmarshalling an XML document into a Go struct which has a nested field that uses the 'any' field tag. |
- affected < 1.24.6-1.el9_6fixed 1.24.6-1.el9_6
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 V
- affected < 1.24.4-1.el9_6fixed 1.24.4-1.el9_6
Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive information.
- affected < 1.23.9-1.el9_6fixed 1.23.9-1.el9_6
The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. This can permit request smuggling if a net/http server is used in conjunction with a server that incorrectly accepts a bare LF as part of a chunk-ext.
- affected < 1.23.6-2.el9_5fixed 1.23.6-2.el9_5
Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.
- affected < 1.19.13-1.module_el8.8.0+3625+a06035cffixed 1.19.13-1.module_el8.8.0+3625+a06035cf
A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attack
- affected < 1.19.13-1.module_el8.8.0+3625+a06035cffixed 1.19.13-1.module_el8.8.0+3625+a06035cf
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.
- affected < 1.19.13-1.el9_2fixed 1.19.13-1.el9_2
Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to <= 8192 bits. Based on a survey of publicly trusted RSA keys, there are curr
- affected < 1.19.10-1.module_el8.8.0+3571+89db2ae0fixed 1.19.10-1.module_el8.8.0+3571+89db2ae0
The go command may execute arbitrary code at build time when using cgo. This may occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a "#cgo LDFLAGS" directive. F
- affected < 1.19.10-1.module_el8.8.0+3571+89db2ae0fixed 1.19.10-1.module_el8.8.0+3571+89db2ae0
The go command may execute arbitrary code at build time when using cgo. This may occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a "#cgo LDFLAGS" directive. T
- affected < 1.19.10-1.module_el8.8.0+3571+89db2ae0fixed 1.19.10-1.module_el8.8.0+3571+89db2ae0
On Unix platforms, the Go runtime does not behave differently when a binary is run with the setuid/setgid bits. This can be dangerous in certain cases, such as when dumping memory state, or assuming the status of standard i/o file descriptors. If a setuid/setgid binary is execute
- affected < 1.19.10-1.module_el8.8.0+3571+89db2ae0fixed 1.19.10-1.module_el8.8.0+3571+89db2ae0
The go command may generate unexpected code at build time when using cgo. This may result in unexpected behavior when running a go program which uses cgo. This may occur when running an untrusted module which contains directories with newline characters in their names. Modules wh
- affected < 1.19.9-2.el9_2fixed 1.19.9-2.el9_2
Not all valid JavaScript whitespace characters are considered to be whitespace. Templates containing whitespace characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.
- affected < 1.19.6-1.module_el8.8.0+3558+75c9cb88fixed 1.19.6-1.module_el8.8.0+3558+75c9cb88
A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package wi
- affected < 1.19.6-1.module_el8.8.0+3558+75c9cb88fixed 1.19.6-1.module_el8.8.0+3558+75c9cb88
Large handshake records may cause panics in crypto/tls. Both clients and servers may send large TLS handshake records which cause servers and clients, respectively, to panic when attempting to construct responses. This affects all TLS 1.3 clients, TLS 1.2 clients which explicitly
- affected < 1.18.9-1.el9_1fixed 1.18.9-1.el9_1
Programs which compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp representation is linear in the size of the input, but in some cases the constant factor can be as high as 40,000, making relatively sm
- affected < 1.18.9-1.el9_1fixed 1.18.9-1.el9_1
Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy s
- affected < 1.18.9-1.el9_1fixed 1.18.9-1.el9_1
Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 Mi
- affected < 1.17.12-1.module_el8.6.0+3065+e17ed2d4fixed 1.17.12-1.module_el8.6.0+3065+e17ed2d4
Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the
- affected < 1.17.12-1.module_el8.6.0+3065+e17ed2d4fixed 1.17.12-1.module_el8.6.0+3065+e17ed2d4
Uncontrolled recursion in Decoder.Decode in encoding/gob before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a message which contains deeply nested structures.
- affected < 1.17.12-1.module_el8.6.0+3065+e17ed2d4fixed 1.17.12-1.module_el8.6.0+3065+e17ed2d4
Uncontrolled recursion in Unmarshal in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via unmarshalling an XML document into a Go struct which has a nested field that uses the 'any' field tag.
Page 2 of 3