CVE-2023-24537
- EPSS 0.01%
- Veröffentlicht 06.04.2023 16:15:07
- Zuletzt bearbeitet 12.02.2025 17:15:13
Calling any of the Parse functions on Go source code which contains //line directives with very large line numbers can cause an infinite loop due to integer overflow.
CVE-2023-24538
- EPSS 0.65%
- Veröffentlicht 06.04.2023 16:15:07
- Zuletzt bearbeitet 12.02.2025 17:15:14
Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template li...
CVE-2023-24532
- EPSS 0.02%
- Veröffentlicht 08.03.2023 20:15:09
- Zuletzt bearbeitet 21.11.2024 07:48:04
The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars (a scalar larger than the order of the curve). This does not impact usages of crypto/ecdsa or crypto/ecdh.
CVE-2022-41724
- EPSS 0.02%
- Veröffentlicht 28.02.2023 18:15:10
- Zuletzt bearbeitet 21.11.2024 07:23:44
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, TL...
CVE-2022-41725
- EPSS 0.05%
- Veröffentlicht 28.02.2023 18:15:10
- Zuletzt bearbeitet 21.11.2024 07:23:44
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 pars...
CVE-2022-41722
- EPSS 0.08%
- Veröffentlicht 28.02.2023 18:15:09
- Zuletzt bearbeitet 21.11.2024 07:23:44
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 transformation of a relative (if invalid) path into an ab...
CVE-2022-41723
- EPSS 0.23%
- Veröffentlicht 28.02.2023 18:15:09
- Zuletzt bearbeitet 05.05.2025 16:15:20
A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.
CVE-2022-41717
- EPSS 0.44%
- Veröffentlicht 08.12.2022 20:15:10
- Zuletzt bearbeitet 21.11.2024 07:23:43
An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending v...
CVE-2022-41720
- EPSS 0.06%
- Veröffentlicht 07.12.2022 17:15:10
- Zuletzt bearbeitet 23.04.2025 16:15:25
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 access to Windows device files under that root. For ...
CVE-2022-41716
- EPSS 0.02%
- Veröffentlicht 02.11.2022 16:15:11
- Zuletzt bearbeitet 21.11.2024 07:23:43
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 values are not properly checked for. A malicious env...