Monday, September 7, 2026

MSHTML Zero-Day in Windows Exploited by APT28 Prior to Feb 2026 Security Update

Microsoft released its Patch Tuesday updates, addressing 59 vulnerabilities, including a critical zero-day flaw in the Windows MSHTML framework.

Tracked as CVE-2026-21513, this actively exploited vulnerability allows attackers to bypass security features and execute arbitrary code.

APT28 is a well-documented advanced persistent threat group known for sophisticated malware campaigns.

Security researchers from Akamai discovered that the Russian state-sponsored threat group, APT28, was exploiting this flaw in the wild before the official patch was available.

Vulnerability Overview

FeatureDetails
CVE IDCVE-2026-21513
CVSS Score8.8 (High)
Vulnerability TypeSecurity Feature Bypass
Affected ComponentMSHTML Framework (ieframe.dll)
Threat ActorAPT28 (Russian State-Sponsored)
Exploitation StatusActively Exploited In-the-Wild

The vulnerability originates in the ieframe.dll component, which manages hyperlink navigation for Internet Explorer.

The code lacked proper validation for target URLs. Because of this weak validation, attackers could send malicious inputs to specific code paths that trigger the ShellExecuteExW function.

This flaw allows threat actors to break out of the browser’s secure sandbox environment and execute arbitrary local or remote files on the victim’s machine without warning.

Snippet from PatchDiff-AI report, pinpointing the vulnerable code path (Source: Akamai)
Snippet from PatchDiff-AI report, pinpointing the vulnerable code path (Source: Akamai)

Researchers first spotted the APT28 exploit in late January 2026. The threat actors used a specially crafted Windows Shortcut file (.lnk) that contained a hidden HTML payload at the end of its structure.

When opened, the payload connects to an attacker-controlled domain (wellnesscaremed[.]com) to retrieve multistage malware.

To ensure successful execution, the exploit leverages nested iframes and multiple Document Object Model (DOM) contexts.

This technique allows attackers to bypass major Windows security defenses, specifically Mark of the Web (MotW) and Internet Explorer Enhanced Security Configuration (IE ESC).

By downgrading the security context, the malicious script forces the system to execute the dangerous ShellExecuteExW call.

A user warning before the script is executed (Source: Akamai)
A user warning before the script is executed (Source: Akamai)

While the observed campaign relies on malicious .lnk files, experts warn that any application embedding the MSHTML component could trigger this vulnerable code path.

This means other delivery methods beyond traditional phishing are highly likely.

To address CVE-2026-21513, Microsoft implemented stricter hyperlink protocol validation in the February 2026 security patch update.

The fix ensures that standard protocols, such as HTTP, HTTPS, and FILE, are strictly contained and executed within the secure browser environment.

They can no longer be passed directly to the ShellExecuteExW function, effectively neutralizing the exploit chain.

Follow us on Google NewsLinkedIn, and X to Get Instant Updates and Set GBH as a Preferred Source in Google.

Divya
Divya
Divya is a Senior Journalist at GBhackers covering Cyber Attacks, Threats, Breaches, Vulnerabilities and other happenings in the cyber world.

Hot this week

How To Access Dark Web Anonymously and know its Secretive and Mysterious Activities

What is Deep Web The deep web, invisible web, or...

How to Build and Run a Security Operations Center (SOC Guide) – 2023

Today’s Cyber security operations center (CSOC) should have everything...

Russian Hackers Bypass EDR to Deliver a Weaponized TeamViewer Component

TeamViewer's popularity and remote access capabilities make it an...

Web Server Penetration Testing Checklist – 2026

Web server pentesting is performed under three significant categories: identity,...

ATM Penetration Testing – Advanced Testing Methods to Find The Vulnerabilities

ATM Penetration testing, Hackers have found different approaches to...

Hackers Can Use PEEP Chrome Extension to Steal Credentials and Execute Shell Commands

A newly identified Chromium-based post-exploitation toolkit named PEEP can...

Hackers Actively Exploiting MikroTik RouterOS MikroTrick Flaws to Take Full Control of Routers

Threat actors are actively exploiting critical vulnerabilities in MikroTik...

CrowdStrike Launches SafeMind Agentic AI Cybersecurity System Built With NVIDIA Nemotron

CrowdStrike has launched SafeMind, an AI-driven cybersecurity system developed...

Chainguard Hits 1 Billion Build Manifests With AI-Powered Software Supply Chain Security

Chainguard has surpassed 1 billion container build manifests, doubling...

Russian Hackers Deploy New HOOKEDGE Backdoor in Espionage Attacks Across Europe

Russian state-sponsored threat actor BlueDelta, also tracked as APT28,...

New Panzer Ransomware Hits 16 Victims Across 11 Countries With Data Theft and Encryption

Panzer ransomware has emerged as a new Ransomware-as-a-Service (RaaS)...

12-Year-Old PostgreSQL Flaw Lets Attackers Execute Code and Take Over Database Servers

A critical PostgreSQL vulnerability dubbed PostGREShell could allow low-privileged...

Related Articles

Recent News