Smart Logout Redirect Security & Risk Analysis

wordpress.org/plugins/redirect-after-logout

A simple plugin to redirect users to a custom URL after they log out of WordPress.

200 active installs v2.0.0 PHP 7.4+ WP 5.6+ Updated Dec 1, 2025
custom-redirectlogoutredirectredirect-urlwordpress-logout
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Smart Logout Redirect Safe to Use in 2026?

Generally Safe

Score 100/100

Smart Logout Redirect has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 4mo ago
Risk Assessment

The 'redirect-after-logout' plugin v2.0.0 demonstrates several good security practices, including the use of prepared statements for all SQL queries and proper output escaping. The absence of known vulnerabilities in its history is a strong positive indicator. However, a significant concern is the presence of an unprotected REST API route, which represents a direct entry point into the application that lacks proper authorization checks. While the static analysis did not identify critical or high severity taint flows, the two flows with unsanitized paths warrant attention, even if their severity is not explicitly rated. The lack of nonce checks on the identified REST API route is a notable weakness that could be exploited.

Key Concerns

  • Unprotected REST API route
  • Flows with unsanitized paths (2)
  • No nonce checks on REST API route
Vulnerabilities
None known

Smart Logout Redirect Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

Smart Logout Redirect Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
0
5 escaped
Nonce Checks
0
Capability Checks
1
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

100% escaped5 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
handle_logout_redirect (includes\Frontend\Redirect.php:30)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
1 unprotected

Smart Logout Redirect Attack Surface

Entry Points2
Unprotected1

REST API Routes 2

GET/wp-json/redalo/v1/settingsincludes\Api\SettingsController.php:26
GET/wp-json/redalo/v1/rolesincludes\Api\SettingsController.php:43
WordPress Hooks 5
actionadmin_menuincludes\Admin\Settings.php:21
actionadmin_enqueue_scriptsincludes\Admin\Settings.php:22
actionrest_api_initincludes\Api\SettingsController.php:19
actionadmin_initincludes\Core\Migration.php:21
actionwp_logoutincludes\Frontend\Redirect.php:21
Maintenance & Trust

Smart Logout Redirect Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 1, 2025
PHP min version7.4
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs200
Developer Profile

Smart Logout Redirect Developer Profile

Huzaifa Al Mesbah

10 plugins · 400 total installs

92
trust score
Avg Security Score
97/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Smart Logout Redirect

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/redirect-after-logout/build/index.js/wp-content/plugins/redirect-after-logout/build/index.css

HTML / DOM Fingerprints

JS Globals
redaloSettings
REST Endpoints
/wp-json/redalo/v1/settings/wp-json/redalo/v1/roles
FAQ

Frequently Asked Questions about Smart Logout Redirect