Paid Membership Plugin Ecommerce User Registration Form Login Form User Profile Restrict Content Profilepress
CVE-2026-3445
|
EUVD-2026-18987
HIGH
Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N
Primary rating from Vendor (Wordfence) · only source for this CVE.
CVSS VectorVendor: Wordfence
Lifecycle Timeline
4DescriptionCVE.org
The Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content - ProfilePress plugin for WordPress is vulnerable to unauthorized membership payment bypass in all versions up to, and including, 4.16.11. This is due to a missing ownership verification on the change_plan_sub_id parameter in the process_checkout() function. This makes it possible for authenticated attackers, with subscriber level access and above, to reference another user's active subscription during checkout to manipulate proration calculations, allowing them to obtain paid lifetime membership plans without payment via the ppress_process_checkout AJAX action.
AnalysisAI
Authenticated attackers with subscriber-level access can obtain paid lifetime membership plans in the ProfilePress WordPress plugin (≤4.16.11) without payment by exploiting a missing ownership verification flaw. The vulnerability allows hijacking of another user's active subscription during checkout to manipulate proration calculations. With a 7.1 CVSS score, low attack complexity, and requiring only low-privilege authentication, this presents a significant revenue loss risk for sites using ProfilePress for paid memberships. No public exploit identified at time of analysis, though EPSS data not available. Vendor patch released in version 4.16.12.
Technical ContextAI
ProfilePress (CPE: cpe:2.3:a:properfraction:paid_membership_plugin,_ecommerce,_user_registration_form,_login_form,_user_profile_&_restrict_content_-_profilepress) is a comprehensive WordPress membership and user management plugin supporting paid subscriptions and ecommerce functionality. The vulnerability stems from CWE-862 (Missing Authorization) in the process_checkout() function's handling of the change_plan_sub_id parameter. When processing checkout via the ppress_process_checkout AJAX action, the plugin fails to verify that the subscription ID being referenced actually belongs to the authenticated user making the request. This broken object-level authorization (BOLA) flaw allows attackers to reference arbitrary active subscription IDs from other users, manipulating the proration calculation logic intended for legitimate plan changes. The plugin's checkout process incorrectly trusts client-supplied subscription references without backend ownership validation, a common authorization bypass pattern in subscription management systems.
RemediationAI
Vendor-released patch: Update ProfilePress to version 4.16.12 or later, which addresses the missing ownership verification in the process_checkout() function. The fix is available via the WordPress plugin repository as detailed in the changeset at https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3474509%40wp-user-avatar%2Ftrunk&old=3473639%40wp-user-avatar%2Ftrunk&sfp_email=&sfph_mail=#file3. Site administrators should update immediately through the WordPress admin dashboard (Plugins > Updates) or manually download from the official repository. As an interim mitigation if immediate patching is not possible, consider temporarily disabling new membership registrations or the checkout functionality until the update can be applied. Review recent subscription activations for anomalous patterns such as lifetime memberships created by subscriber-level accounts or multiple premium upgrades without corresponding payment records. Consult the full Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/ae1e198b-0c0d-47aa-8a56-ec4e790c8022 for additional context.
More in Paid Membership Plugin Ecommerce User Registration Form Login Form User Profile Restrict Content Profilepress
View allRemote code execution is possible in the ProfilePress WordPress plugin (Paid Membership, Ecommerce, User Registration) i
Arbitrary shortcode execution in ProfilePress plugin for WordPress (all versions up to 4.16.11) allows unauthenticated a
Arbitrary shortcode execution in ProfilePress (WordPress plugin) versions through 4.16.19 permits authenticated attacker
Missing authorization check in ProfilePress (WordPress membership plugin) versions ≤4.16.12 allows authenticated attacke
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today