You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve 2026 20950
About this tag
CVE-2026-20950 is a Microsoft Excel vulnerability that Microsoft labels as Remote Code Execution, yet its CVSS vector lists Attack Vector as Local (AV:L). This apparent contradiction is deliberate: the CVE title describes the attacker's ability to deliver a malicious file remotely, while the CVSS AV:L metric documents that the vulnerable code executes within the local Excel process. Discussions on WindowsForum clarify that both statements are accurate and answer different questions. For Windows administrators and security professionals, understanding this distinction is critical for correctly assessing risk and prioritizing mitigations. The tag covers analysis of Microsoft's advisory language, CVSS scoring rationale, and practical guidance for handling Office document parsing flaws.
Microsoft’s choice to label CVE-2026-20950 an Excel “Remote Code Execution” vulnerability while publishing a CVSS vector with Attack Vector = Local (AV:L) is deliberate, not a classification error: the CVE title signals the attacker’s origin and the potential operational impact, whereas the CVSS...
Title: Why CVE-2026-20950 is labeled “Remote Code Execution” even though CVSS lists AV:L (Local) — a practical guide for Windows admins
Introduction
Short answer: “Remote” in the CVE title describes the attacker’s location (they can be off‑host and deliver a malicious file remotely); the CVSS...