multi-login-checker Security & Risk Analysis

wordpress.org/plugins/single-user-login

force user login into wordpress only from one browser at the same time

10 active installs v1.0 PHP + WP 2.0.2+ Updated Unknown
loginsecure
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is multi-login-checker Safe to Use in 2026?

Generally Safe

Score 100/100

multi-login-checker has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The 'single-user-login' v1.0 plugin exhibits a mixed security posture. On the positive side, the plugin demonstrates good practices by not utilizing dangerous functions, all SQL queries are properly prepared, and all output is correctly escaped. There are no file operations or external HTTP requests, and no bundled libraries are present, which minimizes certain attack vectors. The vulnerability history is clean, with no known CVEs, suggesting a history of secure development or a lack of past scrutiny. However, a significant concern arises from the taint analysis, which reveals 3 flows with unsanitized paths, all classified as high severity. This indicates that data processed by the plugin might be originating from user input and is not being sufficiently cleaned before use, potentially leading to code injection or other vulnerabilities if these flows are accessible via an attack vector. The lack of any capability checks or nonce checks on the identified entry points (even though the attack surface is reported as zero) is also a point of concern, as it implies these potential entry points, if discovered, would not have these fundamental WordPress security measures applied.

Key Concerns

  • High severity unsanitized taint flows found
  • No capability checks on entry points
  • No nonce checks on entry points
Vulnerabilities
None known

multi-login-checker Security Vulnerabilities

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

multi-login-checker Code Analysis

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

SQL Query Safety

100% prepared3 total queries
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
single_user_login_uid_create (single-user-login.php:26)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

multi-login-checker Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionwp_loginsingle-user-login.php:59
actioninitsingle-user-login.php:60
Maintenance & Trust

multi-login-checker Maintenance & Trust

Maintenance Signals

WordPress version tested3.1.4
Last updatedUnknown
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

multi-login-checker Developer Profile

storyday

2 plugins · 410 total installs

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

How We Detect multi-login-checker

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

Asset Fingerprints

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about multi-login-checker