Showing posts with label CVE-2015-1635. Show all posts
Showing posts with label CVE-2015-1635. Show all posts

Saturday, April 18, 2015

MS15-034 (CVE-2015-1635) - Snort Rule

MS15-034 is currently actively exploited in the wild. There are multiple blogs detailing the issue and providing POC's for the same. I've put together a very basic snort rule based on the blog from Didier Stevens.



alert tcp any any <> any any (msg:"MS Windows: CVE-2015-1635"; flow:to_server,established; pcre:"/^Range:\x20bytes[^\r\n]*18446744073709551615/smi"; classtype:attempted-dos; sid:12345; rev:1;)
  

Sample capture here.