LogInOut button Security & Risk Analysis

wordpress.org/plugins/loginout

Заменяет [LogInOut] в виджете "html" ("Внешний вид"->"Виджеты") на кнопку "Вход редактора/Выйти". Фильтр.

10 active installs v0.305 PHP + WP 3.6+ Updated Oct 23, 2019
buttonloginlogoutshortcodeusername
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is LogInOut button Safe to Use in 2026?

Generally Safe

Score 85/100

LogInOut button has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 6yr ago
Risk Assessment

The "loginout" plugin v0.305 presents a mixed security posture. On the positive side, the static analysis indicates a remarkably small attack surface with no apparent AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, the plugin shows strong adherence to secure coding practices regarding database interactions, with 100% of SQL queries utilizing prepared statements and no file operations or external HTTP requests detected. The absence of known CVEs and past vulnerabilities is also a significant strength, suggesting a history of stability and potentially good security focus from the developers.

However, several concerning signals emerge from the code analysis. The most prominent is that 100% of the plugin's outputs are not properly escaped. This represents a significant risk, as it makes the plugin vulnerable to Cross-Site Scripting (XSS) attacks. Any user-provided data that is displayed by the plugin without proper sanitization could be manipulated to inject malicious scripts, potentially leading to session hijacking, defacement, or other harmful actions. Additionally, the complete lack of nonce checks and capability checks, especially when considering the potential for output manipulation, raises concerns about authorization and the plugin's ability to prevent unauthorized actions or data access. The taint analysis showing zero flows is a positive indicator, but this must be viewed in conjunction with the unescaped output, as the analysis might not have fully covered all potential taint paths due to the limited entry points detected.

In conclusion, while "loginout" v0.305 demonstrates excellent practices in areas like database security and a minimal attack surface, the critical flaw of unescaped output leaves it highly susceptible to XSS vulnerabilities. The absence of historical vulnerabilities is encouraging, but it does not mitigate the current, identified risks. The plugin's security is severely undermined by the lack of output escaping. Until this is addressed, the plugin should be considered a high-risk component.

Key Concerns

  • Output not properly escaped (XSS risk)
  • No nonce checks present
  • No capability checks present
Vulnerabilities
None known

LogInOut button Security Vulnerabilities

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

LogInOut button Code Analysis

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

Output Escaping

0% escaped2 total outputs
Attack Surface

LogInOut button Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
filterwidget_textloginout.php:38
action__after_headerloginout.php:54
Maintenance & Trust

LogInOut button Maintenance & Trust

Maintenance Signals

WordPress version tested5.3.21
Last updatedOct 23, 2019
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

LogInOut button Developer Profile

n4me

1 plugin · 10 total installs

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

How We Detect LogInOut button

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/loginout/loginout.css

HTML / DOM Fingerprints

CSS Classes
entershow-user-name
Data Attributes
data-username
Shortcode Output
[LogInOut]
FAQ

Frequently Asked Questions about LogInOut button