by Vivi Andersson and Martin Monperrus
Abstract:
Cryptographic API misuse represents a critical vulnerability class that undermines the security foundations of modern software. Yet, it remains largely unexplored in Go despite its dominance in security-critical infrastructure. This paper presents the first comprehensive study of cryptographic API misuse detection in Go, identifying and analyzing 4 state-of-the-art tools (CodeQL, Gopher, Gosec, and Snyk Code) and establishing a consolidated taxonomy of 14 relevant misuse classes. Through an experimental evaluation of 328 security-critical open-source Go projects, we discovered 7,473 cryptographic API misuses, providing insights into the prevalence and distribution of these vulnerabilities. Our systematic comparison reveals significant variations in misuse coverage, with immediate practical implications for security engineers and long-term implications for research in this domain.
Reference:
Evaluating Cryptographic API Misuse Detectors for Go (Vivi Andersson and Martin Monperrus), In Proceedings 2026 IEEE/ACM 4th International Workshop on Software Vulnerability Management, SVM 2026 :, Association for Computing Machinery (ACM), 2026.
Bibtex Entry:
@inproceedings{Andersson2070249,
title = {Evaluating Cryptographic API Misuse Detectors for Go},
year = {2026},
doi = {10.1145/3786165.3788440},
author = {Andersson, Vivi and Monperrus, Martin},
url = {},
booktitle = {Proceedings 2026 IEEE/ACM 4th International Workshop on Software Vulnerability Management, SVM 2026 : },
institution = {KTH, Theoretical Computer Science},
pages = {25--32},
publisher = {Association for Computing Machinery (ACM)},
}