CVE-2025-13700
Command Injection in DreamFactory saveZipFile Enables RCE
Publication date: 2025-12-23
Last updated on: 2025-12-23
Assigner: Zero Day Initiative
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dreamfactory | dreamfactory | 3.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-78 | The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a command injection flaw in the saveZipFile method of DreamFactory. It occurs because the method does not properly validate a user-supplied string before using it in a system call. An authenticated remote attacker can exploit this to execute arbitrary code on the affected system with the privileges of the service account.
How can this vulnerability impact me? :
Exploiting this vulnerability allows an attacker to execute arbitrary code remotely on the affected DreamFactory installation. This can lead to full compromise of the system, including unauthorized access, data manipulation, or disruption of services, since the attacker gains control with the service account's privileges.