See how wawp compares to other vendors in security performance
The Automation Web Platform – Notifications and OTP for WooCommerce, Advanced Country Code plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 4.8.6. This is due to missing permission enforcement on the publicly accessible REST route POST /wp-json/wawp/v1/signup/<op> and the absence of a key allowlist in the finishregistrationlogic function, which copies the attacker-controlled wawpcustomfields parameter directly into updateusermeta() — allowing sensitive meta keys such as wpcapabilities and wpuserlevel to be set by the caller. This makes it possible for unauthenticated attackers to register a new account with the administrator role and gain full administrative access to the site. When OTP verification is enabled at signup, the OTP session token (otptransient) is returned in plaintext in the HTTP response body, and the handlemagiclinkrequest() handler marks that token as verified on any unauthenticated GET request containing it without ever checking the OTP code value — making the OTP step trivially bypassable with no inbox or SMS access required.