NTLM: Avoid a potential heap buffer overflow in v2 authentication
Check the length of the decoded v2 challenge before attempting to parse it, to avoid reading past it. Fixes #173
Showing
Please register or sign in to comment
Check the length of the decoded v2 challenge before attempting to parse it, to avoid reading past it. Fixes #173