Golang

Go

125 vulnerabilities found.

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

  • EPSS 0.15%
  • Published 11.10.2023 22:15:09
  • Last modified 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...

Warning Media report Exploit
  • EPSS 94.44%
  • Published 10.10.2023 14:15:10
  • Last modified 11.06.2025 17:29:54

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.

  • EPSS 0.06%
  • Published 05.10.2023 21:15:11
  • Last modified 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"...

  • EPSS 0.06%
  • Published 08.09.2023 17:15:28
  • Last modified 21.11.2024 08:15:09

Processing an incomplete post-handshake message for a QUIC connection can cause a panic.

  • EPSS 0.04%
  • Published 08.09.2023 17:15:28
  • Last modified 21.11.2024 08:15:09

QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With fix, connections now consistently reject messages larger than ...

  • EPSS 0.09%
  • Published 08.09.2023 17:15:27
  • Last modified 21.11.2024 08:15:08

The html/template package does not properly handle HTML-like "" comment tokens, nor hashbang "#!" comment tokens, in <script> contexts. This may cause the template parser to improperly interpret the contents of <script> contexts, causing actions to b...

  • EPSS 0.09%
  • Published 08.09.2023 17:15:27
  • Last modified 21.11.2024 08:15:08

The html/template package does not apply the proper rules for handling occurrences of "<script", "<!--", and "</script" within JS literals in <script> contexts. This may cause the template parser to improperly consider script contexts to be terminate...

  • EPSS 0.8%
  • Published 08.09.2023 17:15:27
  • Last modified 21.11.2024 08:15:09

The go.mod toolchain directive, introduced in Go 1.21, can be leveraged to execute scripts and binaries relative to the root of the module when the "go" command was executed within the module. This applies to modules downloaded using the "go" command...

  • EPSS 0.11%
  • Published 02.08.2023 20:15:11
  • Last modified 21.11.2024 07:57:00

Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to <= 8192 bits. Based on a survey of publicly tr...