Skip to main content

WordPress CVE-2025-11895

MEDIUM
Authorization Bypass Through User-Controlled Key (CWE-639)
2025-10-17 security@wordfence.com
4.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
4.3 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Lifecycle Timeline

2
Analysis Generated
Apr 08, 2026 - 19:39 vuln.today
CVE Published
Oct 17, 2025 - 10:15 nvd
MEDIUM 4.3

DescriptionCVE.org

The Binary MLM Plan plugin for WordPress is vulnerable to insecure direct object reference in versions up to, and including, 5.0. This is due to the bmp_user_payout_detail_of_current_user() function selecting payout records solely by id without verifying ownership. This makes it possible for authenticated attackers with the bmp_user role (often subscribers) to view other members' payout summaries via direct requests to the /bmp-account-detail/ endpoint with a crafted payout-id parameter granted they can access the shortcode output.

AnalysisAI

Authenticated subscribers in the Binary MLM Plan WordPress plugin up to version 5.0 can access other users' payout summaries through insecure direct object reference (IDOR) in the /bmp-account-detail/ endpoint. The vulnerability stems from the bmp_user_payout_detail_of_current_user() function failing to verify payout record ownership before returning data, allowing any authenticated user with the bmp_user role to enumerate and view arbitrary payout details by manipulating the payout-id parameter. This is a low-severity information disclosure affecting MLM WordPress sites; no public exploit code or active exploitation has been confirmed.

Technical ContextAI

The Binary MLM Plan plugin for WordPress implements a payout detail retrieval function (bmp_user_payout_detail_of_current_user) that serves the /bmp-account-detail/ endpoint and accepts a payout-id parameter. The function queries payout records from the database using only the supplied ID without performing authorization checks (CWE-639: Authorization through User-Controlled Key) to verify the requesting user owns that payout record. This is a classic IDOR vulnerability in which database record selection is performed based solely on a user-supplied identifier without verifying the requester's entitlement to that resource. The plugin uses WordPress's built-in role system, with bmp_user being a custom role typically assigned to subscribers or MLM network participants who should only access their own financial data.

Affected ProductsAI

The Binary MLM Plan WordPress plugin in versions up to and including 5.0 is vulnerable. The affected code is located in the bmp_user_payout_detail_of_current_user() function within the includes/bmp-hook-functions.php file (see WordPress.org plugin repository reference). Sites running any version of the plugin from the 1.x, 2.x, 3.x, 4.x, or 5.0 branches are affected if the /bmp-account-detail/ endpoint is accessible to authenticated users.

RemediationAI

Upgrade the Binary MLM Plan plugin to a patched version released after 5.0. Verify the patch availability and exact fix version through the plugin's WordPress.org repository page and the Wordfence vulnerability advisory linked in references. Wordfence has provided public disclosure, indicating the vendor was notified and should have released patches; confirm the patched version before upgrading. As a temporary workaround pending patch deployment, restrict the /bmp-account-detail/ endpoint via WordPress capability checks or Web Application Firewall (WAF) rules to ensure only the account owner can request their own payout-id. Review access logs for suspicious enumerate requests to this endpoint with varying payout-id parameters.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2025-11895 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy