CVE-2024-43573
Published: 08 October 2024
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
- 🇪🇺 ENISA EUVD: EUVD-2024-40327
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
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.
Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.
Validates web inputs to reject script-related content that could produce XSS.
Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.