Simple Require Login Security & Risk Analysis

wordpress.org/plugins/simple-require-login

Require login for content on a per page/post/custom post type basis. You can also select a specific role required to view the content.

100 active installs v0.2 PHP + WP 3.5+ Updated Jul 6, 2016
adminauthenticationloginpasswordroles
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Require Login Safe to Use in 2026?

Generally Safe

Score 85/100

Simple Require Login 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 'simple-require-login' plugin v0.2 exhibits a mixed security posture. On the positive side, there are no reported CVEs, suggesting a generally stable history. The plugin also demonstrates good practices by avoiding dangerous functions, SQL queries without prepared statements, file operations, and external HTTP requests. The presence of a nonce check, although only one, is also a positive indicator. However, significant concerns arise from the static analysis. The low percentage of properly escaped output (27%) presents a notable risk, as this can lead to cross-site scripting (XSS) vulnerabilities if user-supplied data is not handled securely before being displayed. Furthermore, the taint analysis revealed a flow with an unsanitized path, which could potentially be exploited depending on the context within the plugin's code. While the attack surface is currently zero, this can change with future updates, and the lack of any capability checks on entry points is a missed opportunity for granular access control.

Key Concerns

  • Low output escaping percentage
  • Flow with unsanitized path
  • No capability checks on entry points
Vulnerabilities
None known

Simple Require Login Security Vulnerabilities

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

Simple Require Login Code Analysis

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

Output Escaping

27% escaped11 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

2 flows1 with unsanitized paths
template_redirect (lib.php:144)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simple Require Login Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadd_meta_boxeslib.php:33
actionadmin_enqueue_scriptslib.php:37
actionsave_postlib.php:41
actiontemplate_redirectlib.php:45
Maintenance & Trust

Simple Require Login Maintenance & Trust

Maintenance Signals

WordPress version tested4.3.34
Last updatedJul 6, 2016
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings1
Active installs100
Developer Profile

Simple Require Login Developer Profile

timmcdaniels

2 plugins · 200 total installs

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

How We Detect Simple Require Login

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-require-login/simple-require-login.js
Script Paths
/wp-content/plugins/simple-require-login/simple-require-login.js

HTML / DOM Fingerprints

CSS Classes
srl-role-set
Data Attributes
id="srl-yesno"name="srl-yesno"id="srl-role"name="srl-role"id="srl-ssl-yesno"name="srl-ssl-yesno"+2 more
FAQ

Frequently Asked Questions about Simple Require Login