---
id: CVE-2026-73653
title: Vitest is a testing framework powered by Vite
summary: >-
  Vitest is a testing framework powered by Vite. Prior to versions 3.2.7,
  4.1.10, and 5.0.0-beta.6, Browser Mode provider commands including upload,
  takeScreenshot, screenshotMatcher, stopChunkTrace, deleteTracing, and
  annotateTraces accep…
severity: critical
cvss: 9.4
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L'
cwe:
  - CWE-22
  - CWE-552
  - CWE-862
published: '2026-08-13'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T21:02:22.660'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-73653'
references:
  - url: >-
      https://github.com/vitest-dev/vitest/commit/33f96a145ef09ca6a43b4e555eb273e64a87be23
    label: security-advisories@github.com
  - url: >-
      https://github.com/vitest-dev/vitest/commit/5c18dd267ff7f47f24cab2f615a16b37d90feb7f
    label: security-advisories@github.com
  - url: >-
      https://github.com/vitest-dev/vitest/commit/b795e36b34969bec50b47a9f29d26f799a6a04fb
    label: security-advisories@github.com
  - url: 'https://github.com/vitest-dev/vitest/pull/10674'
    label: security-advisories@github.com
  - url: 'https://github.com/vitest-dev/vitest/pull/10679'
    label: security-advisories@github.com
  - url: 'https://github.com/vitest-dev/vitest/pull/10680'
    label: security-advisories@github.com
  - url: 'https://github.com/vitest-dev/vitest/releases/tag/v3.2.7'
    label: security-advisories@github.com
  - url: 'https://github.com/vitest-dev/vitest/releases/tag/v4.1.10'
    label: security-advisories@github.com
  - url: 'https://github.com/vitest-dev/vitest/releases/tag/v5.0.0-beta.6'
    label: security-advisories@github.com
  - url: >-
      https://github.com/vitest-dev/vitest/security/advisories/GHSA-p63j-vcc4-9vmv
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00644
epssPercentile: 0.49489
ingestedAt: '2026-09-09T21:22:45.534Z'
---

## Overview

Vitest is a testing framework powered by Vite. Prior to versions 3.2.7, 4.1.10, and 5.0.0-beta.6, Browser Mode provider commands including upload, takeScreenshot, screenshotMatcher, stopChunkTrace, deleteTracing, and annotateTraces accept browser-supplied file paths without enforcing the allowWrite permission gate or confining paths to the project root. A client that can reach the Browser Mode API can read arbitrary local files, create or overwrite image and trace files, or delete files accessible to the Vitest process even when allowWrite is false. This issue is fixed in versions 3.2.7, 4.1.10, and 5.0.0-beta.6.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
