Executive Risk Summary
"A use-after-free vulnerability in Microsoft Internet Explorer 6 through 10 allows remote attackers to execute arbitrary code via a crafted web site that triggers access to a deleted object. This vulnerability can be exploited by an attacker to gain control of the affected system."
Anticipated Attack Path
- 1. Initial Exploitation: Attacker crafts a malicious web site to exploit the use-after-free vulnerability
- 2. Post-Exploitation: Attacker gains control of the affected system and potentially escalates privileges
- 3. Lateral Movement: Attacker moves laterally within the network to compromise additional systems
Am I Vulnerable?
- Verify that all systems are running the latest version of Internet Explorer or have the MS13-021 patch applied
- Implement a web application firewall to detect and prevent exploitation attempts
- Monitor system logs for suspicious activity indicative of exploitation
Operational Audit Arsenal
Target Type Process
Target Asset iexplore.exe
Standard Path C:\Program Files\Internet Explorer
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: iexplore.exe (Process)
$Targets = 'iexplore.exe'
$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
Minimal, but may require restart of Internet Explorer
Internal Work Notes
Apply MS13-021 patch to vulnerable Internet Explorer installations to prevent exploitation of use-after-free vulnerability.
Technical Intelligence & Operational Utilities • Delivered Weekly
Intelligence Sources
Official Advisoryhttp://blog.skylined.nl/20161216001.html
Official Advisoryhttp://packetstormsecurity.com/files/140186/Microsoft-Internet-Explorer-9-IEFRAME-CView-EnsureSize-Use-After-Free.html
Official Advisoryhttp://www.us-cert.gov/ncas/alerts/TA13-071A
MSRC Advisoryhttps://docs.microsoft.com/en-us/security-updates/securitybulletins/2013/ms13-021
Official Advisoryhttps://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A16049
Official Advisoryhttps://www.exploit-db.com/exploits/40935/
Official Advisoryhttp://blog.skylined.nl/20161216001.html
Official Advisoryhttp://packetstormsecurity.com/files/140186/Microsoft-Internet-Explorer-9-IEFRAME-CView-EnsureSize-Use-After-Free.html
Official Advisoryhttp://www.us-cert.gov/ncas/alerts/TA13-071A
MSRC Advisoryhttps://docs.microsoft.com/en-us/security-updates/securitybulletins/2013/ms13-021
Official Advisoryhttps://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A16049
Official Advisoryhttps://www.exploit-db.com/exploits/40935/
Related Microsoft Threats
Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.