cbcvebase.
CVE-2021-1678
published 2021-01-12

CVE-2021-1678: Windows Print Spooler Spoofing Vulnerability Windows Print Spooler Spoofing Vulnerability

high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
EPSS
9.38%
94.8th percentile
Windows Print Spooler Spoofing Vulnerability Windows Print Spooler Spoofing Vulnerability

Affected

35 ranges· showing 25
VendorProductVersion rangeFixed in
microsoftwindows_10_version_1507>= 10.0.0 < 10.0.10240.1906010.0.10240.19060
microsoftwindows_10_version_1607>= 10.0.0 < 10.0.14393.465110.0.14393.4651
microsoftwindows_10_version_1803>= 10.0.0 < publicationpublication
microsoftwindows_10_version_1809>= 10.0.0 < 10.0.17763.218310.0.17763.2183
microsoftwindows_10_version_1909>= 10.0.0 < 10.0.18363.180110.0.18363.1801
microsoftwindows_10_version_2004>= 10.0.0 < 10.0.19041.123710.0.19041.1237
microsoftwindows_10_version_20h2>= 10.0.0 < 10.0.19041.123710.0.19041.1237
microsoftwindows_7>= 6.1.0 < 6.1.7601.257126.1.7601.25712
microsoftwindows_7_service_pack_1>= 6.1.0 < 6.1.7601.257126.1.7601.25712
microsoftwindows_8.1>= 6.3.0 < 6.3.9600.201206.3.9600.20120
microsoftwindows_server_2008_r2_service_pack_1>= 6.0.0 < 6.1.7601.257126.1.7601.25712
microsoftwindows_server_2008_r2_service_pack_1>= 6.1.0 < 6.1.7601.257126.1.7601.25712
microsoftwindows_server_2008_service_pack_2>= 6.0.0 < 6.0.6003.212186.0.6003.21218
microsoftwindows_server_2012>= 6.2.0 < 6.2.9200.234626.2.9200.23462
microsoftwindows_server_2012_r2>= 6.3.0 < 6.3.9600.201206.3.9600.20120
microsoftwindows_server_2016>= 10.0.0 < 10.0.14393.465110.0.14393.4651
microsoftwindows_server_2019>= 10.0.0 < 10.0.17763.218310.0.17763.2183
microsoftwindows_server_version_2004>= 10.0.0 < 10.0.19041.123710.0.19041.1237
microsoftwindows_server_version_20h2>= 10.0.0 < 10.0.19041.123710.0.19041.1237
msrcwindows_10
msrcwindows_10_version_1607
msrcwindows_10_version_1803
msrcwindows_10_version_1809
msrcwindows_10_version_1909
msrcwindows_10_version_2004

Detection & IOCsextracted from sources · hover to see the quote

otherIRemoteWinspool
urlhttps://github.com/antonioCoco/RemotePotato0
other{00000306-0000-0000-c000-000000000046}
other{11111111-2222-3333-4444-555555555555}
other{5167B42F-C111-47A1-ACC4-8EABE61B0B54}
yara
rule SentinelOne_RemotePotato0_privesc {
  meta:
    author = "SentinelOne"
    description = "Detects RemotePotato0 binary"
    reference = "https://www.sentinelone.com/wp-content/uploads/relaying-potatoes-dce-rpc-ntlm-relay-eop"
  strings:
    $import1 = "CoGetInstanceFromIStorage"
    $istorage_clsid = "{00000306-0000-0000-c000-000000000046}" nocase wide ascii
    $meow_header = { 4d 45 4f 57 }
    $clsid1 = "{11111111-2222-3333-4444-555555555555}" nocase wide ascii
    $clsid2 = "{5167B42F-C111-47A1-ACC4-8EABE61B0B54}" nocase wide ascii
  condition:
    (uint16(0) == 0x5A4D) and $import1 and $istorage_clsid and $meow_header and 1 of ($clsid*)
}
bytes
4d 45 4f 57
  • Detect RemotePotato0 exploit tool using the published YARA rule: look for PE files importing CoGetInstanceFromIStorage, containing the IStorage CLSID {00000306-0000-0000-c000-000000000046}, the MEOW header bytes (4d 45 4f 57), and either CLSID {11111111-2222-3333-4444-555555555555} or {5167B42F-C111-47A1-ACC4-8EABE61B0B54}.
  • ·The IRemoteWinspool interface is only exploitable when it accepts RPC_C_AUTHN_LEVEL_CONNECT (authentication level 0x2). After the January 2021 patch, Microsoft enforces a minimum of RPC_C_AUTHN_LEVEL_PKT_INTEGRITY on this interface. Unpatched systems remain vulnerable.

CVSS provenance

nvdv3.17.5HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
nvdv2.05.0MEDIUMAV:N/AC:L/Au:N/C:P/I:N/A:N
cvelistv58.8HIGH
vendor_msrc8.8HIGH
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.