CVE-2026-7617
Description
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.
Summary dbcve.org
The Secufor_OAuth WordPress plugin lacks proper authorization checks on an action that disconnects the site from its Secufor OAuth account. Unauthenticated attackers can directly invoke this action to clear stored login tokens and user login configuration, effectively severing the OAuth connection without any credentials.
Mitigation
Update the plugin to the latest version once available, or implement proper capability checks and nonce validation on the disconnection function to verify user authorization before allowing token/configuration changes.