CVE-2026-25446
Deferred Deferred - Pending Action
Subscriber Arbitrary File Upload in WishList Member

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description
Subscriber Arbitrary File Upload in WishList Member X <= 3.29.0 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
wishlist_member_x wishlist_member_x to 3.29.0 (inc)
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 WordPress WishList Member X Plugin, versions 3.29.0 and below, contains a high severity vulnerability that allows subscribers to upload arbitrary files to the website.

This Arbitrary File Upload flaw enables attackers to upload malicious files, such as backdoors, which can be used to gain unauthorized access and control over the affected website.

The vulnerability has a CVSS severity score of 9.9, indicating it is critical and can be exploited remotely with low complexity.

Impact Analysis

Exploitation of this vulnerability can lead to attackers uploading malicious files that may serve as backdoors, allowing them to gain unauthorized access to your website.

This unauthorized access can result in severe consequences including data theft, website defacement, service disruption, or further compromise of the hosting environment.

Because the vulnerability is expected to be exploited in mass campaigns, many websites using the affected plugin are at risk if not properly mitigated or updated.

Mitigation Strategies

Immediate action is advised to mitigate the Arbitrary File Upload vulnerability in WishList Member X Plugin versions 3.29.0 and below.

  • Update the WishList Member X plugin to a newer version if available.
  • If no official patch is available, apply the mitigation rule issued by Patchstack to block attacks.
  • Seek assistance from your hosting provider or a developer to implement protective measures.
Compliance Impact

The vulnerability allows attackers to upload malicious files, including backdoors, which can lead to unauthorized access to a website. Such unauthorized access and potential data breaches can compromise the confidentiality, integrity, and availability of sensitive data.

This situation can negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require organizations to protect personal and sensitive data from unauthorized access and breaches.

Failure to address this vulnerability could result in violations of these regulations, leading to legal consequences, fines, and reputational damage.

Detection Guidance

The vulnerability in WishList Member X Plugin versions 3.29.0 and below allows arbitrary file uploads, which can be exploited by attackers to upload malicious files such as backdoors.

To detect this vulnerability on your system, you should first verify if the affected plugin version is installed. Checking the plugin version can be done by inspecting the WordPress plugin directory or using WP-CLI commands.

  • Use WP-CLI to check the installed version of the plugin: wp plugin list --status=active
  • Manually check the plugin version by viewing the plugin's main PHP file (usually wishlist-member-x.php) in the wp-content/plugins/wishlist-member-x/ directory.

To detect potential exploitation attempts, monitor your web server logs for suspicious file upload requests or unexpected file creations in the plugin directories.

  • Use grep or similar tools to search for suspicious POST requests related to file uploads: grep -i 'upload' /var/log/apache2/access.log
  • Look for recently created or modified files in the plugin directory that could indicate malicious uploads: find /path/to/wordpress/wp-content/plugins/wishlist-member-x/ -type f -mtime -7

Since there is no official patch yet, applying mitigation rules from Patchstack or consulting with your hosting provider or developer is advised.

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