Download Monitor <= 5.1.7 - Insecure Direct Object Reference to Unauthenticated Arbitrary Order Completion via 'token' and 'order_id'
Strategic Overview
- Status
- Patched in 5.1.8
- Affected Plugin
- Download Monitor
- Affected Version
<= 5.1.7- CVSS
- 7.5High
- Weakness type
- CWE-639 · Authorization Bypass Through User-Controlled Key
- CVE
CVE-2026-3124
At a glance
CVE-2026-3124 is a high-severity Authorization Bypass Through User-Controlled Key vulnerability in the Download Monitor WordPress plugin, affecting versions <= 5.1.7. It carries a CVSS score of 7.5 (reachable over the network; low attack complexity; high integrity impact). Exploitation requires no authentication. The issue is fixed in version 5.1.8; sites on affected versions should update now. Disclosed March 2026, reported by bashu.
Vulnerability Overview
The Download Monitor plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 5.1.7 via the executePayment() function due to missing validation on a user controlled key. This makes it possible for unauthenticated attackers to complete arbitrary pending orders by exploiting a mismatch between the PayPal transaction token and the local order, allowing theft of paid digital goods by paying a minimal amount for a low-cost item and using that payment token to finalize a high-value order.
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. A successful exploit has high impact on integrity.
CWE-639: Authorization Bypass Through User-Controlled Key
Download Monitor <= 5.1.7 carries this weakness at executePayment(), and reaching it takes no account at all. Authorization bypass through a user-controlled key, often called insecure direct object reference, means the application looks up a record by an identifier from the request without checking that the caller owns it.
Changing a number in the request is enough to read or modify other users' records, which on commerce and membership sites means customer data. For Download Monitor the fix is 5.1.8: builds <= 5.1.7 are affected, anything from 5.1.8 onward is not.
Remediation
Update to version 5.1.8, or a newer patched version
How does WordSec protect against this?
This one needs no account at all, which puts it outside what login hardening can reach; WordSec's login security narrows the account-level paths around it, and the firewall is what inspects the request itself. None of that substitutes for the fix: Download Monitor 5.1.8 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Other vulnerabilities in Download Monitor
- 9.8CVE-2008-2034: Download Monitor <= 2.0.6 SQL Injection
CVE-2008-2034 - 8.8CVE-2025-47439: Download Monitor <= 5.0.22 Local File Inclusion
CVE-2025-47439 - 8.8CVE-2023-34007: Download Monitor <= 4.8.3 Arbitrary File Upload
CVE-2023-34007 - 7.5CVE-2022-4972: Download Monitor <= 4.7.51 Unauthenticated Data Export
CVE-2022-4972 - 7.2CVE-2024-30501: Download Monitor <= 4.9.4 SQL Injection
CVE-2024-30501 - 7.2CVE-2021-24786: Download Monitor <= 4.4.4 Admin+ SQL Injection
CVE-2021-24786 - 7.2CVE-2013-5098: Download Monitor < 3.3.6.2 Cross-Site Scripting
CVE-2013-5098 - 6.8CVE-2022-2981: Download Monitor <= 4.5.97 Arbitrary File Download
CVE-2022-2981
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C