HTTP Authentication Security & Risk Analysis

wordpress.org/plugins/http-authentication

Use an external authentication source in WordPress.

600 active installs v4.6 PHP + WP 3.1+ Updated Apr 24, 2024
authentication
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is HTTP Authentication Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The http-authentication plugin v4.6 exhibits a generally strong security posture from a surface area perspective. The static analysis indicates no exposed AJAX handlers, REST API routes, shortcodes, or cron events that are unprotected. Furthermore, the code signals reveal no dangerous functions, SQL queries are 100% prepared, and there are no file operations or external HTTP requests. The presence of a capability check is also a positive sign. However, a significant concern arises from the "Output escaping" metric, where 100% of the 11 identified outputs are not properly escaped. This could lead to cross-site scripting (XSS) vulnerabilities if user-supplied data is rendered directly to the page without sanitization. The plugin also lacks nonce checks, which, while not directly flagged as a risk due to the absence of AJAX/REST entry points, is a best practice for security. The vulnerability history is clean, with no recorded CVEs, which suggests a good track record. Despite the clean history and controlled attack surface, the unescaped output presents a tangible risk that needs to be addressed.

Key Concerns

  • 100% of outputs are not properly escaped
  • No nonce checks implemented
Vulnerabilities
None known

HTTP Authentication Security Vulnerabilities

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

HTTP Authentication Code Analysis

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

Output Escaping

0% escaped11 total outputs
Attack Surface

HTTP Authentication Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 11
actionadmin_inithttp-authentication.php:23
actionlogin_headhttp-authentication.php:26
actionlogin_footerhttp-authentication.php:27
actioncheck_passwordshttp-authentication.php:28
actionwp_logouthttp-authentication.php:29
filterlogin_urlhttp-authentication.php:30
filtershow_password_fieldshttp-authentication.php:31
filterallow_password_resethttp-authentication.php:32
filterauthenticatehttp-authentication.php:33
actionadmin_initoptions-page.php:16
actionadmin_menuoptions-page.php:17
Maintenance & Trust

HTTP Authentication Maintenance & Trust

Maintenance Signals

WordPress version tested6.5.8
Last updatedApr 24, 2024
PHP min version
Downloads51K

Community Trust

Rating100/100
Number of ratings1
Active installs600
Developer Profile

HTTP Authentication Developer Profile

Daniel Westermann-Clark

3 plugins · 730 total installs

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

How We Detect HTTP Authentication

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
http-authentication-link
Shortcode Output
<p id="http-authentication-link"><a class="button-primary" href="">Log In with </a></p>
FAQ

Frequently Asked Questions about HTTP Authentication