The Mstore API plugin for WordPress (versions up to and including 4.20.0) contains a critical authentication bypass vulnerability via JWT forgery. The vulnerability exists in the FirebasePhoneAuthHelper::verify_id_token() function, which validates Firebase ID token claims but never performs cryptographic signature verification using openssl_verify() or equivalent. This allows unauthenticated attackers to forge Firebase Phone Auth JWTs using self-generated RSA key pairs, enabling impersonation of any phone number. Successful exploitation can result in unauthorized access to existing WordPress accounts or creation of arbitrary new accounts. The flaw is classified as a missing cryptographic signature verification issue, making it exploitable without any prior authentication.