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.
cvss av local
About this tag
The tag cvss av local covers the CVSS Attack Vector metric set to Local (AV:L) in vulnerability scoring, particularly in the context of Microsoft Office remote code execution (RCE) flaws. The tagged threads explain the apparent contradiction between a CVE title calling a bug "Remote Code Execution" and the CVSS vector listing AV:L. The recurring theme is that the CVE title describes the attacker's remote delivery method (e.g., emailing a malicious file), while CVSS AV:L records where the vulnerable code actually executes—on the local host when a user opens the file. This distinction is critical for Windows administrators and security teams to correctly triage, prioritize patching, and design mitigations for document-based attacks that cross the network first and detonate locally.
Microsoft labels CVE-2026-44820 as a Microsoft Excel Remote Code Execution vulnerability because a remote attacker can cause code to run on a victim’s computer, even though the CVSS attack vector is Local because the vulnerable Excel processing happens on the target machine. The apparent...
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...
Short answer (TL;DR)
The CVE title says "Remote Code Execution" because a remote attacker can deliver a malicious Word file and cause code to run on the victim machine (attacker origin / impact).
The CVSS Attack Vector = Local (AV:L) because the vulnerable code actually executes inside a local...
Microsoft’s CVE entry for CVE-2025-62203 is labeled a “Remote Code Execution” (RCE) vulnerability for Excel even though the published CVSS vector records the Attack Vector as Local (AV:L) — and that apparent contradiction is intentional, rooted in the difference between impact messaging and...
Microsoft’s CVE entry for CVE-2025-62203 calls the Excel flaw a “Remote Code Execution” vulnerability, but the published CVSS vector marks the Attack Vector as Local (AV:L) — a distinction that looks contradictory at first glance but, in practice, reflects two different questions: what an...
Microsoft’s advisory for CVE-2025-59224 calls the bug a “Remote Code Execution” in Microsoft Excel while the published CVSS vector lists Attack Vector: Local (AV:L) — a phrasing that confuses many defenders. The apparent contradiction is semantic, not technical: the advisory’s “Remote” describes...