🛡️ GHSA-p63j-vcc4-9vmv — browser
Description
@vitest/browser: Browser Mode provider commands bypass the file-access permission gate
Summary
Browser Mode exposes a set of built-in "commands" that run on the Node.js side of the test runner and can touch the local filesystem (taking screenshots, managing Playwright traces, uploading files for <input type="file">, comparing screenshots).
Several of these commands accept a file path from the browser and act on it without checking the allowWrite permission gate and without confining the path to the project directory. A client that can reach the Browser Mode API can therefore read, create, overwrite, or delete files anywhere the Vitest process can access, even when allowWrite is false.
This matters most when the Browser Mode API is exposed to the network (for example test.api.host is set, or the dev server is reachable from another machine or origin). In that configuration allowWrite defaults to false precisely to block file access, and these commands bypass that protection. On a default localhost-only setup with trusted test code, there is no untrusted party in a position to exploit it. The gap still matters wherever you rely on allowWrite: false to contain untrusted test code, because these commands ignore that flag.
Affected commands and impact
| Command | Operation | Impact |
|---|---|---|
| upload (Playwright + WebdriverIO) | Read | Arbitrary local file read; contents are loaded into the page and readable by test code. Highest-impact case. |
| takeScreenshot (Playwright + WebdriverIO) | Write | Writes a PNG to an arbitrary path (absolute path used verbatim), creating parent directories. |
| screenshotMatcher | Write | Writes reference/diff PNGs; directory derived from client path allows partial traversal. |
| stopChunkTrace | Write | Writes a Playwright trace .zip to a path escapable via ../ in the trace name. |
| deleteTracing | Delete | Deletes arbitrary files by path. |
| annotateTraces | Read (disclosure) | Records a client-controlled attachment path that the reporter copies into the attachments directory, disclosing file contents. |
The writes do not let an attacker choose the file contents (they produce PNG images or trace archives), so the integrity impact is creating, overwriting, or deleting a file at an arbitrary path rather than writing a chosen payload. The reads (upload, annotateTraces) are more serious because they expose the full contents of an arbitrary file.
The fix adds, to every file-touching provider command, an allowWrite check for write/delete operations and path confinement to the project root (matching the existing fs command pattern), so client-supplied absolute paths and ../ traversal are rejected.
How this vulnerability can be exploited
This issue can be reached over the network, attack complexity is low, an attacker needs no privileges on the target. No user interaction is required. The scope is unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality high, integrity high, availability low.
Weakness class
GHSA-p63j-vcc4-9vmv is classified as CWE-22: Path Traversal. A file path built from user input is not confined to the intended directory, letting an attacker reach files elsewhere on the filesystem.
Affected software
GHSA-p63j-vcc4-9vmv is recorded against 1 package.
- @vitest/browser
Timeline and source
Published on 21 July 2026 and last revised on 23 July 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.
References
github.com (Web)
github.com (Web)
github.com (Web)
github.com (Web)
github.com (Web)
github.com (Web)
github.com (Web)
github.com (Package)
github.com (Web)
github.com (Web)
github.com (Web)
Details
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
Affected Packages
| Software | From version | Fixed in |
|---|---|---|
| @vitest/browser | — | — |
References
Similar Threats
- Critical CVE-2026-53633
- Critical CVE-2026-47428
- Medium CVE-2025-24963
More GHSA P advisories
Browse all of GHSA P in the advisory index.
- GHSA-p9mp-vq4v-v5m5
- GHSA-p9w7-82w4-7q8m
- GHSA-p9wc-4pjv-rg82
- GHSA-p22h-3m2v-cmgh
- GHSA-p26v-fx3x-r2rp
- GHSA-p44v-rx83-vjp4
- GHSA-p62j-hrxm-xcxf
- GHSA-p62r-7637-3wwc
- GHSA-p64j-f4x9-wq66
- GHSA-p72q-h37j-3hq7
- GHSA-p75v-367r-2v23
- GHSA-p76f-wr22-4rv6
- GHSA-p84g-j2gh-83g3
- GHSA-p99h-pfg6-qrfg
- GHSA-p279-2cqp-84jg
- GHSA-p444-p2rm-hvrw
Exploit Protection
Are you running browser?
GHSA-p63j-vcc4-9vmv carries CVSS 9.5 Critical rating. BotEraser checks your installation against this and other known CVE records, and blocks IPs associated with exploit activity.
Check My Site For GHSA-p63j-vcc4-9vmv →No credit card required · Results in minutes
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.