CVE-2026-84373: Vitest: Path Traversal / Arbitrary File Read via @vitest/mocker Redirect Mock

Published Sep 1, 2026
·
Updated

Vitest is a testing framework powered by Vite. From 2.1.0 until 4.1.11 and 5.0.0-rc.2, the public mockerPlugin and standalone interceptorPlugin exports in packages/mocker/src/node/interceptorPlugin.ts register the vitest:interceptor:register handler on Vite's unauthenticated HMR WebSocket without validating redirect targets against the file-serving allowlist. The implementation processes event.redirect without enforcing server.fs.allow and server.fs.deny through isFileLoadingAllowed. A remote client that can reach an exposed development server can submit an opaque URL scheme preserving .. segments, causing join(server.config.root, redirectUrl.pathname) to resolve outside the project root. The plugin's load hook then returns readFile(mock.redirect, 'utf-8') as module source, disclosing local files readable by the dev-server process. Vitest browser mode uses a token-authenticated RPC and is not remotely unauthenticated by default, although the same boundary check was missing on that path. This issue is fixed in versions 4.1.11 and 5.0.0-rc.2.

Affected Software

2 affected components
Vitest vitest>=2.1.0<=4.1.11, =5.0.0-rc.2
@vitest/mocker>=2.1.0<=4.1.10, =5.0.0-rc.1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade vitest/@vitest/mocker to a version that resolves this vulnerability.

    Fixed in 4.1.11
  2. Upgrade

    Upgrade vitest/@vitest/mocker to a version that resolves this vulnerability.

    Fixed in 5.0.0-rc.2

Event History

Sep 1, 2026
CVE Published
via MITRE·09:26 PM
Data Sourced
via MITRE·09:26 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who can exploit this issue?

A remote client that can reach an exposed Vitest development server can use the unauthenticated Vite HMR WebSocket handler. No authentication or user interaction is required on that path.

2

What access does an attacker gain?

The attacker can cause the server to read local files outside the project root when those files are readable by the development-server process. The disclosed file contents are returned as module source; the provided data does not indicate integrity or availability impact.

3

Are Vitest browser-mode deployments remotely exposed by default?

Vitest browser mode uses a token-authenticated RPC and is not remotely unauthenticated by default. The missing boundary check also existed on that path, but the described unauthenticated remote exposure concerns the Vite HMR WebSocket path.

4

What should be done if an update cannot be applied immediately?

Prevent remote clients from reaching the development server and its HMR WebSocket. This removes the network access required for the described attack.

5

How can I determine whether an instance is affected?

Check whether the deployment uses the public mockerPlugin or standalone interceptorPlugin export from packages/mocker/src/node/interceptorPlugin.ts and runs an affected release. The issue is fixed in versions 4.1.11 and 5.0.0-rc.2.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203