GHSA-rcvg-rgf7-pppv

Suggest an improvement
Source
https://github.com/advisories/GHSA-rcvg-rgf7-pppv
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/08/GHSA-rcvg-rgf7-pppv/GHSA-rcvg-rgf7-pppv.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-rcvg-rgf7-pppv
Aliases
Published
2024-08-05T19:48:56Z
Modified
2024-08-06T14:38:36Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H CVSS Calculator
  • 7.7 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
Nuxt Devtools has a Path Traversal: '../filedir'
Details

Summary

Nuxt Devtools is missing authentication on the getTextAssetContent RPC function which is vulnerable to path traversal. Combined with a lack of Origin checks on the WebSocket handler, an attacker is able to interact with a locally running devtools instance and exfiltrate data abusing this vulnerability.

In certain configurations an attacker could leak the devtools authentication token and then abuse other RPC functions to achieve RCE.

Details

The getTextAssetContent function does not check for path traversals (source), this could allow an attacker to read arbitrary files over the RPC WebSocket.

The WebSocket server does not check the origin of the request (source) leading to CSWSH. This may be intentional to allow certain configurations to work correctly.

Nuxt Devtools authentication tokens are placed within the home directory of the current user (source).

In the scenario that: + The user has a Nuxt3 Project running + Devtools is enabled and running + The project is placed within the users home directory. + The user visits a malicious webpage + User has authenticated with devtools at least once

The malicious webpage can connect to the Devtools WebSocket, perform a directory traversal brute force to find the authentication token, then use the authenticated <code>writeStaticAssets</code> function to create a new Component, Nitro Handler or app.vue file which will run automatically as the file is changed.

PoC

POC will exploit the Devtools server on localhost:3000 (you may need to manually restart the server as the restart hook does not always work).

POC: https://devtools-exploit.pages.dev

  1. Create a new project with nuxt.new.
  2. Place the project inside your home directory.
  3. Run pnpm run dev.
  4. Open the POC page.

The POC will: + Identify devtools version. + Leak your devtools token. + Create a new server handler with an insecure eval.

Impact

  • All new Nuxt projects by default (devtools is enabled) are vulnerable to arbitrary file read.
  • Certain Nuxt configurations are vulnerable to Remote Code Execution
Database specific
{
    "cwe_ids": [
        "CWE-22",
        "CWE-24"
    ],
    "severity": "HIGH",
    "nvd_published_at": "2024-08-05T21:15:37Z",
    "github_reviewed": true,
    "github_reviewed_at": "2024-08-05T19:48:56Z"
}
References

Affected packages

npm / @nuxt/devtools

Package

Name
@nuxt/devtools
View open source insights on deps.dev
Purl
pkg:npm/%40nuxt/devtools

Affected ranges

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

Database specific

source

"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/08/GHSA-rcvg-rgf7-pppv/GHSA-rcvg-rgf7-pppv.json"