- EPSS 0.02%
- Veröffentlicht 05.02.2026 17:48:44
- Zuletzt bearbeitet 20.02.2026 17:25:50
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 ...
CVE-2025-61732
- 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.
CVE-2025-22873
- 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...
CVE-2025-61726
- 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...
CVE-2025-61728
- EPSS 0.02%
- Veröffentlicht 28.01.2026 19:30:31
- Zuletzt bearbeitet 06.02.2026 18:45:10
archive/zip uses a super-linear file name indexing algorithm that is invoked the first time a file in an archive is opened. This can lead to a denial of service when consuming a maliciously constructed ZIP archive.
CVE-2025-61730
- EPSS 0.01%
- Veröffentlicht 28.01.2026 19:30:30
- Zuletzt bearbeitet 03.02.2026 20:36:41
During the TLS 1.3 handshake if multiple messages are sent in records that span encryption level boundaries (for instance the Client Hello and Encrypted Extensions messages), the subsequent messages may be processed before the encryption level change...
CVE-2025-61731
- EPSS 0.01%
- Veröffentlicht 28.01.2026 19:30:30
- Zuletzt bearbeitet 06.02.2026 18:43:14
Building a malicious file with cmd/go can cause can cause a write to an attacker-controlled file with partial control of the file content. The "#cgo pkg-config:" directive in a Go source file provides command-line arguments to provide to the Go pkg-c...
- EPSS 0.02%
- Veröffentlicht 28.01.2026 19:30:30
- Zuletzt bearbeitet 06.02.2026 18:40:50
Downloading and building modules with malicious version strings can cause local code execution. On systems with Mercurial (hg) installed, downloading modules from non-standard sources (e.g., custom domains) can cause unexpected code execution due to ...
CVE-2025-61727
- EPSS 0.01%
- Veröffentlicht 03.12.2025 19:37:15
- Zuletzt bearbeitet 18.12.2025 20:15:10
An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. For example a constraint that excludes the subdomain test.example.com does not prevent a leaf certificate from claiming the ...
CVE-2025-61729
- EPSS 0.02%
- Veröffentlicht 02.12.2025 18:54:10
- Zuletzt bearbeitet 19.12.2025 18:25:28
Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore...