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-05-27
AI Q&A
2025-12-09
EPSS Evaluated
2026-05-25
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 Powered Q&A
Can you explain this vulnerability to me?

@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.


How can this vulnerability impact me? :

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.


What immediate steps should I take to mitigate this vulnerability?

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.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart