PatchSiren cyber security CVE debrief
CVE-2026-89426 knitpay CVE debrief
The Knit Pay – Cashfree, Instamojo, Razorpay, PayPal and more plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 9.6.1.0. This is due to the `maybe_update_user_role()` function reading the target role directly from an attacker-controlled Gravity Forms entry field — configured via the feed's `user_role_field_id` — and passing it to `WP_User::set_role()` without validating the supplied value against an allowlist of permitted roles.
- Vendor
- knitpay
- Product
- Knit Pay – Cashfree, Instamojo, Razorpay, PayPal and more
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Defenders responsible for WordPress installations with the Knit Pay plugin should assess exposure and verify user role configurations to prevent potential privilege escalation attacks. They should also restrict access to Gravity Forms entry fields to mitigate risk. Additionally, defenders should review compensating controls for exposed systems and check relevant monitoring, detection, and logs for exposed assets that need extra review. This includes IT and
Why it matters
CVE-2026-89426 allows authenticated attackers to elevate privileges to administrator, requiring defenders to verify user role configurations and restrict access to Gravity Forms entry fields.
- Authenticated attackers can elevate privileges to administrator
- Requires verification of user role configurations
- Restricting access to Gravity Forms entry fields can mitigate risk
Technical summary
The `maybe_update_user_role()` function reads the target role directly from an attacker-controlled Gravity Forms entry field and passes it to `WP_User::set_role()` without validation, allowing authenticated attackers to elevate privileges to administrator by tampering with the hidden role field value at form submission time. This is due to the plugin not validating the supplied value against an allowlist of permitted roles, and exploitation is further enabled by the fact that $0 orders are synchronously marked as SUCCESS during form submission without requiring a real payment.
Defensive priority
Defenders should prioritize verifying the presence of the vulnerable plugin version and assessing user role configurations.
Recommended defensive actions
- Verify the presence of the vulnerable plugin version
- Assess user role configurations
- Restrict access to Gravity Forms entry fields
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability allows authenticated attackers, with Subscriber-level access and above, to elevate their privileges to administrator by tampering with the hidden role field value at form submission time.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89426 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89426
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89426 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89426
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/knit-pay/tags/9.4.0.1/packages/wp-pay-extensions/gravityforms/src/Extension.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/knit-pay/tags/9.4.0.1/packages/wp-pay-extensions/gravityforms/src/Processor.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/knit-pay/tags/9.6.1.0/packages/wp-pay-extensions/gravityforms/src/Extension.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/knit-pay/tags/9.6.1.0/packages/wp-pay-extensions/gravityforms/src/Processor.php
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.