Paytium: Mollie payment forms & donations <= 4.3.7 - Missing Authorization in 'check_for_verified_profiles'
Strategic Overview
- Status
- Patched in 4.4
- Affected Plugin
- Paytium: Mollie payment forms & donations
- Affected Version
<= 4.3.7- CVSS
- 4.3Medium
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2023-7290
At a glance
CVE-2023-7290 is a medium-severity Missing Authorization vulnerability in the Paytium WordPress plugin, affecting versions <= 4.3.7. It carries a CVSS score of 4.3 (reachable over the network; low attack complexity). The root cause is a missing authorization check on a reachable function. The issue is fixed in version 4.4; sites on affected versions should update now. Disclosed March 2023.
Vulnerability Overview
The Paytium: Mollie payment forms & donations plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the check_for_verified_profiles function in versions up to, and including, 4.3.7. This makes it possible for authenticated attackers with subscriber-level access to check profile statuses.
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 interaction from a victim user.
CWE-862: Missing Authorization
Reaching this weakness in Paytium <= 4.3.7 takes a caller who can reach the endpoint. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For Paytium the fix is 4.4: builds <= 4.3.7 are affected, anything from 4.4 onward is not.
Remediation
Update to version 4.4, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Paytium 4.4 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in Paytium: Mollie payment forms & donations
- 9.8CVE-2026-56030: Paytium Privilege Escalation
CVE-2026-56030 - 6.4CVE-2024-25099: Paytium: Mollie payment forms & donations Stored XSS
CVE-2024-25099 - 6.4Paytium <= 3.1.1 Stored Cross-Site Scripting
- 5.5CVE-2022-4042: Paytium <= 4.3.6 Stored Cross-Site Scripting
CVE-2022-4042 - 5.4CVE-2023-7289: Paytium Missing Authorization
CVE-2023-7289 - 5.3CVE-2025-24552: Paytium <= 4.4.11 Full Path Disclosure
CVE-2025-24552 - 4.3CVE-2024-51667: Paytium <= 4.4.10 Missing Authorization
CVE-2024-51667 - 4.3CVE-2023-7292: Paytium Missing Authorization
CVE-2023-7292
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C