CVE-2025-12733
BaseFortify
Publication date: 2025-11-13
Last updated on: 2025-11-13
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | wp_all_import | * |
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?
The vulnerability exists in the WP All Import plugin for WordPress (versions up to 3.9.6) where the plugin uses the eval() function on unsanitized user input in the pmxi_if function. This allows authenticated users with import permissions, typically administrators, to inject and execute arbitrary PHP code on the server via specially crafted import templates, leading to remote code execution.
How can this vulnerability impact me? :
This vulnerability can allow an attacker with import capabilities to execute arbitrary PHP code on the server remotely. This can lead to full compromise of the affected WordPress site, including data theft, site defacement, installation of malware, or further attacks on the hosting environment.