Cyber Resilience

CVE-2024-43573

MediumCISA KEVActive ExploitationEUVD Exploited

Published: 08 October 2024

Published
08 October 2024
Modified
30 October 2025
KEV Added
08 October 2024
Patch
CVSS Score v3.1 6.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
EPSS Score 0.1770 95.3th percentile
Risk Priority 44 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-43573 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Microsoft Windows 10 21H2. Its CVSS base score is 6.5 (Medium).

Operationally, ranked in the top 4.7% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog.

Deeper analysis

CVE-2024-43573 is a spoofing vulnerability in the Windows MSHTML Platform, the component responsible for parsing and rendering HTML content across multiple Windows applications. It carries a CVSS 3.1 score of 6.5 and is associated with CWE-79, indicating cross-site scripting or content-spoofing behavior that can be triggered remotely.

An unauthenticated attacker can exploit the flaw over the network by serving specially crafted content that a user must interact with, such as opening a malicious webpage or document. Successful exploitation allows the attacker to spoof trusted content and obtain high-impact confidentiality access to information processed by the affected MSHTML instance.

Microsoft has issued an advisory detailing the vulnerability and corresponding security update, while CISA has added CVE-2024-43573 to its catalog of known exploited vulnerabilities, confirming active in-the-wild use and underscoring the urgency of applying the patch. The EPSS score has reached a peak of 0.1855, reflecting sustained exploitation interest following disclosure.

EU & UK References

Vulnerability details

Windows MSHTML Platform Spoofing Vulnerability

CWE(s)
KEV Date Added
08 October 2024

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

microsoft
windows 10 1507
≤ 10.0.10240.20796 · ≤ 10.0.10240.20796
microsoft
windows 10 1607
≤ 10.0.14393.7428 · ≤ 10.0.14393.7428
microsoft
windows 10 1809
≤ 10.0.17763.6414
microsoft
windows 10 21h2
≤ 10.0.19044.5011 · ≤ 10.0.19044.5011 · ≤ 10.0.19044.5011
microsoft
windows 10 22h2
≤ 10.0.19045.5011 · ≤ 10.0.19045.5011 · ≤ 10.0.19045.5011
microsoft
windows 11 21h2
≤ 10.0.22000.3260
microsoft
windows 11 22h2
≤ 10.0.22621.4317
microsoft
windows 11 23h2
≤ 10.0.22631.4317 · ≤ 10.0.22631.4317
microsoft
windows 11 24h2
≤ 10.0.26100.2033
microsoft
windows server 2012
r2
+4 more product configuration(s) — see NVD for full list

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-79

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

References