CVE-2024-24786
- EPSS 0.4%
- Veröffentlicht 05.03.2024 23:15:07
- Zuletzt bearbeitet 15.04.2026 00:35:42
The protojson.Unmarshal function can enter an infinite loop when unmarshaling certain forms of invalid JSON. This condition can occur when unmarshaling into a message which contains a google.protobuf.Any value, or when the UnmarshalOptions.DiscardUnk...
CVE-2023-39326
- EPSS 0.12%
- Veröffentlicht 06.12.2023 17:15:07
- Zuletzt bearbeitet 21.11.2024 08:15:09
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 than are in the body. A malicious HTTP client can further exploit this to cause a server to automati...
CVE-2023-45285
- EPSS 0.06%
- Veröffentlicht 06.12.2023 17:15:07
- Zuletzt bearbeitet 21.11.2024 08:26:41
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 the secure "https://" and "git+ssh://" protocols, even if GOINSECURE is not set for said module. This o...
CVE-2023-45287
- EPSS 0.19%
- Veröffentlicht 05.12.2023 17:15:08
- Zuletzt bearbeitet 21.11.2024 08:26:42
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 attacks, but analysis shows this may not have been fully effective. In particular it appears as if the r...
CVE-2023-45283
- EPSS 0.32%
- Veröffentlicht 09.11.2023 17:15:08
- Zuletzt bearbeitet 21.11.2024 08:26:41
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 \??\ prefix may be used to access arbitrary locatio...
CVE-2023-45284
- EPSS 0.03%
- Veröffentlicht 09.11.2023 17:15:08
- Zuletzt bearbeitet 21.11.2024 08:26:41
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 superscript 1, 2, or 3, are incorrectly reported as loc...
CVE-2023-39325
- EPSS 0.15%
- Veröffentlicht 11.10.2023 22:15:09
- Zuletzt bearbeitet 21.11.2024 08:15:09
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-prog...
CVE-2023-44487
- EPSS 94.4%
- Veröffentlicht 10.10.2023 14:15:10
- Zuletzt bearbeitet 12.05.2026 15:10:32
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-39323
- EPSS 0.06%
- Veröffentlicht 05.10.2023 21:15:11
- Zuletzt bearbeitet 12.06.2025 16:15:20
Line directives ("//line") can be used to bypass the restrictions on "//go:cgo_" directives, allowing blocked linker and compiler flags to be passed during compilation. This can result in unexpected execution of arbitrary code when running "go build"...
CVE-2023-39321
- EPSS 0.06%
- Veröffentlicht 08.09.2023 17:15:28
- Zuletzt bearbeitet 21.11.2024 08:15:09
Processing an incomplete post-handshake message for a QUIC connection can cause a panic.