Login By IP Authentication Security & Risk Analysis

wordpress.org/plugins/login-by-ip-authentication

The plugin will allow users to login with their allowed IPs only. If you want user should be allowed to login with multiple IPs, then admin can associ …

0 active installs v0.1 PHP + WP 3.0+ Updated Unknown
ip-authenticationip-based-loginlogin-with-ip-authentication
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Login By IP Authentication Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "login-by-ip-authentication" plugin version 0.1 exhibits a strong security posture based on the provided static analysis. It effectively avoids dangerous functions, uses prepared statements for all SQL queries, and ensures all outputs are properly escaped. The plugin also has no file operations or external HTTP requests, further minimizing its attack surface. The single capability check is a positive indicator of intended access control, although its effectiveness isn't detailed here. The absence of known CVEs and any recorded vulnerability history is a significant strength, suggesting a well-maintained and secure codebase over time.

However, the complete lack of AJAX handlers, REST API routes, shortcodes, and cron events means the plugin has zero identified entry points, which is exceptionally low. While this indicates no obvious direct vulnerabilities, it also means there's no active functionality exposed via common WordPress mechanisms that would typically require robust security checks like nonce validation. This could imply a very limited feature set or functionality that relies solely on other plugin/theme interactions. The lack of taint analysis data is also a point of note; while it suggests no issues were found, it's also possible no extensive taint analysis was performed or reported.

Key Concerns

  • No nonce checks on entry points
  • Limited reported taint analysis coverage
Vulnerabilities
None known

Login By IP Authentication Security Vulnerabilities

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

Login By IP Authentication Code Analysis

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

Output Escaping

100% escaped3 total outputs
Attack Surface

Login By IP Authentication Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionshow_user_profilelogin-by-ip-authentication.php:18
actionedit_user_profilelogin-by-ip-authentication.php:19
actionpersonal_options_updatelogin-by-ip-authentication.php:40
actionedit_user_profile_updatelogin-by-ip-authentication.php:41
filterwp_authenticate_userlogin-by-ip-authentication.php:52
Maintenance & Trust

Login By IP Authentication Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedUnknown
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Login By IP Authentication Developer Profile

DotsquaresLtd

6 plugins · 110 total installs

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

How We Detect Login By IP Authentication

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
form-table
HTML Comments
Filter and Function to add extra field to allow admin to associate IPs in user's update profile page from admin panel. Filter and Function to add save associated IPs for user.Filter and Function to check if user is logging in from the allowed IP. Function to get user's current IP.
Data Attributes
name="allowedips"id="next"
FAQ

Frequently Asked Questions about Login By IP Authentication