CVE-2026-7533 PUBLISHED

Easy Digital Downloads <= 3.6.7 - Cross-Site Request Forgery to Payment Account Hijacking via 'square_tokens' Parameter

Assigner: Wordfence
Reserved: 30.04.2026 Published: 28.05.2026 Updated: 28.05.2026

The Easy Digital Downloads plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 3.6.7. This is due to missing nonce verification in the handle_oauth_redirect() function, which is registered on the admin_init hook and processes Square OAuth tokens from a user-supplied GET parameter without any CSRF token validation. This makes it possible for unauthenticated attackers to overwrite the store's Square payment gateway credentials by tricking a logged-in administrator into clicking a crafted link, potentially resulting in payment account hijacking.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
CVSS Score: 4.3

Product Status

Vendor smub
Product Easy Digital Downloads – eCommerce Payments and Subscriptions made easy
Versions Default: unaffected
  • affected from 0 to 3.6.7 (incl.)

Credits

  • M Indra Purnama finder

References

Problem Types

  • CWE-352 Cross-Site Request Forgery (CSRF) CWE