Whitelist IP For Limit Login Attempts Security & Risk Analysis

wordpress.org/plugins/whitelist-ip-for-limit-login-attempts

This plugin allows you whitelist IP addresses so Limit Login Attempt plugin doesn't block them.

600 active installs v1.0.2 PHP + WP 3.0+ Updated Jan 26, 2016
authenticationlimitloginlogonsecurity
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Whitelist IP For Limit Login Attempts Safe to Use in 2026?

Generally Safe

Score 85/100

Whitelist IP For Limit Login Attempts 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 "whitelist-ip-for-limit-login-attempts" v1.0.2 plugin exhibits a strong security posture based on the provided static analysis. The absence of any reported CVEs or historical vulnerabilities suggests a history of stable and secure development. The code analysis reveals a remarkably small attack surface, with no exposed AJAX handlers, REST API routes, shortcodes, or cron events that are accessible without proper authentication. Furthermore, the plugin demonstrates good practices by utilizing prepared statements for all SQL queries, and a nonce check is present, indicating an awareness of cross-site request forgery prevention. The taint analysis also shows no critical or high-severity flows with unsanitized paths.

However, there is a notable area for improvement: output escaping. With only 47% of outputs being properly escaped, there is a potential risk of cross-site scripting (XSS) vulnerabilities if user-supplied data is directly outputted without adequate sanitization. While the current static analysis did not flag any specific issues related to this, it remains a significant concern for any plugin handling input. The complete lack of capability checks is also a weakness, as it relies solely on other WordPress mechanisms to control access to features, which could be bypassed if not meticulously implemented elsewhere. Despite these concerns, the plugin's minimal attack surface and secure data handling for SQL queries suggest a generally safe, albeit not perfectly hardened, security profile.

Key Concerns

  • Output escaping is only 47% proper
  • No capability checks found
Vulnerabilities
None known

Whitelist IP For Limit Login Attempts Security Vulnerabilities

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

Whitelist IP For Limit Login Attempts Code Analysis

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

Output Escaping

47% escaped17 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
orbisius_whitelist_IP_for_limit_login_attempts_tools_action (whitelist-ip-for-limit-login-attempts.php:121)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Whitelist IP For Limit Login Attempts Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionadmin_initwhitelist-ip-for-limit-login-attempts.php:29
actionadmin_menuwhitelist-ip-for-limit-login-attempts.php:30
actionwp_footerwhitelist-ip-for-limit-login-attempts.php:31
filterlimit_login_whitelist_ipwhitelist-ip-for-limit-login-attempts.php:34
filterplugin_action_linkswhitelist-ip-for-limit-login-attempts.php:98
Maintenance & Trust

Whitelist IP For Limit Login Attempts Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedJan 26, 2016
PHP min version
Downloads22K

Community Trust

Rating76/100
Number of ratings5
Active installs600
Developer Profile

Whitelist IP For Limit Login Attempts Developer Profile

Svetoslav Marinov

26 plugins · 12K total installs

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

How We Detect Whitelist IP For Limit Login Attempts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/whitelist-ip-for-limit-login-attempts/assets/main.css
Version Parameters
whitelist-ip-for-limit-login-attempts/assets/main.css?ver=

HTML / DOM Fingerprints

CSS Classes
orbisius_whitelist_ip_for_limit_login_attempts_containerorbisius_whitelist_IP_for_limit_login_attempts_form
HTML Comments
Copyright 2012 Svetoslav Marinov (Slavi) <slavi@orbisius.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or+21 more
Data Attributes
id="orbisius_whitelist_IP_for_limit_login_attempts_form"class="orbisius_whitelist_IP_for_limit_login_attempts_form"name="orbisius_whitelist_IP_for_limit_login_attempts_nonce"
FAQ

Frequently Asked Questions about Whitelist IP For Limit Login Attempts