Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Network-accessible with no privileges or interaction required; impact limited to clearing OAuth configuration yielding only low integrity loss with no confidentiality or availability consequence.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Secufor_OAuth plugin for WordPress is vulnerable to unauthorized access in all versions up to, and including, 1.0.7. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to disconnect the WordPress site from its linked Secufor account by clearing the plugin's stored login token and user login configuration.
AnalysisAI
Unauthenticated remote attackers can disconnect any WordPress site running the Secufor_OAuth plugin from its linked Secufor identity account by triggering an unprotected action handler that clears the stored OAuth token and login configuration. All plugin versions through 1.0.7 are affected, confirmed by Wordfence and traceable to specific lines in the plugin source. No public exploit has been identified at time of analysis, and no CISA KEV listing is present, though the trivially low attack complexity (AV:N/AC:L/PR:N) means exploitation requires only an HTTP request.
Technical ContextAI
The Secufor_OAuth WordPress plugin (CPE: cpe:2.3:a:secufor:secufor_oauth:*:*:*:*:*:*:*:*) provides OAuth-based authentication bridging between WordPress sites and the Secufor identity platform. CWE-862 (Missing Authorization) is the root cause: the plugin's action handler at secuforoauth_login.php lines 212 and 220 executes a privileged state-clearing operation without first verifying that the requesting user holds appropriate capabilities. WordPress plugin security convention requires gating such operations with capability checks (current_user_can()) and nonce verification (check_ajax_referer()); the absence of both allows any unauthenticated HTTP client to trigger the token-clearing logic. The affected code is directly visible in the WordPress plugin Trac repository at both the trunk and the 1.0.7 tagged release.
RemediationAI
No patched version has been identified in the provided data - all references point exclusively to the vulnerable 1.0.7 tag with no newer release referenced. Administrators should monitor the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/61293c20-cabe-412d-94d1-1d0326d35a46?source=cve for patch availability. As an immediate compensating control, disabling or deactivating the Secufor_OAuth plugin entirely eliminates the attack surface with no impact on WordPress core; the trade-off is loss of OAuth-based login until a patched version is available. Alternatively, restricting unauthenticated POST requests to wp-admin/admin-ajax.php at the web server or WAF level - specifically those invoking the plugin's token-clearing action hook - reduces exposure, though identifying the exact action parameter requires inspection of the plugin source at lines 212 and 220. Requiring authentication for all admin-ajax.php requests is a broader control with potential side effects on other plugins that legitimately serve unauthenticated AJAX requests.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38667
GHSA-rcgx-vphg-9xcg