Go

1 CVEs across 5 Go products. Browse Go vulnerabilities, severities, and proof-of-concept exploits.

Go products with known CVEs

ProductCVEs
Html2
Ssh2
Go1
Jws1
Ssh Library1
Go CVEs — newest first
CVESeverityScorePublishedSummary
CVE-2025-58190Medium5.32026-02-05The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service (DoS) if an a…
CVE-2025-47911Medium5.32026-02-05The html.Parse function in golang.org/x/net/html has quadratic parsing complexity when processing certain inputs, which can lead to denial of service (DoS) if…
CVE-2025-68120Medium5.42025-12-30To prevent unexpected untrusted code execution, the Visual Studio Code Go extension is now disabled in Restricted Mode.
CVE-2025-47913High7.52025-11-13SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.
CVE-2025-22869High7.52025-02-26SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at…
CVE-2025-22868High7.52025-02-26An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.
CVE-2017-3204High8.12017-04-04The Go SSH library (x/crypto/ssh) by default does not verify host keys, facilitating man-in-the-middle attacks. Default behavior changed in commit e4e2799 to r…