Browse all 107 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 ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2024-8244 | Walk/WalkDir in path/filepath susceptible to symlink race — path/filepath | 4.7 | - | 2025-08-06 |
| CVE-2023-45284 | Incorrect detection of reserved device names on Windows in path/filepath — path/filepath | 4.3 | - | 2023-11-09 |
| CVE-2023-45283 | Insecure parsing of Windows paths with a \??\ prefix in path/filepath — path/filepath | 9.1 | - | 2023-11-09 |
| CVE-2022-41722 | Path traversal on Windows in path/filepath — path/filepath | 7.5 | - | 2023-02-28 |
| CVE-2022-30632 | Stack exhaustion on crafted paths in path/filepath — path/filepath | 7.5 | - | 2022-08-09 |
| CVE-2022-29804 | Path traversal via Clean on Windows in path/filepath — path/filepath | 7.5 | - | 2022-08-09 |
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.