CVE-2023-54365
- EPSS 0.57%
- Veröffentlicht 23.06.2026 12:12:51
- Zuletzt bearbeitet 08.07.2026 18:12:47
Traefik before 2.10.5 and 3.0.0-beta4 is affected by a denial-of-service vulnerability in HTTP/2 request handling inherited from the Go standard library's HTTP/2 implementation (CVE-2023-44487 / CVE-2023-39325, the 'Rapid Reset' technique). A remote ...
CVE-2026-33811
- EPSS 0.81%
- Veröffentlicht 07.05.2026 19:41:19
- Zuletzt bearbeitet 09.07.2026 13:16:59
When using LookupCNAME with the cgo DNS resolver, a very long CNAME response can trigger a double-free of C memory and a crash.
CVE-2026-39820
- EPSS 0.78%
- Veröffentlicht 07.05.2026 19:41:19
- Zuletzt bearbeitet 09.07.2026 13:17:02
Well-crafted inputs reaching ParseAddress, ParseAddressList, and ParseDate were able to trigger excessive CPU exhaustion and memory allocations.
CVE-2026-39823
- EPSS 0.31%
- Veröffentlicht 07.05.2026 19:41:19
- Zuletzt bearbeitet 13.05.2026 16:58:45
CVE-2026-27142 fixed a vulnerability in which URLs were not correctly escaped inside of a <meta> tag's <content> attribute. If the URL content were to insert ASCII whitespaces around the '=' rune inside of the <content> attribute, the escaper would f...
CVE-2026-39826
- EPSS 0.37%
- Veröffentlicht 07.05.2026 19:41:19
- Zuletzt bearbeitet 13.05.2026 16:59:07
If a trusted template author were to write a <script> tag containing an empty 'type' attribute or a 'type' attribute with an ASCII whitespace, the execution of the template would incorrectly escape any data passed into the <script> block.
CVE-2026-42501
- EPSS 0.23%
- Veröffentlicht 07.05.2026 19:41:19
- Zuletzt bearbeitet 13.05.2026 16:59:42
A malicious module proxy can exploit a flaw in the go command's validation of module checksums to bypass checksum database validation. This vulnerability affects any user using an untrusted module proxy (GOMODPROXY) or checksum database (GOSUMDB). A ...
CVE-2026-39817
- EPSS 0.17%
- Veröffentlicht 07.05.2026 19:41:18
- Zuletzt bearbeitet 13.05.2026 14:59:28
The "go tool pack" subcommand (usually used only by the compiler as an internal tool with known-good inputs) does not sanitize output filenames. Extracting a malicious archive file with the "pack" subcommand can write files to arbitrary locations on ...
CVE-2026-39819
- EPSS 0.18%
- Veröffentlicht 07.05.2026 19:41:18
- Zuletzt bearbeitet 13.05.2026 15:05:41
The "go bug" command writes to two files with predictable names in the system temporary directory (for example, "/tmp"). An attacker with access to the temporary directory can create a symlink in one of these names, causing "go bug" to overwrite the ...
CVE-2026-39825
- EPSS 0.39%
- Veröffentlicht 07.05.2026 19:41:18
- Zuletzt bearbeitet 13.05.2026 16:58:56
ReverseProxy can forward queries containing parameters not visible to Rewrite functions. When used with a Rewrite function, or a Director function which parses query parameters, ReverseProxy sanitizes the forwarded request to remove query parameters ...
CVE-2026-39836
- EPSS 0.59%
- Veröffentlicht 07.05.2026 19:41:18
- Zuletzt bearbeitet 13.05.2026 15:11:10
The Dial and LookupPort functions panic on Windows when provided with an input containing a NUL (0).