Executive Risk Summary
"A type confusion vulnerability exists in Microsoft Internet Explorer 10 and 11, and Microsoft Edge, due to a flaw in the Layout::MultiColumnBoxBuilder::HandleColumnBreakOnColumnSpanningElement function in mshtml.dll. This vulnerability allows remote attackers to execute arbitrary code via crafted Cascading Style Sheets (CSS) token sequences and JavaScript code that operates on a TH element."
Anticipated Attack Path
- 1. Initial Exploitation: Attacker crafts malicious CSS and JavaScript code
- 2. Privilege Escalation: Exploits type confusion vulnerability in mshtml.dll
- 3. Arbitrary Code Execution: Executes malicious code on the vulnerable system
Am I Vulnerable?
- Verify if Microsoft Internet Explorer 10 or 11, or Microsoft Edge is installed and running on the system
- Check for the presence of the mshtml.dll file
- Apply the latest security patches from Microsoft to address the vulnerability
Operational Audit Arsenal
Target Type DLL
Target Asset mshtml.dll
Standard Path C:\Windows\System32
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: mshtml.dll (DLL)
$Targets = 'mshtml.dll'
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")
Get-ChildItem -Path $SearchPaths -Include $Targets -Recurse -ErrorAction SilentlyContinue |
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}} Patch Impact Forecast
Reboot Required Likely
Potential disruption to web browsing and related services
Internal Work Notes
Apply Microsoft security patches to address CVE-2017-0037, a type confusion vulnerability in Microsoft Internet Explorer and Microsoft Edge, to prevent arbitrary code execution.
Technical Intelligence & Operational Utilities • Delivered Weekly
Intelligence Sources
Official Advisoryhttp://www.securityfocus.com/bid/96088
Official Advisoryhttp://www.securitytracker.com/id/1037905
Official Advisoryhttp://www.securitytracker.com/id/1037906
Official Advisoryhttps://0patch.blogspot.si/2017/03/0patching-another-0-day-internet.html
Official Advisoryhttps://bugs.chromium.org/p/project-zero/issues/detail?id=1011
MSRC Advisoryhttps://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-0037
Official Advisoryhttps://www.exploit-db.com/exploits/41454/
Official Advisoryhttps://www.exploit-db.com/exploits/42354/
Official Advisoryhttps://www.exploit-db.com/exploits/43125/
Official Advisoryhttp://www.securityfocus.com/bid/96088
Official Advisoryhttp://www.securitytracker.com/id/1037905
Official Advisoryhttp://www.securitytracker.com/id/1037906
Official Advisoryhttps://0patch.blogspot.si/2017/03/0patching-another-0-day-internet.html
Official Advisoryhttps://bugs.chromium.org/p/project-zero/issues/detail?id=1011
MSRC Advisoryhttps://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-0037
Official Advisoryhttps://www.exploit-db.com/exploits/41454/
Official Advisoryhttps://www.exploit-db.com/exploits/42354/
Official Advisoryhttps://www.exploit-db.com/exploits/43125/
Official Advisoryhttps://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2017-0037
Related Microsoft Threats
Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.