cbcvebase.
CVE-2020-1464
published 2020-08-17

CVE-2020-1464: A spoofing vulnerability exists when Windows incorrectly validates file signatures. An attacker who successfully exploited this vulnerability could bypass…

PriorityP279medium5.5CVSS 3.1
AVLACLPRLUINSUCNIHAN
KEVITW
CISA Known Exploited Vulnerabilitydue 2022-05-03
Exploited in the wild
EPSS
41.13%
98.5th percentile
A spoofing vulnerability exists when Windows incorrectly validates file signatures. An attacker who successfully exploited this vulnerability could bypass security features and load improperly signed files. In an attack scenario, an attacker could bypass security features intended to prevent improperly signed files from being loaded. The update addresses the vulnerability by correcting how Windows validates file signatures.

Affected

41 ranges· showing 25
VendorProductVersion rangeFixed in
microsoftwindows_10_version_1507>= 10.0.0 < publicationpublication
microsoftwindows_10_version_1607>= 10.0.0 < publicationpublication
microsoftwindows_10_version_1709>= 10.0.0 < publicationpublication
microsoftwindows_10_version_1709_for_32-bit_systems>= 10.0.0 < publicationpublication
microsoftwindows_10_version_1803>= 10.0.0 < publicationpublication
microsoftwindows_10_version_1809>= 10.0.0 < publicationpublication
microsoftwindows_10_version_1903_for_32-bit_systems>= 10.0.0 < publicationpublication
microsoftwindows_10_version_1903_for_arm64-based_systems>= 10.0.0 < publicationpublication
microsoftwindows_10_version_1903_for_x64-based_systems>= 10.0.0 < publicationpublication
microsoftwindows_10_version_1909>= 10.0.0 < publicationpublication
microsoftwindows_10_version_2004>= 10.0.0 < publicationpublication
microsoftwindows_7>= 6.1.0 < publicationpublication
microsoftwindows_7_service_pack_1>= 6.1.0 < publicationpublication
microsoftwindows_8.1>= 6.3.0 < publicationpublication
microsoftwindows_server_2008
microsoftwindows_server_2008_r2_service_pack_1>= 6.0.0 < publicationpublication
microsoftwindows_server_2008_r2_service_pack_1>= 6.1.0 < publicationpublication
microsoftwindows_server_2008_service_pack_2>= 6.0.0 < publicationpublication
microsoftwindows_server_2012
microsoftwindows_server_2012>= 6.2.0 < publicationpublication
microsoftwindows_server_2012_r2>= 6.3.0 < publicationpublication
microsoftwindows_server_2016>= 10.0.0 < publicationpublication
microsoftwindows_server_2019>= 10.0.0 < publicationpublication
microsoftwindows_server_version_2004>= 10.0.0 < publicationpublication
msrcwindows_10

Detection & IOCsextracted from sources · hover to see the quote

filename.MSI (Windows Installer files with appended JAR content)
filename.jar (malicious JAR renamed from MSI polyglot)
  • Detect MSI/JAR polyglot files: scan for files with a valid Authenticode signature on an MSI that also contain appended JAR content — the exploit works by appending a malicious JAR to a signed MSI and renaming the result with a .jar extension while retaining a valid Windows signature.
  • Flag any file presenting as .jar that carries a valid Windows Authenticode/code-signing signature, as legitimate JAR files do not carry Windows digital signatures — this is a strong indicator of GlueBall-style abuse of CVE-2020-1464.
  • This vulnerability (dubbed 'GlueBall') was actively exploited in the wild since at least August 2018 — threat hunting should cover a two-year retrospective window for MSI+JAR polyglot files.
  • Use YARA rules or polyglot-aware file-format detection to identify files that simultaneously conform to both MSI and JAR format specifications, as standard AV routing may only inspect one format and miss the malicious payload.
  • ·The attack is not limited to JAR files — the weakness applies to any content appended to a signed MSI; JAR is highlighted as a particularly dangerous vector but other formats may also be abused.

CVSS provenance

nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
nvdv2.02.1LOWAV:L/AC:L/Au:N/C:N/I:P/A:N
vulncheck7.8HIGH
cisa5.5MEDIUM
vendor_msrc5.3MEDIUM
CVEs like this are exactly what “Exploited This Week” covers.

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.