User Session Control Security & Risk Analysis

wordpress.org/plugins/user-session-control

View and manage all active user sessions in a custom admin screen.

700 active installs v0.3.1 PHP + WP 4.1+ Updated Dec 23, 2016
loginsecuritysessionsusers
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is User Session Control Safe to Use in 2026?

Generally Safe

Score 85/100

User Session Control has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

The "user-session-control" plugin v0.3.1 exhibits a generally strong security posture based on the provided static analysis. The absence of a significant attack surface, particularly in AJAX handlers, REST API routes, shortcodes, and cron events, is a major positive indicator. Furthermore, the code shows good practices with a high percentage of properly escaped output and the use of prepared statements for half of its SQL queries. The presence of a nonce check also suggests an attempt to mitigate certain types of attacks.

However, the analysis does highlight a potential area for concern: the complete absence of capability checks. While there are no identified direct vulnerabilities in the provided data, relying solely on nonce checks for security can be insufficient. Capability checks are crucial for ensuring that only authorized users can perform specific actions within WordPress. The lack of these checks, combined with the fact that all SQL queries are not using prepared statements, introduces a subtle risk that could be exploited in conjunction with other, less obvious vulnerabilities if they were to arise.

The vulnerability history is entirely clean, with zero recorded CVEs across all severities. This indicates that, historically, the plugin has not been a source of security issues. However, a clean history doesn't guarantee future safety, and the previously mentioned potential weaknesses in capability checks and SQL query handling should still be addressed to further harden the plugin.

Key Concerns

  • No capability checks implemented
  • SQL queries not fully using prepared statements
Vulnerabilities
None known

User Session Control Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

User Session Control Release Timeline

v0.3.1Current
v0.3.0
v0.2.2
v0.2.1
v0.2.0
v0.1.0
Code Analysis
Analyzed Mar 16, 2026

User Session Control Code Analysis

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

SQL Query Safety

50% prepared2 total queries

Output Escaping

91% escaped68 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

2 flows
usc_user_submenu_callback (user-session-control.php:60)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

User Session Control Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionplugins_loadeduser-session-control.php:36
actionnetwork_admin_menuuser-session-control.php:50
actionadmin_menuuser-session-control.php:52
Maintenance & Trust

User Session Control Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.33
Last updatedDec 23, 2016
PHP min version
Downloads10K

Community Trust

Rating94/100
Number of ratings7
Active installs700
Developer Profile

User Session Control Developer Profile

Frankie Jarrett

5 plugins · 2K total installs

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

How We Detect User Session Control

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/user-session-control/css/style.css/wp-content/plugins/user-session-control/js/script.js
Script Paths
/wp-content/plugins/user-session-control/js/script.js
Version Parameters
user-session-control/css/style.css?ver=user-session-control/js/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
tablenav-pagesdisplaying-numpagination-linksfirst-pagedisabledprev-pagepaging-inputtotal-pages+7 more
Data Attributes
data-user_iddata-token_hash
FAQ

Frequently Asked Questions about User Session Control