CVE-2022-41715
- EPSS 0.01%
- Veröffentlicht 14.10.2022 15:16:20
- Zuletzt bearbeitet 21.11.2024 07:23:43
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 a...
CVE-2022-2880
- EPSS 0.03%
- Veröffentlicht 14.10.2022 15:15:18
- Zuletzt bearbeitet 21.11.2024 07:01:51
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 va...
CVE-2022-2879
- EPSS 0.01%
- Veröffentlicht 14.10.2022 15:15:17
- Zuletzt bearbeitet 21.11.2024 07:01:51
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...
CVE-2022-32190
- EPSS 0.17%
- Veröffentlicht 13.09.2022 18:15:14
- Zuletzt bearbeitet 21.11.2024 07:05:53
JoinPath and URL.JoinPath do not remove ../ path elements appended to a relative path. For example, JoinPath("https://go.dev", "../go") returns the URL "https://go.dev/../go", despite the JoinPath documentation stating that ../ path elements are remo...
CVE-2022-27664
- EPSS 0.13%
- Veröffentlicht 06.09.2022 18:15:12
- Zuletzt bearbeitet 21.11.2024 06:56:07
In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted by a fatal error.
CVE-2022-32148
- EPSS 0.06%
- Veröffentlicht 10.08.2022 20:15:47
- Zuletzt bearbeitet 21.11.2024 07:05:50
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 ReverseProx...
CVE-2022-32189
- EPSS 0.1%
- Veröffentlicht 10.08.2022 20:15:47
- Zuletzt bearbeitet 21.11.2024 07:05:53
A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service.
CVE-2022-30633
- EPSS 0.08%
- Veröffentlicht 10.08.2022 20:15:42
- Zuletzt bearbeitet 21.11.2024 07:03:04
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.
CVE-2022-30635
- EPSS 0.16%
- Veröffentlicht 10.08.2022 20:15:42
- Zuletzt bearbeitet 21.11.2024 07:03:04
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-30631
- EPSS 0.04%
- Veröffentlicht 10.08.2022 20:15:41
- Zuletzt bearbeitet 21.11.2024 07:03:03
Uncontrolled recursion in Reader.Read in compress/gzip before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via an archive containing a large number of concatenated 0-length compressed files.