SecPod

Learn Search

Search across all Learn content

← Back to Security Research
CVE-2014-0322: Microsoft Internet Explorer 0-day Vulnerability.

CVE-2014-0322: Microsoft Internet Explorer 0-day Vulnerability.

A use-after-free vulnerability is present in Microsoft Internet Explorer 10 ( CVE-2014-0322 ), which allows remote attackers to execute arbitrary code.

Feb 26, 2014By Thanga Prakash2 min read

A use-after-free vulnerability is present in Microsoft Internet Explorer 10 ( CVE-2014-0322 ), which allows remote attackers to execute arbitrary code.

This vulnerability exploited in the wild as a Watering hole attack, in which the attacker injects a javascript or hidden iframe into a website, which will redirect to a malicious page. Therefore, a good vulnerability management tool can resolve these issues.

In this attack, users who visited the compromised site will encounter an iframe that redirects to the malicious page in the background. However, the below image shows the Wireshark captured traffic of the redirected URL. Vulnerability Management System can prevent these attacks.

Wireshark:

The Redirected page embeds a Flash file, which in turn executes the malicious code.

The loaded Tope.swf file will cause heap sprays with the below data repeatedly.

The below image shows the heap before and after the Heap spray.

The control then is transferred to the javascript from flash file, defined in the tope.as3(Action Script of the Flash file)

Then the javascript will check for EMET.DLL (The Enhanced Mitigation Experience Toolkit) and Internet Explorer 10 from user agent. It will exit the process if the file is present or if it’s not Internet Explorer 10.

Then the control is transferred back to the swf, which will download the payload as tope.jpg and extract two files to the temporary folder.

  • sqlrenew.txt
  • stream.exe (md5: c869c75ed1998294af3c676bdbd56851)

Tope.swf will load the contents of the sqlrenew.txt into memory and this helps in the execution of stream.exe

That stream.exe is creating three more files,

  • stream.exe
    • MediaCenter.exe
      • regsvr32.exe
    • cmd.exe
stream.exe
stream.exe

Next, MediaCenter.exe and cmd.exe processes are getting created, as shown in the below picture.

And MediaCenter.exe looks like a legitimate file and is also digital sign and verified as MICRO DIGITAL INC.

This will finally contact a remote server, oa.ameteksen.com (198.2.209.211), and is in use to send sensitive information.

  • Thanga Prakash

Featured Posts

Open StyleSmuggler: Inside the Unpatched Magento Zero-Day Backdooring Live Stores
StyleSmuggler: Inside the Unpatched Magento Zero-Day Backdooring Live Stores

CVE Research

StyleSmuggler: Inside the Unpatched Magento Zero-Day Backdooring Live Stores

StyleSmuggler, an unpatched Magento and Adobe Commerce flaw letting attackers execute code without authentication via log poisoning, installing a persistent Linux backdoor that has already compromised live stores with no vendor patch available.

Sep 7, 2026

Open CVE-2026-6471: 12-Year-Old PostgreSQL PostGREShell Flaw Enables Server Takeover
CVE-2026-6471: 12-Year-Old PostgreSQL PostGREShell Vulnerability

CVE Research

CVE-2026-6471: 12-Year-Old PostgreSQL PostGREShell Flaw Enables Server Takeover

Sep 7, 2026

Open Root-Level RCE Flaw in Cisco Nexus 9000 Series Switches Exposes Networks to Complete Compromise — CVE-2026-20212
Root-Level RCE Flaw in Cisco Nexus 9000 Series Switches Exposes Networks to Complete Compromise — CVE-2026-20212

CVE Research

Root-Level RCE Flaw in Cisco Nexus 9000 Series Switches Exposes Networks to Complete Compromise — CVE-2026-20212

CVE-2026-20212 is a critical vulnerability in Cisco Nexus 9000 Series Switches that use Silicon One ASICs. It allows an unauthenticated remote attacker to execute code with root privileges by sending crafted input to TCP ports 43210 and 43211, which are reachable in the default Layer 3 VRF. Exploitation can also crash the S1HAL process and force a device reload. This article covers how the vulnerability works, the affected product identifiers, its potential impact, available workarounds, and how to identify fixed software using the Cisco Software Checker.

Sep 4, 2026

Open SonicWall SMA 1000 Under Active Attack: Two Zero-Days Enable SSRF and Remote Code Execution
SonicWall SMA 1000 Under Active Attack: Two Zero-Days Enable SSRF and Remote Code Execution

CVE Research

SonicWall SMA 1000 Under Active Attack: Two Zero-Days Enable SSRF and Remote Code Execution

Sep 3, 2026