CVE-2025-10752
BaseFortify
Publication date: 2025-09-26
Last updated on: 2025-09-26
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | oauth_single_sign_on | 6.26.12 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Cross-Site Request Forgery (CSRF) issue in the OAuth Single Sign On (SSO) plugin for WordPress. It occurs because the plugin uses a predictable state parameter (the base64 encoded app name) without any randomness in the OAuth authorization flow. This allows an unauthenticated attacker to forge OAuth authorization requests and potentially hijack the OAuth flow if they can trick a site administrator into performing an action like clicking a malicious link.
How can this vulnerability impact me? :
The vulnerability can allow attackers to hijack the OAuth authorization flow by tricking site administrators into performing actions that grant unauthorized access. This could lead to unauthorized access or manipulation of OAuth-based authentication processes, potentially compromising user accounts or site security.