GHSA-353f-5xf4-qw67

Suggest an improvement
Source
https://github.com/advisories/GHSA-353f-5xf4-qw67
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/06/GHSA-353f-5xf4-qw67/GHSA-353f-5xf4-qw67.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-353f-5xf4-qw67
Aliases
Related
Published
2023-06-06T02:01:39Z
Modified
2024-08-09T19:14:57Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N CVSS Calculator
Summary
Vite Server Options (server.fs.deny) can be bypassed using double forward-slash (//)
Details

The issue involves a security vulnerability in Vite where the server options can be bypassed using a double forward slash (//). This vulnerability poses a potential security risk as it can allow unauthorized access to sensitive directories and files.

Steps to Fix. Update Vite: Ensure that you are using the latest version of Vite. Security issues like this are often fixed in newer releases.\n2. Secure the server configuration: In your vite.config.js file, review and update the server configuration options to restrict access to unauthorized requests or directories.

Impact

Only users explicitly exposing the Vite dev server to the network (using --host or the server.host config option) are affected and only files in the immediate Vite project root folder could be exposed.\n\n### Patches\nFixed in vite@4.3.9, vite@4.2.3, vite@4.1.5, vite@4.0.5 and in the latest minors of the previous two majors, vite@3.2.7 and vite@2.9.16.

### Details Vite serves the application with under the root-path of the project while running on the dev mode. By default, Vite uses the server option fs.deny to protect sensitive files. But using a simple double forward-slash, we can bypass this restriction. \n\n### PoC\n1. Create a new latest project of Vite using any package manager. (here I'm using react and vue templates and pnpm for testing)\n2. Serve the application on dev mode using pnpm run dev.\n3. Directly access the file via url using double forward-slash (//) (e.g: //.env, //.env.local)\n4. The server option fs.deny was successfully bypassed.

Proof Images: proof-1\nproof-2

Database specific
{
    "nvd_published_at": "2023-06-01T17:15:10Z",
    "cwe_ids": [
        "CWE-200",
        "CWE-50",
        "CWE-706"
    ],
    "severity": "HIGH",
    "github_reviewed": true,
    "github_reviewed_at": "2023-06-06T02:01:39Z"
}
References

Affected packages

npm / vite

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.9.16

npm / vite

Package

Affected ranges

Type
SEMVER
Events
Introduced
3.0.2
Fixed
3.2.7

npm / vite

Package

Affected ranges

Type
SEMVER
Events
Introduced
4.0.0
Fixed
4.0.5

npm / vite

Package

Affected ranges

Type
SEMVER
Events
Introduced
4.1.0
Fixed
4.1.5

npm / vite

Package

Affected ranges

Type
SEMVER
Events
Introduced
4.2.0
Fixed
4.2.3

npm / vite

Package

Affected ranges

Type
SEMVER
Events
Introduced
4.3.0
Fixed
4.3.9