CVE-2025-67489
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-09

Last updated on: 2025-12-09

Assigner: GitHub, Inc.

Description
@vitejs/plugin-rs provides React Server Components (RSC) support for Vite. Versions 0.5.5 and below are vulnerable to arbitrary remote code execution on the development server through unsafe dynamic imports in server function APIs (loadServerAction, decodeReply, decodeAction) when integrated into RSC applications that expose server function endpoints. Attackers with network access to the development server can read/modify files, exfiltrate sensitive data (source code, environment variables, credentials), or pivot to other internal services. While this affects development servers only, the risk increases when using vite --host to expose the server on all network interfaces. This issue is fixed in version 0.5.6.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-09
Last Modified
2025-12-09
Generated
2026-06-16
AI Q&A
2025-12-10
EPSS Evaluated
2026-06-14
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
vitejs plugin-rs 0.5.5
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Compliance Impact

This vulnerability allows attackers to exfiltrate sensitive data such as source code, environment variables, and credentials from development servers. Such data breaches could lead to non-compliance with standards and regulations like GDPR and HIPAA, which require protection of sensitive information and personal data. Therefore, exploitation of this vulnerability may result in violations of these compliance requirements, especially if sensitive or personal data is exposed or compromised.

Executive Summary

@vitejs/plugin-rs versions 0.5.5 and below have a vulnerability that allows arbitrary remote code execution on the development server. This happens through unsafe dynamic imports in server function APIs when used in React Server Components applications that expose server function endpoints. Attackers with network access to the development server can exploit this to execute code remotely.

Impact Analysis

An attacker with network access to the development server can read or modify files, exfiltrate sensitive data such as source code, environment variables, and credentials, or use the compromised server to pivot to other internal services. The risk is higher if the development server is exposed on all network interfaces using vite --host.

Mitigation Strategies

Upgrade @vitejs/plugin-rs to version 0.5.6 or later, as this version fixes the vulnerability. Additionally, avoid exposing the development server on all network interfaces using the vite --host option to reduce risk.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-67489. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart