Golang

Go

170 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 08.04.2026 01:06:55
  • Zuletzt bearbeitet 16.04.2026 19:15:39

On Linux, if the target of Root.Chmod is replaced with a symlink while the chmod operation is in progress, Chmod can operate on the target of the symlink, even when the target lies outside the root. The Linux fchmodat syscall silently ignores the AT_...

  • EPSS 0.04%
  • Veröffentlicht 06.03.2026 21:28:14
  • Zuletzt bearbeitet 21.04.2026 14:43:03

url.Parse insufficiently validated the host/authority component and accepted some invalid URLs.

  • EPSS 0.03%
  • Veröffentlicht 06.03.2026 21:28:14
  • Zuletzt bearbeitet 21.04.2026 14:39:28

Certificate verification can panic when a certificate in the chain has an empty DNS name and another certificate in the chain has excluded name constraints. This can crash programs that are either directly verifying X.509 certificate chains, or those...

  • EPSS 0.01%
  • Veröffentlicht 06.03.2026 21:28:14
  • Zuletzt bearbeitet 21.04.2026 14:32:36

On Unix platforms, when listing the contents of a directory using File.ReadDir or File.Readdir the returned FileInfo could reference a file outside of the Root in which the File was opened. The impact of this escape is limited to reading metadata pro...

  • EPSS 0.01%
  • Veröffentlicht 06.03.2026 21:28:14
  • Zuletzt bearbeitet 21.04.2026 14:30:01

Actions which insert URLs into the content attribute of HTML meta tags are not escaped. This can allow XSS if the meta tag also has an http-equiv attribute with the value "refresh". A new GODEBUG setting has been added, htmlmetacontenturlescape, whic...

  • EPSS 0.02%
  • Veröffentlicht 06.03.2026 21:28:13
  • Zuletzt bearbeitet 21.04.2026 14:40:31

When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constrain...

Exploit
  • EPSS 0.02%
  • Veröffentlicht 05.02.2026 17:48:44
  • Zuletzt bearbeitet 29.04.2026 14:16:16

During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when ...

  • EPSS 0.01%
  • Veröffentlicht 05.02.2026 04:15:50
  • Zuletzt bearbeitet 10.02.2026 15:17:26

A discrepancy between how Go and C/C++ comments were parsed allowed for code smuggling into the resulting cgo binary.

  • EPSS 0%
  • Veröffentlicht 04.02.2026 23:15:54
  • Zuletzt bearbeitet 10.02.2026 15:16:40

It was possible to improperly access the parent directory of an os.Root by opening a filename ending in "../". For example, Root.Open("../") would open the parent directory of the Root. This escape only permits opening the parent directory itself, no...

  • EPSS 0.03%
  • Veröffentlicht 28.01.2026 19:30:31
  • Zuletzt bearbeitet 06.02.2026 18:47:34

The net/url package does not set a limit on the number of query parameters in a query. While the maximum size of query parameters in URLs is generally limited by the maximum request header size, the net/http.Request.ParseForm method can parse large U...