CVE-2025-69129
Deferred Deferred - Pending Action
Unauthenticated Arbitrary File Upload in WordPress Scraper Plugin

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description
Unauthenticated Arbitrary File Upload in WordPress & WooCommerce Scraper Plugin, Import Data from Any Site <= 1.0.7 versions.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-17
Last Modified
2026-06-17
Generated
2026-06-17
AI Q&A
2026-06-17
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
patchstack wordpress_woocommerce_scraper_plugin_import_data_from_any_site to 1.0.8 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions
Instant insights powered by AI
Executive Summary

The vulnerability CVE-2025-69129 affects the WordPress & WooCommerce Scraper Plugin, Import Data from Any Site Plugin, specifically versions 1.0.7 and below.

It is an unauthenticated arbitrary file upload vulnerability, meaning attackers do not need to be logged in to exploit it.

This flaw allows attackers to upload malicious files, such as backdoors, to the affected website.

Impact Analysis

This vulnerability has a critical impact with a CVSS score of 10.0, indicating extreme danger.

Exploitation can lead to attackers gaining unauthorized access to your website by uploading malicious files.

Such access can result in further compromise, including data theft, website defacement, or using the site as a launchpad for additional attacks.

The vulnerability is expected to be exploited in mass campaigns targeting thousands of websites.

No official patch is currently available, so immediate mitigation actions are advised.

Mitigation Strategies

The vulnerability affects WordPress & WooCommerce Scraper Plugin, Import Data from Any Site Plugin versions 1.0.7 and below, allowing unauthenticated arbitrary file uploads.

Immediate mitigation steps include updating the plugin to a newer version if available.

If no official patch is available, apply the mitigation rule issued by Patchstack to block attacks targeting this vulnerability.

Additionally, seek assistance from your hosting provider or a developer to help implement these mitigations and monitor your site for suspicious activity.

Compliance Impact

The vulnerability allows unauthenticated attackers to upload arbitrary malicious files, including backdoors, which can lead to unauthorized access and potential data breaches.

Such unauthorized access and potential data compromise can negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require protection of personal and sensitive data.

Failure to secure systems against such vulnerabilities may result in violations of these regulations, leading to legal and financial consequences.

Detection Guidance

The vulnerability in the WordPress & WooCommerce Scraper Plugin, Import Data from Any Site Plugin (versions 1.0.7 and below) allows unauthenticated arbitrary file uploads, which can be exploited by attackers to upload malicious files such as backdoors.

While no official patch is available yet, Patchstack has issued a mitigation rule to block attacks until a fix is released.

To detect exploitation attempts or the presence of this vulnerability on your system or network, you should monitor for unusual HTTP POST requests targeting the plugin's upload endpoints that could be used to upload files without authentication.

Specific commands or detection signatures are not provided in the available resources. However, general detection steps include:

  • Review web server logs for suspicious POST requests to the plugin's upload URLs.
  • Use intrusion detection systems (IDS) or web application firewalls (WAF) with rules to detect or block arbitrary file upload attempts.
  • Search your WordPress installation directories for unexpected or recently added files that could be malicious.

For example, you might use commands like the following to search for recently modified or suspicious files in your WordPress directory:

  • find /path/to/wordpress/wp-content/plugins/ -type f -mtime -7
  • grep -r --include=*.php 'eval\|base64_decode\|shell_exec' /path/to/wordpress/wp-content/plugins/

Additionally, monitoring network traffic for unusual POST requests to the plugin endpoints can be done using tools like tcpdump or Wireshark, but specific URLs or parameters are not detailed in the resources.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-69129. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart