CVE-2023-32049 — Microsoft Windows Defender SmartScreen Security Feature Bypass Vulnerability

CVE-2023-32049

Windows SmartScreen — Security Warning Bypass Enabling Drive-by Download Without User Prompt

What is Windows Defender SmartScreen?

Windows Defender SmartScreen is a security feature built into Windows that checks files downloaded from the internet against a reputation database and displays a warning dialog — "Open File - Security Warning" or the "Windows protected your PC" prompt — before executing unknown or low-reputation files. SmartScreen is a key last-line-of-defense against drive-by downloads: even if a user is tricked into downloading a malicious file, SmartScreen's warning prompt gives them a chance to reconsider before execution. Bypassing SmartScreen silently executes files that would otherwise trigger this warning.

Overview

CVE-2023-32049 is a security feature bypass in Windows Defender SmartScreen that allows an attacker to suppress the "Open File - Security Warning" security prompt when a user opens a specially crafted URL or file. This allows malware delivered as a download to execute without the warning dialog that would normally alert the user. Microsoft patched it on July 11, 2023 (Patch Tuesday) as an actively exploited zero-day. CISA added it to the KEV catalog on the same day.

Affected Versions

Product Affected Fixed
Windows 10 (all supported versions) Yes July 2023 cumulative update
Windows 11 (all supported versions) Yes July 2023 cumulative update
Windows Server 2016/2019/2022 Yes July 2023 cumulative update

Technical Details

SmartScreen's protection relies on the Windows Mark of the Web (MOTW) — a Zone Identifier alternate data stream (Zone.Identifier:$DATA) that Windows appends to files downloaded from the internet, indicating their origin. SmartScreen checks for this mark and triggers its warning UI when an executable bearing the internet zone MOTW is about to run.

CVE-2023-32049 is a bypass of the SmartScreen prompt specifically when users click crafted URLs. By constructing a URL with specific characteristics, an attacker can cause Windows to open a locally-cached or remotely-located file in a way that does not trigger the "Open File - Security Warning" dialog. The user still needs to interact with the URL (click a link), but the SmartScreen warning that would normally intercede before execution is suppressed.

In attack scenarios, this vulnerability is used as a force multiplier for malware delivery: the attacker crafts a phishing email or malicious website with a specially formatted download link, and when the victim clicks it, the downloaded malware executes immediately without the expected security warning.

Discovery

Microsoft credited Google's Threat Analysis Group (TAG) and Benoît Sevens, reflecting the connection to commercial surveillance or targeted attack activity. Active exploitation at disclosure confirms the bypass was being used in real campaigns.

Exploitation Context

SmartScreen bypass vulnerabilities have been a persistent target throughout 2023 and beyond. The July 2023 Patch Tuesday addressed this alongside CVE-2023-32046 (MSHTML privilege escalation) and CVE-2023-36884 (Office/Windows HTML RCE) — together representing a coordinated capability set for phishing-based initial access without triggering standard Windows defenses.

Storm-0978 (RomCom) and financially motivated actors were active exploiters of the July 2023 Windows zero-days.

Remediation

  1. Apply the July 2023 Windows cumulative update — this is the definitive fix.
  2. Enable Windows Defender with reputation-based protection — even post-patch, keeping SmartScreen and MOTW checks active for all downloaded files adds defense-in-depth.
  3. Enable Attack Surface Reduction (ASR) rule "Block executable files from running unless they meet a prevalence, age, or trusted list criterion" — provides an additional layer against low-prevalence executables.
  4. User education: Remind users that unexpected file downloads requesting them to click through security warnings should be treated with extreme suspicion; SmartScreen prompts that do appear should not be casually dismissed.
  5. Deploy endpoint detection capable of monitoring file execution events, particularly for newly downloaded executables — SmartScreen bypass attacks result in unusual execution patterns that EDR tools can detect.

Key Details

PropertyValue
CVE ID CVE-2023-32049
Vendor / Product Microsoft — Windows
NVD Published2023-07-11
NVD Last Modified2025-10-28
CVSS 3.1 Score8.8
CVSS 3.1 VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
SeverityHIGH
CISA KEV Added2023-07-11
CISA KEV Deadline2023-08-01
Known Ransomware Use No

CVSS 3.1 Breakdown

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Required Action

CISA BOD 22-01 Deadline: 2023-08-01. Apply updates per vendor instructions or discontinue use of the product if updates are unavailable.

Timeline

DateEvent
2023-07-11Microsoft July 2023 Patch Tuesday — CVE-2023-32049 patched as actively exploited zero-day
2023-07-11Added to CISA Known Exploited Vulnerabilities catalog
2023-08-01CISA BOD 22-01 remediation deadline

References

ResourceType
Microsoft Security Response Center Advisory Vendor Advisory
NVD — CVE-2023-32049 Vulnerability Database
CISA KEV Catalog Entry US Government