CVE-2016-0189 Exploits spotted in the Wild (Aug 26, 2016)

By

The Microsoft JScript and VBScript engines, as used in Internet Explorer allow remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted website,aka “Scripting Engine Memory Corruption Vulnerability,”

Dell SonicWALL Threat research team has observed that this CVE-2016-0189 is being exploited in the wild.

There is a proof of concept for this CVE available here.If you compare the PoC and the exploit you find that the attacker has added few new functions and variables.

By inserting alerts in the code one can see that the attacker is trying to invoke PowerShell process and transfer information back to the attacker’s website (url argument of code)

Running the exploit we can see that IE crashes and the vulnerable dll is jscript.dll/vbscript.dll

This happens when attacker reduces the array size and then tries to access an array element which isn’t there after the resize, resulting in a use after free condition.

Using process monitor tool one can see that IE opens a powershell process

Looking at PowerShell event properties one can see that the attacker is trying to download an executable from a malicious website.

Dell SonicWALL Threat Research Team has researched this vulnerability and released following signature to protect their customers.

  • IPS 11594: Scripting Engine Memory Corruption Vulnerability (MS16-051) 1
Security News
The SonicWall Capture Labs Threat Research Team gathers, analyzes and vets cross-vector threat information from the SonicWall Capture Threat network, consisting of global devices and resources, including more than 1 million security sensors in nearly 200 countries and territories. The research team identifies, analyzes, and mitigates critical vulnerabilities and malware daily through in-depth research, which drives protection for all SonicWall customers. In addition to safeguarding networks globally, the research team supports the larger threat intelligence community by releasing weekly deep technical analyses of the most critical threats to small businesses, providing critical knowledge that defenders need to protect their networks.