CVE-2026-41612
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedRelative path traversal in Visual Studio Code allows an unauthorized attacker to disclose information locally.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceA relative path traversal vulnerability in Visual Studio Code permits an unauthorized local attacker to access files outside the intended scope by manipulating path references with directory traversal sequences (e.g., ../../../'). The flaw enables information disclosure of sensitive local files that the VS Code process has access to.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 0.4.19CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Verify Live Preview extension is installedOpen VS Code, go to Extensions view (Ctrl+Shift+X), search for 'Live Preview' by Microsoft. Check if it appears in the installed extensions list.Affected if The Live Preview extension is installed and enabled in VS Code.
-
Identify Live Preview versionIn VS Code Extensions view, click on the installed Live Preview extension to view its details. The version number is displayed on the extension information panel.Affected if The installed version is lower than 0.4.19 (e.g., 0.4.18, 0.4.17, etc.).
-
Confirm Live Preview server is activeStart the Live Preview server by opening an HTML file and clicking 'Open with Live Preview' or using the command palette (Ctrl+Shift+P) to run 'Live Preview: Start Server'. Check if the preview server starts successfully.Affected if The Live Preview server starts and serves content, making the path traversal vulnerability accessible.
-
Check for suspicious file access patternsMonitor VS Code process file operations using system tools (e.g., Process Monitor on Windows, lsof/auditd on Linux) while Live Preview is active. Look for access attempts to paths containing ../ sequences outside the workspace directory.Affected if File access attempts via Live Preview reach directories outside the intended workspace scope.
A user is affected if the Microsoft Live Preview extension is installed with a version lower than 0.4.19 and the Live Preview server feature is being used.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped0.4.19
Apply the vendor-supplied security update for Visual Studio Code when released. Until then, restrict VS Code's access to sensitive directories and monitor for suspicious file access patterns.
Live Preview extension version 0.4.19 or later
- 1. Open Visual Studio Code
- 2. Navigate to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X)
- 3. Search for 'Live Preview' extension
- 4. Check the current installed version of the Live Preview extension
- 5. If version is lower than 0.4.19, click 'Update' to upgrade to the latest version
- 6. Alternatively, manually install version 0.4.19 or later from the Visual Studio Code marketplace
- 7. Restart Visual Studio Code after the update completes
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,560.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-41612 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-41612 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data