fortra/impacket

SMB: Missing out of memory error handling 0x17000000

nikaiw opened this issue · 4 comments

as describe in Pennyw0rth/NetExec#258 , impacket/nt_errors.py seems to be missing the value 0x17000000 for handling what seems to be "out of memory" server error.

image

according to Pennyw0rth/NetExec#258 ( altough it hasn't been specified ) I can infer impacket 0.11 it's being used in that scanrio. Changes related to NTSTATUS error handling were merged in order to handle unknown values at #1311. Please confirm wether the issue is still present in the master branch
Thanks

mpgn commented

The PR you mention has been reverted #1714 so yes the issue is on master branch :)

Nope, changes were not reverted. https://github.com/fortra/impacket/blob/master/impacket/smb.py#L582 . In 0d2b72a we kept the older interface in order to avoid crashes in your code. Please recheck

setting this as duplicate #1603
closing. Please reopen if needed