go-ntlmssp NTLM challenges can panic on malformed payloads
Package
Affected versions
< 0.1.1
Patched versions
0.1.1
Description
Published to the GitHub Advisory Database
Apr 23, 2026
Reviewed
Apr 23, 2026
Published by the National Vulnerability Database
Apr 24, 2026
Last updated
Apr 27, 2026
go-ntlmssp is a Go package that provides NTLM/Negotiate authentication over HTTP. Prior to version 0.1.1, a malicious NTLM challenge message can causes an slice out of bounds panic, which can crash any Go process using
ntlmssp.Negotiatoras an HTTP transport. Version 0.1.1 patches the issue.References