CVE-2025-67489
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vitejs | plugin-rs | 0.5.5 |
Helpful Resources
Exploitability
| 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.