Golang

Go

170 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Exploit
  • EPSS 0.06%
  • Veröffentlicht 10.08.2022 20:15:47
  • Zuletzt bearbeitet 06.03.2026 20:16:10

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.12%
  • 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.

  • EPSS 0.1%
  • Veröffentlicht 10.08.2022 20:15:42
  • Zuletzt bearbeitet 06.03.2026 18:16:13

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.11%
  • Veröffentlicht 10.08.2022 20:15:42
  • Zuletzt bearbeitet 06.03.2026 18:16:14

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%
  • Veröffentlicht 10.08.2022 20:15:41
  • Zuletzt bearbeitet 20.10.2025 18:15:36

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.

  • EPSS 0.1%
  • Veröffentlicht 10.08.2022 20:15:41
  • Zuletzt bearbeitet 21.11.2024 07:03:04

Uncontrolled recursion in Glob in path/filepath before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path containing a large number of path separators.

  • EPSS 0.06%
  • Veröffentlicht 10.08.2022 20:15:40
  • Zuletzt bearbeitet 06.03.2026 18:16:11

Code injection in Cmd.Start in os/exec before Go 1.17.11 and Go 1.18.3 allows execution of any binaries in the working directory named either "..com" or "..exe" by calling Cmd.Run, Cmd.Start, Cmd.Output, or Cmd.CombinedOutput when Cmd.Path is unset.

Exploit
  • EPSS 0.07%
  • Veröffentlicht 10.08.2022 20:15:40
  • Zuletzt bearbeitet 06.03.2026 20:16:10

Non-random values for ticket_age_add in session tickets in crypto/tls before Go 1.17.11 and Go 1.18.3 allow an attacker that can observe TLS handshakes to correlate successive connections by comparing ticket ages during session resumption.

  • EPSS 0.04%
  • Veröffentlicht 10.08.2022 20:15:40
  • Zuletzt bearbeitet 06.03.2026 18:16:13

Uncontrolled recursion in Glob in io/fs before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path which contains a large number of path separators.

  • EPSS 0.05%
  • Veröffentlicht 10.08.2022 20:15:34
  • Zuletzt bearbeitet 21.11.2024 06:59:42

Incorrect conversion of certain invalid paths to valid, absolute paths in Clean in path/filepath before Go 1.17.11 and Go 1.18.3 on Windows allows potential directory traversal attack.