Skip to content

NTLM: Avoid a potential heap buffer overflow in v2 authentication

Claudio Saavedra requested to merge ntlm-v2-heap-buffer-overflow into master

Check the length of the decoded v2 challenge before attempting to parse it, to avoid reading past it.

Fixes #173

Merge request reports