5.9 MEDIUM
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): High (H)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Scope (S): Unchanged (U)
- Confidentiality (C): High (H)
- Integrity (I): None (N)
- Availability (A): None (N)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): High (H)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Confidentiality (MC): High (H)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): None (N)
- Modified Availability (MA): None (N)
Activity log
- Created suggestion
Vitest: Path Traversal / Arbitrary File Read via @vitest/mocker Redirect Mock
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.
References
-
https://github.com/vitest-dev/vitest/security/advisories/GHSA-82fw-gwwq-j7x9 x_refsource_CONFIRM
-
https://github.com/vitest-dev/vitest/pull/10972 x_refsource_MISC
-
https://github.com/vitest-dev/vitest/pull/10974 x_refsource_MISC
-
https://github.com/vitest-dev/vitest/releases/tag/v4.1.11 x_refsource_MISC
-
https://github.com/vitest-dev/vitest/releases/tag/v5.0.0-rc.2 x_refsource_MISC
Affected products
- ==>= 5.0.0-beta.1, < 5.0.0-rc.2
- ==>= 2.1.0, < 4.1.11
- ==>= 5.0.0-beta.1, < 5.0.0-rc.2
- ==>= 2.1.0, < 4.1.11
Matching in nixpkgs
pkgs.go-mockery
Mock code autogenerator for Golang
pkgs.go-mockery_2
Mock code autogenerator for Golang - v2
pkgs.haskellPackages.mockery
Support functions for automated testing
Package maintainers
-
@cideM Florian Beeres <yuuki@protonmail.com>
-
@06kellyjac Jack <hello+nixpkgs@j-k.io>