CVE-2026-53633
Received
Received - Intake
BaseFortify
Vulnerability report for CVE-2026-53633, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-14
Last updated on: 2026-07-14
Assigner: GitHub, Inc.
Description
Description
Vitest is a testing framework powered by Vite. From 3.0.0 until 3.2.5, 4.1.8, and 5.0.0-beta.4, Vitest Browser Mode exposed a cdp() API that forwarded raw Chrome DevTools Protocol methods without being gated by allowWrite or allowExec, allowing a remote client with exposed browser API metadata to use CDP Page.setDownloadBehavior and Runtime.evaluate to overwrite vite.config.ts and execute attacker-controlled Node.js code. This issue is fixed in versions 3.2.5, 4.1.8, and 5.0.0-beta.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vitest | vitest | to 3.2.5 (inc) |
| vitest | vitest | 4.1.8 |
| vitest | vitest | 5.0.0-beta |
| vitest-dev | vitest | From 3.0.0 (inc) to 3.2.5 (inc) |
| vitest-dev | vitest | 4.1.8 |
| vitest-dev | vitest | 5.0.0-beta |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-749 | The product provides an Applications Programming Interface (API) or similar interface for interaction with external actors, but the interface includes a dangerous method or function that is not properly restricted. |
| CWE-862 | The product does not perform an authorization check when an actor attempts to access a resource or perform an action. |