Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

Go standard library — Vulnerabilities & Security Advisories 120

Browse all 120 CVE security advisories affecting Go standard library. AI-powered Chinese analysis, POCs, and references for each vulnerability.

The Go standard library provides essential built-in packages for networking, cryptography, and system interaction, serving as the foundational runtime for millions of applications. Despite its robust design, it has recorded approximately 100 Common Vulnerabilities and Exposures (CVEs), primarily stemming from logic errors in parsing or concurrency handling rather than complex exploitation chains. Historically, common vulnerability classes include denial-of-service conditions via malformed input, race conditions in concurrent data structures, and occasional remote code execution flaws within specific subsystems like HTTP servers or crypto implementations. Notable incidents often involve improper validation leading to memory corruption or information disclosure. While the library is generally secure, its widespread adoption means even minor flaws can impact a vast ecosystem. Developers must remain vigilant about patching updates, as the standard library’s central role amplifies the risk of any discovered defect affecting dependent software infrastructure.

CVE IDTitleCVSSSeverityPublished
CVE-2026-27137 Incorrect enforcement of email constraints in crypto/x509 — crypto/x509 5.3 -2026-03-06
CVE-2026-27139 FileInfo can escape from a Root in os — os 4.0 -2026-03-06
CVE-2025-68121 Unexpected session resumption in crypto/tls — crypto/tls 5.4AIMediumAI2026-02-05
CVE-2025-22873 Improper access to parent directory of root in os — os 7.5AIHighAI2026-02-04
CVE-2025-61730 Handshake messages may be processed at the incorrect encryption level in crypto/tls — crypto/tls 3.3AILowAI2026-01-28
CVE-2025-61728 Excessive CPU consumption when building archive index in archive/zip — archive/zip 6.2AIMediumAI2026-01-28
CVE-2025-61726 Memory exhaustion in query parameter parsing in net/url — net/url 7.5AIHighAI2026-01-28
CVE-2025-61727 Improper application of excluded DNS name constraints when verifying wildcard names in crypto/x509 — crypto/x509 9.8AICriticalAI2025-12-03
CVE-2025-61729 Excessive resource consumption when printing error string for host certificate validation in crypto/x509 — crypto/x509 7.5AIHighAI2025-12-02
CVE-2025-61724 Excessive CPU consumption in Reader.ReadResponse in net/textproto — net/textproto 7.5AIHighAI2025-10-29
CVE-2025-58186 Lack of limit when parsing cookies can cause memory exhaustion in net/http — net/http 7.5AIHighAI2025-10-29
CVE-2025-58183 Unbounded allocation when parsing GNU sparse map in archive/tar — archive/tar 8.1AIHighAI2025-10-29
CVE-2025-58188 Panic when validating certificates with DSA public keys in crypto/x509 — crypto/x509 7.5AIHighAI2025-10-29
CVE-2025-58185 Parsing DER payload can cause memory exhaustion in encoding/asn1 — encoding/asn1 6.2AIMediumAI2025-10-29
CVE-2025-58187 Quadratic complexity when checking name constraints in crypto/x509 — crypto/x509 5.3AIMediumAI2025-10-29
CVE-2025-58189 ALPN negotiation error contains attacker controlled information in crypto/tls — crypto/tls 7.5AIHighAI2025-10-29
CVE-2025-47912 Insufficient validation of bracketed IPv6 hostnames in net/url — net/url--AI2025-10-29
CVE-2025-61723 Quadratic complexity when parsing some invalid inputs in encoding/pem — encoding/pem 7.5AIHighAI2025-10-29
CVE-2025-61725 Excessive CPU consumption in ParseAddress in net/mail — net/mail 7.5AIHighAI2025-10-29
CVE-2025-47910 CrossOriginProtection insecure bypass patterns not limited to exact matches in net/http — net/http 7.5AIHighAI2025-09-22
CVE-2025-47906 Unexpected paths returned from LookPath in os/exec — os/exec 7.5AIHighAI2025-09-18
CVE-2025-47907 Incorrect results returned from Rows.Scan in database/sql — database/sql 5.3AIMediumAI2025-08-07
CVE-2024-8244 Walk/WalkDir in path/filepath susceptible to symlink race — path/filepath 4.7 -2025-08-06
CVE-2025-0913 Inconsistent handling of O_CREATE|O_EXCL on Unix and Windows in os in syscall — syscall--AI2025-06-11
CVE-2025-22874 Usage of ExtKeyUsageAny disables policy validation in crypto/x509 — crypto/x509 6.5AIMediumAI2025-06-11
CVE-2025-4673 Sensitive headers not cleared on cross-origin redirect in net/http — net/http 6.5AIMediumAI2025-06-11
CVE-2025-22871 Request smuggling due to acceptance of invalid chunked data in net/http — net/http/internal 9.1AICriticalAI2025-04-08
CVE-2025-22870 HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net — net/http 5.3 -2025-03-12
CVE-2025-22866 Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec — crypto/internal/nistec 7.5 -2025-02-06
CVE-2025-22865 ParsePKCS1PrivateKey panic with partial keys in crypto/x509 — crypto/x509 7.5 -2025-01-28

This page lists every published CVE security advisory associated with Go standard library. Each entry links to a detailed page with CVSS scoring, CWE classification, affected products and references. AI-generated Chinese analysis is provided for fast triage.