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.
  1. CVE-2026-44820: Excel “Remote” RCE vs CVSS AV:L—Defender Guide

    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...
  2. CVE-2026-20950 Explained: Remote Code Execution vs CVSS AV:L in Office Documents

    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...
  3. RCE vs CVSS AV: Why Remote Code Execution Headlines and Local AV Still Urgent

    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...
  4. Excel CVE-2025-62203: Remote Code Execution Versus Local AV Explained

    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...
  5. CVE-2025-62203: Clarifying Remote Code Execution and AV Local in Excel

    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...
  6. CVE-2025-59224 Explained: Remote Delivery vs Local Execution in Excel

    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...