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
- Apply the July 2023 Windows cumulative update — this is the definitive fix.
- Enable Windows Defender with reputation-based protection — even post-patch, keeping SmartScreen and MOTW checks active for all downloaded files adds defense-in-depth.
- 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.
- 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.
- 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
| Property | Value |
|---|---|
| CVE ID | CVE-2023-32049 |
| Vendor / Product | Microsoft — Windows |
| NVD Published | 2023-07-11 |
| NVD Last Modified | 2025-10-28 |
| CVSS 3.1 Score | 8.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CISA KEV Added | 2023-07-11 |
| CISA KEV Deadline | 2023-08-01 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2023-07-11 | Microsoft July 2023 Patch Tuesday — CVE-2023-32049 patched as actively exploited zero-day |
| 2023-07-11 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2023-08-01 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| Microsoft Security Response Center Advisory | Vendor Advisory |
| NVD — CVE-2023-32049 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |