Simple Login SC Security & Risk Analysis

wordpress.org/plugins/simple-login-sc

Adds a simple login form via a shortcode and does not add any extraneous code to slow your website. It just uses the core functions of WordPress.

20 active installs v0.8 PHP + WP 3.0+ Updated Aug 21, 2015
loginshortcodewidgetwpml
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Login SC Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The plugin "simple-login-sc" v0.8 exhibits a generally positive security posture based on the static analysis. The absence of dangerous functions, direct SQL queries, file operations, and external HTTP requests are strong indicators of good coding practices. Furthermore, the plugin has no recorded vulnerabilities or CVEs, suggesting a history of secure development or at least a lack of discoverable flaws.

However, several areas raise concerns. The most significant is the extremely low percentage of properly escaped output (5%). This indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, as user-supplied data is likely being rendered directly into the page without adequate sanitization. The lack of nonce checks and capability checks across all entry points is also a critical oversight, potentially allowing unauthorized actions if any of the entry points were to be exposed or if an attacker could manipulate requests.

While the plugin currently has no documented vulnerabilities, the identified weaknesses in output escaping and authorization controls present significant potential attack vectors. The absence of taint analysis results is noted, but the direct code signals of poor output escaping are sufficient to warrant caution. In conclusion, while the plugin avoids many common pitfalls, the high risk of XSS due to inadequate output escaping and the missing authorization checks on entry points are major security weaknesses that need immediate attention.

Key Concerns

  • Low output escaping percentage
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Simple Login SC Security Vulnerabilities

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

Simple Login SC Code Analysis

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

Output Escaping

5% escaped21 total outputs
Attack Surface

Simple Login SC Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[sl_shortcode] simple_login_sc.php:138
WordPress Hooks 3
actionplugins_loadedsimple_login_sc.php:136
actionadmin_menusimple_login_sc.php:137
filterwidget_textsimple_login_sc.php:139
Maintenance & Trust

Simple Login SC Maintenance & Trust

Maintenance Signals

WordPress version tested4.3.34
Last updatedAug 21, 2015
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings2
Active installs20
Developer Profile

Simple Login SC Developer Profile

Ghyslain Drolet

1 plugin · 20 total installs

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

How We Detect Simple Login SC

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
login-usernamelogin-username labellogin-username .inputlogin-passwordlogin-password labellogin-password .inputlogin-submitlogin-submit .button-primary
Shortcode Output
[sl_shortcode][sl_shortcode username_label=[sl_shortcode password_label=[sl_shortcode button_text=
FAQ

Frequently Asked Questions about Simple Login SC