A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-34344

CVE-2024-34344: Nuxt Framework RCE Vulnerability

CVE-2024-34344 is a remote code execution vulnerability in Nuxt framework caused by insufficient validation in NuxtTestComponentWrapper. Attackers can execute arbitrary commands when users run tests locally.

Published: June 2, 2026

CVE-2024-34344 Overview

CVE-2024-34344 is a code injection vulnerability [CWE-94] in Nuxt, the open-source Vue.js framework for building full-stack web applications. The flaw stems from insufficient validation of the path parameter in the NuxtTestComponentWrapper. Attackers can execute arbitrary JavaScript on the server side, leading to arbitrary command execution. Developers running Nuxt tests locally are exposed when they visit a malicious web page in the same browser session. Because browsers can issue cross-origin requests to arbitrary addresses, a malicious page can repeatedly probe the local test server and trigger remote code execution when the server starts.

Critical Impact

A malicious web page visited by a developer can achieve remote code execution against the local Nuxt test server, compromising the developer workstation.

Affected Products

  • Nuxt framework (nuxt:nuxt)
  • Local Nuxt test server environments using NuxtTestComponentWrapper
  • Developer workstations running Nuxt component tests

Discovery Timeline

  • 2024-08-05 - CVE-2024-34344 published to NVD
  • 2024-09-19 - Last updated in NVD database

Technical Details for CVE-2024-34344

Vulnerability Analysis

The vulnerability resides in the NuxtTestComponentWrapper, a helper used during local component testing. The path parameter accepted by the wrapper is not sufficiently validated before being passed into server-side execution logic. As a result, an attacker who can deliver a crafted request to the local test server can inject JavaScript that the Node.js process executes. Because the test server runs with the developer's privileges, arbitrary commands run in the developer's local context.

Exploitation does not require authentication or local access to the workstation. Instead, the attacker lures the developer to a malicious web page while the test environment is active. The malicious page issues cross-origin HTTP requests to the local Nuxt test endpoint, supplying an attacker-controlled path value. Once the request reaches the vulnerable wrapper, the injected payload runs server-side. The web page can poll repeatedly, so the exploit fires as soon as the developer starts the test server.

Root Cause

The root cause is improper control of generation of code [CWE-94] in the test component wrapper. User-supplied input flows into a code-evaluation path without sanitization or allow-list enforcement.

Attack Vector

The attack vector is network-based with user interaction. A developer must open a malicious URL in a browser while a vulnerable Nuxt test server is running locally. No authentication is required on the local server, and confidentiality, integrity, and availability are all impacted.

The vulnerability mechanism is described in the GitHub Security Advisory GHSA-v784-fjjh-f8r4. No verified public proof-of-concept code is associated with this CVE at the time of writing.

Detection Methods for CVE-2024-34344

Indicators of Compromise

  • Unexpected child processes spawned by the Node.js process hosting the Nuxt test server (for example, shells, curl, wget, or package managers).
  • Outbound network connections initiated by the local test server to unfamiliar domains shortly after test startup.
  • HTTP requests to local test endpoints containing suspicious path parameter values referencing absolute filesystem paths, URLs, or JavaScript syntax.
  • New or modified files in the developer's home directory or project workspace that were not created by the developer.

Detection Strategies

  • Inspect web server access logs for requests to Nuxt test routes originating from cross-origin referrers.
  • Monitor process lineage on developer endpoints to flag the Node.js test runner spawning interactive shells or system utilities.
  • Apply behavioral identification rules on developer workstations to catch script interpreters launching post-exploitation tooling.

Monitoring Recommendations

  • Centralize developer workstation telemetry, including process execution and network connections, into a SIEM or data lake for retrospective hunting.
  • Track installed Nuxt versions across engineering inventories and alert on versions below the patched release.
  • Alert on browsers communicating with localhost test ports across non-development origins.

How to Mitigate CVE-2024-34344

Immediate Actions Required

  • Upgrade Nuxt to a version that includes the fix referenced in GHSA-v784-fjjh-f8r4.
  • Stop running Nuxt component tests on workstations that also browse untrusted web content.
  • Audit developer endpoints for signs of exploitation, including unexpected processes and outbound connections from Node.js.

Patch Information

The Nuxt maintainers addressed the issue through validation of the path parameter in the NuxtTestComponentWrapper. Refer to the Nuxt GitHub Security Advisory for the fixed version and patch commit details. Update the nuxt dependency in package.json and rebuild the project.

Workarounds

  • Bind the Nuxt test server to a non-default loopback interface or randomized port to reduce predictability for cross-origin attackers.
  • Use a dedicated browser profile or isolated browser for development that does not visit untrusted sites while tests run.
  • Restrict outbound network access from the developer machine while the test server is running using host firewall rules.
bash
# Configuration example: upgrade Nuxt to the patched release
npm install nuxt@latest

# Verify the installed version
npm ls nuxt

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNuxt

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability1.31%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2023-3224: Nuxt Nuxt RCE Vulnerability

  • CVE-2026-34405: Nuxt OG Image XSS Vulnerability

  • CVE-2026-34404: Nuxt OG Image DoS Vulnerability

  • CVE-2026-31860: Unhead useHeadSafe() XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English