Golang

Go

125 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Published 14.10.2022 15:16:20
  • Last modified 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...

Exploit
  • EPSS 0.03%
  • Published 14.10.2022 15:15:18
  • Last modified 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...

  • EPSS 0.01%
  • Published 14.10.2022 15:15:17
  • Last modified 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...

  • EPSS 0.17%
  • Published 13.09.2022 18:15:14
  • Last modified 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...

  • EPSS 0.13%
  • Published 06.09.2022 18:15:12
  • Last modified 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.

Exploit
  • EPSS 0.06%
  • Published 10.08.2022 20:15:47
  • Last modified 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...

Exploit
  • EPSS 0.1%
  • Published 10.08.2022 20:15:47
  • Last modified 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.

  • EPSS 0.08%
  • Published 10.08.2022 20:15:42
  • Last modified 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.

  • EPSS 0.16%
  • Published 10.08.2022 20:15:42
  • Last modified 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.

  • EPSS 0.04%
  • Published 10.08.2022 20:15:41
  • Last modified 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.