Security readout for executives and security teams
Plain-English summary
CVE-2025-65717 affects the Visual Studio Code Live Server extension v5.7.9. A developer who interacts with a crafted HTML page could have files exposed. The reported impact is limited to confidentiality, and user interaction is required. Provided sources do not show active exploitation.
Executive priority
Treat as a moderate developer-workstation risk. Prioritize inventory and vendor-guidance review, especially for teams handling sensitive code or data. This does not currently warrant emergency response based on provided evidence.
Technical view
The CVE describes file exfiltration through user interaction with crafted HTML in Live Server v5.7.9. CVSS 3.1 is 4.3, network exploitable, low complexity, no privileges, user interaction required, unchanged scope, low confidentiality impact. Mapped weaknesses include CWE-200, CWE-601, and CWE-79.
Likely exposure
Exposure is most relevant to developer workstations using the VS Code Live Server extension, specifically v5.7.9 per the CVE description. The bundle’s affected product fields are incomplete, so organizations should validate installed extension versions directly.
Exploitation context
The issue requires a user to interact with crafted HTML. There is no KEV listing and no provided source evidence of active exploitation. Risk is higher where developers open untrusted web content or run Live Server in sensitive workspaces.
Researcher notes
The public bundle lacks detailed affected-version ranges, patch status, and maintainer remediation text. Analysis should be refined after reviewing GHSA-9qrh-552f-x896 and the project repository. Do not assume broader affected products beyond Live Server v5.7.9 from the supplied CVE description.
Mitigation direction
Check the GitHub advisory and project repository for vendor guidance or a fixed version.
Inventory VS Code installations for the Live Server extension and version 5.7.9.
Disable or restrict Live Server where not needed until vendor guidance is confirmed.
Avoid opening untrusted HTML projects or pages with Live Server enabled.
Keep sensitive files out of workspaces served by development tools.
Validation and detection
Confirm whether Live Server v5.7.9 is installed on developer endpoints.
Review extension management tooling for installed versions and update status.
Check whether Live Server is enabled in sensitive repositories or user workspaces.
Review vendor advisory GHSA-9qrh-552f-x896 for affected and fixed versions.
Monitor for unusual file access or outbound activity from developer workstations.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-200: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
CWE-601: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-200 · source CWE mapping
Exposure of Sensitive Information to an Unauthorized Actor
Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
URL Redirection to Untrusted Site ('Open Redirect')
URL Redirection to Untrusted Site ('Open Redirect') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.