Vulnerability Description
The IndieAuth plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 4.5.4. This is due to missing nonce verification on the `login_form_indieauth()` function and the authorization endpoint at wp-login.php?action=indieauth. This makes it possible for unauthenticated attackers to force authenticated users to approve OAuth authorization requests for attacker-controlled applications via a forged request granted they can trick a user into performing an action such as clicking on a link or visiting a malicious page while logged in. The attacker can then exchange the stolen authorization code for an access token, effectively taking over the victim's account with the granted scopes (create, update, delete).
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/indieauth/tags/4.5.4/includes/class-i
- https://plugins.trac.wordpress.org/browser/indieauth/tags/4.5.4/includes/class-i
- https://plugins.trac.wordpress.org/browser/indieauth/tags/4.5.4/includes/class-i
- https://plugins.trac.wordpress.org/changeset/3384558/
- https://www.wordfence.com/threat-intel/vulnerabilities/id/42b373da-d5a6-4e3b-90f
FAQ
What is CVE-2025-12028?
CVE-2025-12028 is a vulnerability with a CVSS score of 8.8 (HIGH). The IndieAuth plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 4.5.4. This is due to missing nonce verification on the `login_form_indieauth()` fu...
How severe is CVE-2025-12028?
CVE-2025-12028 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-12028?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.