CVE-2025-61723
- EPSS 0.04%
- Veröffentlicht 29.10.2025 22:10:13
- Zuletzt bearbeitet 29.01.2026 15:49:05
The processing time for parsing some invalid inputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs.
CVE-2025-58187
- EPSS 0.02%
- Veröffentlicht 29.10.2025 22:10:12
- Zuletzt bearbeitet 29.01.2026 16:02:27
Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.
CVE-2025-58189
- EPSS 0.02%
- Veröffentlicht 29.10.2025 22:10:12
- Zuletzt bearbeitet 29.01.2026 15:49:24
When Conn.Handshake fails during ALPN negotiation the error contains attacker controlled information (the ALPN protocols sent by the client) which is not escaped.
CVE-2025-47906
- EPSS 0.03%
- Veröffentlicht 18.09.2025 18:41:11
- Zuletzt bearbeitet 27.01.2026 19:56:17
If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath ("", ".", and ".."), can result in the binaries listed in the PATH being unexpectedly returned.
- EPSS 0.02%
- Veröffentlicht 07.08.2025 15:25:30
- Zuletzt bearbeitet 29.01.2026 19:11:50
Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condi...
CVE-2025-4674
- EPSS 0.01%
- Veröffentlicht 29.07.2025 21:19:08
- Zuletzt bearbeitet 29.01.2026 19:15:49
The go command may execute unexpected commands when operating in untrusted VCS repositories. This occurs when possibly dangerous VCS configuration is present in repositories. This can happen when a repository was fetched via one VCS (e.g. Git), but c...
CVE-2025-0913
- EPSS 0.04%
- Veröffentlicht 11.06.2025 17:17:25
- Zuletzt bearbeitet 08.08.2025 14:53:03
os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a...
CVE-2024-24789
- EPSS 0.01%
- Veröffentlicht 05.06.2024 16:15:10
- Zuletzt bearbeitet 31.01.2025 15:15:12
The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading...
CVE-2024-24790
- EPSS 0.17%
- Veröffentlicht 05.06.2024 16:15:10
- Zuletzt bearbeitet 21.11.2024 08:59:42
The various Is methods (IsPrivate, IsLoopback, etc) did not work as expected for IPv4-mapped IPv6 addresses, returning false for addresses which would return true in their traditional IPv4 forms.
CVE-2024-24787
- EPSS 2.71%
- Veröffentlicht 08.05.2024 16:15:08
- Zuletzt bearbeitet 15.04.2026 00:35:42
On Darwin, building a Go module which contains CGO can trigger arbitrary code execution when using the Apple version of ld, due to usage of the -lto_library flag in a "#cgo LDFLAGS" directive.