Home Microsoft CVE-2013-3918
CRITICAL: THIS VULNERABILITY IS ACTIVELY BEING EXPLOITED IN THE WILD (CISA KEV CATALOG)
Back to Microsoft

CVE-2013-3918

Exploited

Windows - InformationCardSigninHelper ActiveX control

Microsoft CVSS 8.8 Updated April 30, 2026

Executive Risk Summary

"The InformationCardSigninHelper ActiveX control vulnerability allows remote attackers to execute arbitrary code or cause a denial of service via a crafted web page. This vulnerability affects various Windows operating systems, including Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7, Windows 8, Windows 8.1, Windows Server 2012, and Windows RT."

Anticipated Attack Path

  1. 1. Initial Exploitation: Attacker crafts a malicious web page to exploit the InformationCardSigninHelper ActiveX control vulnerability.
  2. 2. Privilege Escalation: The attacker gains the ability to execute arbitrary code on the vulnerable system.
  3. 3. Lateral Movement: The attacker may attempt to move laterally within the network to exploit other vulnerabilities or gain access to sensitive data.

Am I Vulnerable?

  • Verify that the latest security updates are installed on all Windows systems.
  • Ensure that Internet Explorer is configured to only run trusted ActiveX controls.
  • Monitor network traffic for signs of exploitation attempts.

Operational Audit Arsenal

Target Type DLL
Target Asset icardie.dll
Standard Path C:\Windows\System32
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: icardie.dll (DLL)
$Targets = 'icardie.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

Minimal to moderate disruption expected, depending on the system configuration and usage.

Internal Work Notes

CVE-2013-3918: InformationCardSigninHelper ActiveX control vulnerability in Windows - apply MS13-090 patch to prevent arbitrary code execution via crafted web pages.

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Official Advisoryhttp://blogs.technet.com/b/msrc/archive/2013/11/11/activex-control-issue-being-addressed-in-update-tuesday.aspx
Official Advisoryhttp://www.darkreading.com/vulnerability/new-ie-vulnerability-found-in-the-wild-s/240163814/
Official Advisoryhttp://www.fireeye.com/blog/technical/2013/11/new-ie-zero-day-found-in-watering-hole-attack.html
Official Advisoryhttp://www.us-cert.gov/ncas/alerts/TA13-317A
MSRC Advisoryhttps://docs.microsoft.com/en-us/security-updates/securitybulletins/2013/ms13-090
Official Advisoryhttps://isc.sans.edu/forums/diary/16985
Official Advisoryhttps://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A19089
Official Advisoryhttp://blogs.technet.com/b/msrc/archive/2013/11/11/activex-control-issue-being-addressed-in-update-tuesday.aspx
Official Advisoryhttp://www.darkreading.com/vulnerability/new-ie-vulnerability-found-in-the-wild-s/240163814/
Official Advisoryhttp://www.fireeye.com/blog/technical/2013/11/new-ie-zero-day-found-in-watering-hole-attack.html
Official Advisoryhttp://www.us-cert.gov/ncas/alerts/TA13-317A
MSRC Advisoryhttps://docs.microsoft.com/en-us/security-updates/securitybulletins/2013/ms13-090
Official Advisoryhttps://isc.sans.edu/forums/diary/16985
Official Advisoryhttps://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A19089
Official Advisoryhttps://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2013-3918
MSRC Advisoryhttps://www.microsoft.com/en-us/msrc/blog/2013/11/technical-details-of-the-targeted-attack-using-ie-vulnerability-cve-2013-3918/

Related Microsoft Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.