
Simple Login Redirect Security & Risk Analysis
wordpress.org/plugins/simple-login-redirectAdds a field to the user's profile for redirection upon login.
Is Simple Login Redirect Safe to Use in 2026?
Generally Safe
Score 85/100Simple Login Redirect has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The 'simple-login-redirect' plugin version 1.12 exhibits a generally positive security posture based on the provided static analysis. The absence of identified AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the plugin's attack surface, with no apparent unprotected entry points. Furthermore, the static analysis did not reveal any dangerous functions, file operations, or external HTTP requests, which are common sources of vulnerabilities. The taint analysis also showed no critical or high severity flows with unsanitized data.
However, there are a couple of areas that warrant attention. The presence of a single SQL query that does not utilize prepared statements is a potential concern, as it could be susceptible to SQL injection if the inputs to this query are not rigorously sanitized. Additionally, the fact that only 50% of output escaping is properly handled indicates a risk of cross-site scripting (XSS) vulnerabilities if user-supplied data is displayed without adequate escaping. The plugin's vulnerability history is clean, with no recorded CVEs, which is a strong positive indicator of its security over time.
In conclusion, the 'simple-login-redirect' plugin appears to be relatively secure due to its limited attack surface and lack of high-risk code patterns. The primary weaknesses lie in the unescaped output and the raw SQL query. These are manageable risks that could be addressed through code improvements, and the absence of historical vulnerabilities suggests that the developers are generally mindful of security.
Key Concerns
- SQL query not using prepared statements
- 50% of output escaping is not proper
- No nonce checks on entry points
- No capability checks on entry points
Simple Login Redirect Security Vulnerabilities
Simple Login Redirect Code Analysis
SQL Query Safety
Output Escaping
Simple Login Redirect Attack Surface
WordPress Hooks 6
Maintenance & Trust
Simple Login Redirect Maintenance & Trust
Maintenance Signals
Community Trust
Simple Login Redirect Alternatives
Remove Dashboard Access
remove-dashboard-access-for-non-admins
Disable Dashboard access for users of a specific role or capability. Disallowed users are redirected to a chosen URL. Get set up in seconds.
Slash Admin
slash-admin
Dozens of settings aiming at creating a friendlier administration environment for both Administrators and Editors.
Ultimate Dashboard – Custom WordPress Dashboard
ultimate-dashboard
The #1 Plugin to Customize the WordPress Dashboard!
AGCA – Custom Dashboard & Login Page
ag-custom-admin
CHANGE: admin menu, login page, admin bar, dashboard widgets, custom colors, custom CSS & JS, logo & images
Error Log Monitor
error-log-monitor
Adds a Dashboard widget that displays the latest messages from your PHP error log. It can also send logged errors to email.
Simple Login Redirect Developer Profile
4 plugins · 170 total installs
How We Detect Simple Login Redirect
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/simple-login-redirect/simple_login_redirect.phpHTML / DOM Fingerprints
name='redirect_url'id='redirect_url'<h3>Login Redirect</h3><p>Please specific a URL to redirect this use. If blank WordPress will just use the default action.</p>