OAuth Single Sign On < 6.22.6 - Authentication Bypass
Description
The OAuth Single Sign On WordPress plugin before 6.22.6 doesn't validate that OAuth access token requests are legitimate, which allows attackers to log onto the site with the only knowledge of a user's email address.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected products
2- Range: <6.22.6
Patches
Vulnerability mechanics
Root cause
"Missing validation of OAuth access token requests allows authentication with only a user's email address."
Attack vector
An attacker who knows a target user's email address can send a crafted OAuth access token request to the WordPress site. The plugin fails to validate the legitimacy of these requests, so the attacker can authenticate as that user without possessing the actual OAuth credentials or authorization from the identity provider [ref_id=1]. This bypasses the intended authentication flow and allows the attacker to log into the site as any user whose email address they know [CWE-287].
Affected code
The advisory does not specify exact files or functions. The plugin is identified as "miniorange-login-with-eve-online-google-facebook" (OAuth Single Sign On) [ref_id=1]. The vulnerable component is the OAuth access token request handling logic.
What the fix does
The advisory states the vulnerability is fixed in version 6.22.6 of the plugin [ref_id=1]. No patch diff is provided in the bundle. The fix presumably adds validation to ensure that OAuth access token requests are legitimate — for example, verifying that the token was issued by the expected authorization server and corresponds to the user attempting to log in — thereby preventing attackers from authenticating using only a known email address.
Preconditions
- inputAttacker must know the email address of a target user on the WordPress site.
- configThe OAuth Single Sign On plugin (miniorange-login-with-eve-online-google-facebook) must be installed and active, version below 6.22.6.
Generated on May 24, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
1- wpscan.com/vulnerability/e76939ca-180f-4472-a26a-e0c36cfd32demitrex_refsource_MISC
News mentions
0No linked articles in our index yet.