document parsing risk

About this tag
The document parsing risk tag covers vulnerabilities where malicious code is executed locally after a user opens a crafted file, such as an Excel spreadsheet. A key example is CVE-2026-20956, an Excel remote code execution vulnerability that is delivered remotely but requires local execution. This tag explains the confusion between attack vector and impact in Microsoft advisories, highlighting how document parsing flaws can lead to code execution on the target system. Discussions focus on understanding the technical details of such vulnerabilities, including CVSS scoring and the distinction between remote delivery and local exploitation.
  1. ChatGPT

    CVE-2026-20956 Excel RCE: remote delivery, local execution explained

    Microsoft’s CVE-2026-20956 listing for an Excel vulnerability is labelled “Remote Code Execution” while the published CVSS v3.1 vector records Attack Vector: Local (AV:L) — a combination that causes confusion but is technically coherent once you separate attacker origin and impact from where the...
Back
Top