Vulnerability Description
The FormLift for Infusionsoft Web Forms plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 7.5.21. This is due to missing capability checks on the connect() and listen_for_tokens() methods of the FormLift_Infusionsoft_Manager class, both of which are hooked to 'plugins_loaded' and execute on every page load. The connect() function generates an OAuth connection password and leaks it in the redirect Location header without verifying the requesting user is authenticated or authorized. The listen_for_tokens() function only validates the temporary password but performs no user authentication before calling update_option() to save attacker-controlled OAuth tokens and app domain. This makes it possible for unauthenticated attackers to hijack the site's Infusionsoft connection by first triggering the OAuth flow to obtain the temporary password, then using that password to set arbitrary OAuth tokens and app domain via update_option(), effectively redirecting the plugin's API communication to an attacker-controlled server.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/formlift/tags/7.5.21/modules/api/infu
- https://plugins.trac.wordpress.org/browser/formlift/tags/7.5.21/modules/api/infu
- https://plugins.trac.wordpress.org/browser/formlift/tags/7.5.21/modules/api/infu
- https://plugins.trac.wordpress.org/browser/formlift/tags/7.5.21/modules/api/infu
- https://plugins.trac.wordpress.org/browser/formlift/trunk/modules/api/infusionso
- https://plugins.trac.wordpress.org/browser/formlift/trunk/modules/api/infusionso
- https://plugins.trac.wordpress.org/browser/formlift/trunk/modules/api/infusionso
- https://plugins.trac.wordpress.org/browser/formlift/trunk/modules/api/infusionso
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old
- https://www.wordfence.com/threat-intel/vulnerabilities/id/a65cc674-a0ea-46b9-b60
FAQ
What is CVE-2026-4281?
CVE-2026-4281 is a vulnerability with a CVSS score of 5.3 (MEDIUM). The FormLift for Infusionsoft Web Forms plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 7.5.21. This is due to missing capability checks on the connec...
How severe is CVE-2026-4281?
CVE-2026-4281 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-4281?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.