pombreda / impacket

Automatically exported from code.google.com/p/impacket
Other
0 stars 0 forks source link

another exception in setup andx #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
pcap showing a session that will cause the exception attached.

The pcap was captured "in the wild", no idea what the client was.

  File "/usr/local/Cellar/python/2.7.3/lib/python2.7/site-packages/impacket/smbserver.py", line 2650, in processRequest
    packet)
  File "/usr/local/Cellar/python/2.7.3/lib/python2.7/site-packages/impacket/smbserver.py", line 2063, in smbComSessionSetupAndX
    if struct.unpack('B',sessionSetupData['SecurityBlob'][0])[0] != smb.ASN1_AID:
IndexError: string index out of range

Original issue reported on code.google.com by bryanbu...@gmail.com on 19 Sep 2012 at 6:41

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks!

Fixed in http://code.google.com/p/impacket/source/detail?r=719

Original comment by bet...@gmail.com on 19 Sep 2012 at 8:48