Login Token Security & Risk Analysis

wordpress.org/plugins/login-token

Add a hidden filed values token in login form to avoid brute force attack 在后台登录页面添加了一个隐藏的令牌,用来防止暴力破解。

10 active installs v1.0 PHP + WP 2.0+ Updated Unknown
loginlogin-tokentoken
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Login Token Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "login-token" v1.0 plugin exhibits a generally good security posture based on the provided static analysis. The absence of any detected dangerous functions, raw SQL queries, file operations, external HTTP requests, and the fact that all SQL queries utilize prepared statements are strong indicators of responsible development practices. Furthermore, the plugin has no known vulnerability history, including no recorded CVEs, which suggests a mature and secure codebase. The attack surface is also reported as zero, with no AJAX handlers, REST API routes, shortcodes, or cron events, implying that there are no readily exposed entry points for external interaction. However, a significant concern arises from the fact that 100% of the single total output detected is not properly escaped. This could potentially lead to cross-site scripting (XSS) vulnerabilities if the output is rendered directly in a user's browser without proper sanitization. While the lack of identified taint flows and critical issues is positive, this unescaped output represents a concrete, albeit potentially low-impact depending on the nature of the output, security risk that needs to be addressed.

Key Concerns

  • Output not properly escaped
Vulnerabilities
None known

Login Token Security Vulnerabilities

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

Login Token Code Analysis

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

Output Escaping

0% escaped1 total outputs
Attack Surface

Login Token Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionlogin_formindex.php:19
Maintenance & Trust

Login Token Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedUnknown
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Login Token Developer Profile

leo108

4 plugins · 120 total installs

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

How We Detect Login Token

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

Asset Fingerprints

HTML / DOM Fingerprints

Data Attributes
name='login_token'
Shortcode Output
<input type='hidden' name='login_token' value='
FAQ

Frequently Asked Questions about Login Token