
Admin Users Logged In Security & Risk Analysis
wordpress.org/plugins/admin-users-logged-inDashboard widget that shows admin users and when they were last logged in.
Is Admin Users Logged In Safe to Use in 2026?
Generally Safe
Score 100/100Admin Users Logged In has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The "admin-users-logged-in" plugin v1.0.6 exhibits a strong security posture based on the provided static analysis. The complete absence of an attack surface, including AJAX handlers, REST API routes, shortcodes, and cron events, significantly reduces the potential entry points for attackers. Furthermore, the code demonstrates good security practices by utilizing prepared statements for all SQL queries and properly escaping all output. The lack of dangerous function calls, file operations, external HTTP requests, and bundled libraries further solidifies this positive assessment.
The plugin's vulnerability history is also a positive indicator, with no recorded CVEs, suggesting a history of secure development. The taint analysis showing zero flows with unsanitized paths reinforces the confidence in the code's safety. The only area that warrants a minor consideration is the absence of nonce and capability checks. While the plugin has no exposed entry points that would typically require these, it's a best practice to include them for any code that could potentially be interacted with, even if indirectly.
In conclusion, the "admin-users-logged-in" plugin appears to be very secure. Its minimal attack surface and adherence to secure coding practices for SQL and output handling are commendable. The lack of historical vulnerabilities is a strong testament to its robustness. The only potential improvement would be the inclusion of nonce and capability checks as a general security best practice, though currently, there is no direct evidence of a risk due to their absence.
Key Concerns
- Missing nonce checks
- Missing capability checks
Admin Users Logged In Security Vulnerabilities
Admin Users Logged In Code Analysis
SQL Query Safety
Output Escaping
Admin Users Logged In Attack Surface
WordPress Hooks 3
Maintenance & Trust
Admin Users Logged In Maintenance & Trust
Maintenance Signals
Community Trust
Admin Users Logged In Alternatives
When Last Login
when-last-login
Show a users last login date by creating a sortable column in your WordPress users list.
Dashboard Welcome for Elementor
dashboard-welcome-for-elementor
Replaces the default WordPress dashboard welcome panel with custom designed Elementor template.
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.
WP Last Login
wp-last-login
Make the last login for each user visible in the user overview.
Widget Disable
wp-widget-disable
Disable sidebar and dashboard widgets with an easy to use interface.
Admin Users Logged In Developer Profile
18 plugins · 82K total installs
How We Detect Admin Users Logged In
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
auli-dashboardauli-authorauli-date<!-- Plugin Name: Admin Users Logged In --><!-- Description: Dashboard widget that shows admin users and when they were last logged in. --><!-- Copyright 2018 - 2024 Marcel Pol (marcel@timelord.nl) --><!-- This program is free software; you can redistribute it and/or modify -->+13 moreid="auli_<?php echo esc_html( $user->ID ); ?>"