CVE-2026-4002 PUBLISHED

Petje.af <= 2.1.8 - Cross-Site Request Forgery to Account Deletion via 'petjeaf_disconnect' AJAX Action

Assigner: Wordfence
Reserved: 11.03.2026 Published: 15.04.2026 Updated: 15.04.2026

The Petje.af plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to and including 2.1.8. This is due to missing nonce validation in the ajax_revoke_token() function which handles the 'petjeaf_disconnect' AJAX action. The function performs destructive operations including revoking OAuth2 tokens, deleting user meta, and deleting WordPress user accounts (for users with the 'petjeaf_member' role) without verifying the request originated from a legitimate source. This makes it possible for unauthenticated attackers to force authenticated users to delete their Petje.af member user accounts via a forged request granted the victim clicks on a link or visits a malicious site.

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 petjeaf
Product Petje.af
Versions Default: unaffected
  • affected from 0 to 2.1.8 (incl.)

Credits

  • Youcef Hamdani finder

References

Problem Types

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