CVE-2025-12648

WP-Members Membership Plugin <= 3.5.4.4 - Unauthenticated Information Exposure via Unprotected Files

2026-01-06 14:17
thinnawarth mathuros

Strategic Overview

Status
Patched in 3.5.4.5
Affected Version
<= 3.5.4.4
CVSS
5.3Medium
Weakness type
CWE-552 · Files or Directories Accessible to External Parties
CVE
CVE-2025-12648
View all WP-Members Membership Plugin vulnerabilities

At a glance

CVE-2025-12648 is a medium-severity Files or Directories Accessible to External Parties vulnerability in the WP-Members Membership Plugin WordPress plugin, affecting versions <= 3.5.4.4. It carries a CVSS score of 5.3 (reachable over the network; low attack complexity). Exploitation requires no authentication. The issue is fixed in version 3.5.4.5; sites on affected versions should update now. Disclosed January 2026, reported by thinnawarth mathuros.

Vulnerability Overview

The WP-Members Membership Plugin for WordPress is vulnerable to unauthorized file access in versions up to, and including, 3.5.4.4. This is due to storing user-uploaded files in predictable directories (wp-content/uploads/wpmembers/user_files/<user_id>/) without implementing proper access controls beyond basic directory listing protection (.htaccess with Options -Indexes). This makes it possible for unauthenticated attackers to directly access and download sensitive documents uploaded by site users via direct URL access, granted they can guess or enumerate user IDs and filenames.

Technical Analysis

The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user.

CWE-552: Files or Directories Accessible to External Parties

The product makes files or directories accessible to unauthorized actors, even though they should not be.

Remediation

Update to version 3.5.4.5, or a newer patched version

How does WordSec protect against this?

Requests carrying this pattern arrive without a session, so nothing upstream of the firewall gets a chance to reject them: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: WP-Members Membership Plugin 3.5.4.5 closes this, and updating the plugin is the step that ends it.

  • Firewall
  • Login Security
  • Alerts

External References

Related records

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C