CVE-2025-13329
Arbitrary File Upload in WooCommerce File Uploader Enables RCE
Publication date: 2025-12-20
Last updated on: 2026-04-08
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| snowray_software | file_uploader_for_woocommerce | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-434 | The product allows the upload or transfer of dangerous file types that are automatically processed within its environment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability in the File Uploader for WooCommerce plugin allows unauthenticated attackers to upload arbitrary files because the plugin lacks proper file type validation in the 'add-image-data' REST API endpoint callback. This means attackers can upload potentially malicious files to the Uploadcare service and then download them onto the affected website's server, which could lead to remote code execution.
How can this vulnerability impact me? :
This vulnerability can have severe impacts including unauthorized file uploads that may lead to remote code execution on your server. This could allow attackers to execute malicious code, compromise your website, steal data, deface your site, or use your server for further attacks.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, immediately update the File Uploader for WooCommerce plugin to a version later than 1.0.3 where the issue is fixed. If an update is not yet available, consider disabling or removing the plugin to prevent exploitation. Additionally, monitor your WooCommerce orders and uploaded files for any suspicious activity and restrict access to the 'add-image-data' REST API endpoint if possible.