CVE-2026-18056 | CVSS: 7.5 | 严重级别: HIGH
The HivePress Authentication plugin for WordPress is vulnerable to Authentication Bypass via the access_token parameter in all versions up to, and including, 1.1.4. This is due to the authenticate_user function's Facebook authenticator resolving third-party identity by forwarding the attacker-supplied access_token to the Facebook Graph API and trusting the returned email and ID verbatim, without performing any application ID or audience validation — specifically, no /debug_token verification and no comparison of the token's app_id against the configured hp_facebook_app_id. This makes it possib
参考链接:
• https://developers.facebook.com/docs/facebook-login/guides/advanced/manual-flow/
• https://github.com/hivepress/hivepress-authentication/commit/f97d9109002905cf575
• https://plugins.trac.wordpress.org/browser/hivepress-authentication/tags/1.1.4/i
📌 数据来源: NVD 官方