Skip to main content

Pronamic Pay CVE-2026-16635

| EUVDEUVD-2026-51795 HIGH
Improper Privilege Management (CWE-269)
2026-08-01 security@wordfence.com GHSA-72h4-7f42-rjh6
8.8
CVSS 3.1 · Vendor: wordfence
Share

Severity by source

Vendor (wordfence) PRIMARY
8.8 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
8.8 HIGH

Network form submission with subscriber auth (PR:L); AC:L because once the required feed configuration exists, exploitation requires no special timing or conditions; full C/I/A impact from admin takeover.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (wordfence).

CVSS VectorVendor: wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

2
Analysis Generated
Aug 01, 2026 - 09:31 vuln.today
CVE Published
Aug 01, 2026 - 09:17 nvd
HIGH 8.8

DescriptionCVE.org

The Pronamic Pay plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 10.1.0 This is due to the maybe_update_user_role() function passing an attacker-controlled Gravity Forms field value ($lead[$feed->user_role_field_id]) directly into WP_User::set_role() without any allowlist validation, capability comparison, or permission check to constrain which roles can be assigned. This makes it possible for authenticated attackers, with Subscriber-level access and above, to escalate their own WordPress account to Administrator by tampering with the role field value in a form submission. Exploitation requires that an administrator has already configured a Pronamic Pay payment feed in Gravity Forms with the Update User Role option enabled and mapped to a form field; once that configuration is in place, no further preconditions exist to prevent an authenticated attacker from exploiting this vulnerability.

AnalysisAI

Privilege escalation in the Pronamic Pay WordPress plugin (all versions ≤10.1.0) enables authenticated Subscriber-level users to self-escalate to Administrator by submitting a tampered Gravity Forms field value that is passed unvalidated into WordPress's WP_User::set_role(). The flaw is in maybe_update_user_role() within the plugin's Gravity Forms extension, which performs no allowlist check, capability comparison, or permission verification before applying the attacker-supplied role string. Exploitation is gated on a specific administrator-configured Gravity Forms payment feed setup, but once that configuration exists, a low-privilege user can achieve full WordPress site compromise. No public exploit or CISA KEV listing confirmed at time of analysis; a patch was released in version 10.2.0.

Technical ContextAI

The vulnerability resides in the Pronamic Pay plugin's Gravity Forms integration (packages/wp-pay-extensions/gravityforms/src/Extension.php, lines 144, 376, 379, 988 in the 10.1.0 tag). The maybe_update_user_role() function retrieves a role name from a Gravity Forms lead entry using $lead[$feed->user_role_field_id] - a value sourced directly from an authenticated user's form submission - and passes it without validation to WordPress's native WP_User::set_role(). WordPress's set_role() is a privileged internal function that accepts any valid role string and applies it immediately; it is the responsibility of the calling code to enforce role restrictions. CWE-269 (Improper Privilege Management) precisely describes this root cause: the plugin grants elevated privileges based on attacker-controlled input without verifying that the requested role is within the set of roles the requester is permitted to assign, nor that it does not exceed the requester's own privilege level. The affected plugin is also tracked under the pronamic-ideal slug on the WordPress plugin repository.

RemediationAI

The primary fix is to update the Pronamic Pay plugin to version 10.2.0 or later, which contains the validated changeset at https://plugins.trac.wordpress.org/changeset?old_path=%2Fpronamic-ideal/tags/10.1.0&new_path=%2Fpronamic-ideal/tags/10.2.0. WordPress site administrators should apply this update via the WordPress admin dashboard or WP-CLI (wp plugin update pronamic-ideal). As an immediate workaround prior to patching, administrators should audit all active Gravity Forms payment feeds configured through Pronamic Pay and disable the 'Update User Role' option on any feed where it is enabled - this eliminates the exploitable code path entirely, though it will also disable the legitimate role-update functionality for those feeds. Sites that have not configured Gravity Forms with the Update User Role feature in Pronamic Pay feeds are not at risk from this specific vulnerability and do not require emergency action beyond the standard plugin update.

CVE-2016-10033 CRITICAL POC
9.8 Dec 30

The mailSend function in the isMail transport in PHPMailer before 5.2.18 might allow remote attackers to pass extra para

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-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

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-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

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-2026-63030 CRITICAL POC
9.8 Jul 17

Remote code execution in WordPress 6.9.x (before 6.9.5) and 7.0.x (before 7.0.2) arises from a REST API batch endpoint r

Share

CVE-2026-16635 vulnerability details – vuln.today

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