What is Mark of the Web (MOTW)?
Mark of the Web (MOTW) is a Windows security mechanism that tags files downloaded from the internet with a Zone.Identifier Alternate Data Stream, marking them as potentially untrusted. When a user opens a file with an MOTW tag, Windows triggers additional protections: SmartScreen reputation checks, Office Protected View for documents, and warnings before executing scripts or executables. Bypassing MOTW eliminates these warnings and allows threat actors to deliver payloads that execute without any security prompts — a critical force multiplier in malware delivery chains.
Overview
CVE-2022-41091 is a MOTW security feature bypass vulnerability in Windows. An attacker can craft a specially structured archive that causes Windows to fail to propagate the MOTW Zone.Identifier tag from the outer container to files extracted from it. Files extracted from the crafted archive execute without SmartScreen warnings or Office Protected View, as Windows treats them as locally-originated safe files. CISA added this to KEV the same day as the November 2022 Patch Tuesday, reflecting active exploitation in the wild. See also CVE-2022-41049 for a related MOTW bypass patched on the same day.
Affected Versions
| Product | Vulnerable | Fixed |
|---|---|---|
| Windows 10 (multiple versions) | Yes | November 2022 CU |
| Windows 11 | Yes | November 2022 CU |
| Windows Server 2016 – 2022 | Yes | November 2022 CU |
Technical Details
The bypass exploits how Windows shell functions handle MOTW propagation when extracting files from certain archive formats. When a downloaded archive has a Zone.Identifier marking it as internet-sourced, Windows is supposed to inherit that tag to extracted contents. A malformed or specially crafted archive can cause Windows to skip this inheritance, leaving extracted files without any MOTW tag.
- Delivery mechanism: Attacker distributes the crafted archive via email, web download, or other channels
- Bypass effect: Extracted files have no Zone.Identifier ADS — Windows, SmartScreen, and Office treat them as locally created
- User interaction required: Victim must download and extract the archive
- Ransomware use: Confirmed — Magniber ransomware operators used ZIP-based MOTW bypasses extensively in 2022 to deliver ransomware payloads without SmartScreen prompts; QBot/Qakbot and other initial access brokers also incorporated MOTW bypass techniques in phishing campaigns
Discovery
Reported to Microsoft through coordinated disclosure. The practical exploitation was observed in the wild in ransomware delivery campaigns prior to the November 2022 patch.
Exploitation Context
CISA's same-day KEV addition (before the CVE was formally published) signals CISA had advance notice of active exploitation. Magniber ransomware — a ransomware family primarily targeting South Korean users but observed globally — used MOTW bypass techniques via crafted ZIP archives to deliver ransomware payloads that executed without triggering Windows Defender SmartScreen warnings. QBot/Qakbot campaigns also adopted MOTW bypass techniques during this period to improve email payload delivery success rates. The practical CVSS score of 5.4 dramatically understates the real-world impact: MOTW bypasses remove the last-line user-facing warning before malware execution.
Remediation
- Apply the November 2022 Patch Tuesday cumulative update for Windows
- Ensure both CVE-2022-41091 and CVE-2022-41049 are patched (same update cycle)
- Enable Microsoft Defender SmartScreen and cloud-delivered protection
- Configure email gateways to block or quarantine password-protected ZIP archives, which are commonly used to bypass antivirus scanning in MOTW bypass campaigns
- Consider Windows Defender Application Control (WDAC) policies requiring code signing regardless of MOTW status
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2022-41091 |
| Vendor / Product | Microsoft — Windows |
| NVD Published | 2022-11-09 |
| NVD Last Modified | 2025-10-30 |
| CVSS 3.1 Score | 5.4 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L |
| Severity | MEDIUM |
| CISA KEV Added | 2022-11-08 |
| CISA KEV Deadline | 2022-12-09 |
| Known Ransomware Use | ⚠️ Yes |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2022-11-08 | Microsoft patches CVE-2022-41091 in November 2022 Patch Tuesday |
| 2022-11-08 | Added to CISA Known Exploited Vulnerabilities catalog (pre-publication, same day as patch) |
| 2022-11-09 | CVE formally published |
| 2022-12-09 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| Microsoft Security Response Center — CVE-2022-41091 | Vendor Advisory |
| NVD — CVE-2022-41091 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |