What is Windows SmartScreen?
Windows SmartScreen is a cloud-based reputation service integrated into Windows Explorer and Microsoft Edge that checks files and URLs against a reputation database when a user attempts to execute a downloaded file or visit a web page. Files marked with the Mark of the Web (MOTW — an NTFS alternate data stream indicating internet origin) trigger SmartScreen checks at execution time: if the file's hash or publisher is unknown or has a poor reputation, Windows displays a warning dialog that strongly discourages execution. SmartScreen is a critical last-resort defense against malware delivered via phishing and drive-by downloads, operating after a file is already on disk. Bypassing SmartScreen allows malware to execute without triggering this warning, significantly increasing the success rate of phishing campaigns.
Overview
CVE-2023-24880 is a security feature bypass vulnerability (CWE-863) in Windows SmartScreen that allows an attacker to craft a malicious file that evades Mark of the Web defenses and executes without triggering SmartScreen reputation warnings. The bypass involves crafting a file — specifically an MSI installer with an invalid Authenticode signature — that Windows SmartScreen incorrectly treats as trusted, suppressing the warning dialog. Microsoft patched CVE-2023-24880 in the March 2023 Patch Tuesday as an actively exploited zero-day — simultaneously added to the CISA KEV catalog on March 14, 2023. The ransomwareUse: true designation reflects Magniber ransomware's active use of this bypass for malware delivery.
Affected Versions
| Product | Affected | Fixed |
|---|---|---|
| Windows 10 (multiple versions) | Yes | March 2023 cumulative update |
| Windows 11 (multiple versions) | Yes | March 2023 cumulative update |
| Windows Server 2016 through 2022 | Yes | March 2023 cumulative update |
Technical Details
The SmartScreen bypass (CWE-863 — Incorrect Authorization) involves a flaw in how SmartScreen evaluates the Authenticode digital signature of executable files during the reputation check. Microsoft's research identified that crafting an MSI (Windows Installer) package with an invalid or malformed Authenticode signature caused SmartScreen to:
- Treat the signature as "present" (bypassing the "unsigned executable from internet" warning path)
- Not verify the signature's validity against a trusted root
- Skip or suppress the reputation warning that would normally block unsigned or unknown-publisher files from executing
The result is that the malicious MSI can be delivered via a phishing email or web download, carried with the MOTW zone identifier marking it as internet-sourced, but executes without a SmartScreen warning when the user double-clicks it — appearing to Windows as if it carries a valid code signature.
The AV:L/PR:N/UI:R/I:L/A:L CVSS score reflects the low-overall-impact assessment for the bypass alone — the bypass itself doesn't execute code or access data, but it removes a protective layer that prevents a user from running a malicious file.
Discovery
CVE-2023-24880 was discovered by Benoit Sevens and Vlad Stolyarov of Google's Threat Analysis Group (TAG), who identified it being actively exploited in the Magniber ransomware delivery chain. They reported it to Microsoft, which patched it in the March 2023 Patch Tuesday. The simultaneous KEV addition on Patch Tuesday confirms the zero-day status and active exploitation.
Exploitation Context
Magniber ransomware — a ransomware family predominantly targeting South Korean and East Asian users — used CVE-2023-24880 to bypass SmartScreen and deliver ransomware without triggering Windows security warnings. The exploitation workflow:
- The victim receives a phishing email or visits a compromised/malicious website containing a link to a malicious
.msifile - The victim downloads and double-clicks the MSI file
- SmartScreen fails to warn the user due to CVE-2023-24880's bypass
- The MSI executes and installs Magniber ransomware, encrypting the victim's files
The bypass was particularly effective because users have been trained to look for the SmartScreen warning as a safety signal — its absence provides false assurance that the file is safe. CVE-2023-24880 is part of a series of SmartScreen and MOTW bypasses exploited in 2022–2023, including CVE-2022-44698 and CVE-2023-36584, reflecting sustained attacker investment in circumventing this defensive layer.
Remediation
- Apply the March 2023 Windows cumulative update — patches CVE-2023-24880 in SmartScreen.
- Enable SmartScreen and ensure it is not disabled — verify SmartScreen is enabled via Windows Security settings or group policy; it must not be disabled by end users or system administrators.
- Enable Attack Surface Reduction (ASR) rules — rules that block untrusted and unsigned processes from running, and that block executable content from email clients and web clients, provide defense-in-depth against malware delivery.
- Deploy application allowlisting — Windows Defender Application Control (WDAC) or AppLocker policies can restrict which MSI packages and executables are permitted to run, regardless of SmartScreen state.
- User awareness training — educate users that even when no security warning appears, unsolicited downloads or unexpected installer files should not be executed; the absence of a SmartScreen warning is not sufficient to confirm file safety.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2023-24880 |
| Vendor / Product | Microsoft — Windows |
| NVD Published | 2023-03-14 |
| NVD Last Modified | 2025-10-27 |
| CVSS 3.1 Score | 4.4 |
| CVSS 3.1 Vector | CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L |
| Severity | MEDIUM |
| CWE | CWE-863 find similar ↗ |
| CISA KEV Added | 2023-03-14 |
| CISA KEV Deadline | 2023-04-04 |
| Known Ransomware Use | ⚠️ Yes |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2023-03-14 | Microsoft March 2023 Patch Tuesday — CVE-2023-24880 patched as an actively exploited zero-day; CVE published and CISA KEV added on the same day |
| 2023-04-04 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| Microsoft Security Response Center Advisory | Vendor Advisory |
| NVD — CVE-2023-24880 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |