Simple AD Authentication Security & Risk Analysis

wordpress.org/plugins/simple-ad-authentication

Authenticates users through Active Directory.

10 active installs v0.9 PHP + WP 2.7+ Updated Jan 12, 2011
active-directoryauthenticationlogin
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple AD Authentication Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

The 'simple-ad-authentication' plugin version 0.9 shows a generally good security posture, with no reported vulnerabilities and a clean taint analysis. The plugin appears to implement prepared statements for SQL queries and has a capability check in place. However, several areas raise concerns that could lead to security issues.

The static analysis reveals the use of the `create_function` which is considered deprecated and a potential security risk due to its ability to execute arbitrary code. Furthermore, a significant concern is that 100% of its output is not properly escaped. This means that any dynamic content displayed by the plugin could be vulnerable to Cross-Site Scripting (XSS) attacks if not handled carefully by the developer or other plugins.

While the plugin has no recorded vulnerability history and a seemingly small attack surface, the presence of the dangerous function and the complete lack of output escaping are significant weaknesses. The absence of nonce checks and the limited capability checks (only one found) also contribute to a less robust security implementation. Despite these issues, the use of prepared statements for SQL is a positive aspect.

Key Concerns

  • Use of create_function (deprecated and insecure)
  • 100% of outputs are not properly escaped (XSS risk)
  • No nonce checks detected
  • Only 1 capability check detected
Vulnerabilities
None known

Simple AD Authentication Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Simple AD Authentication Release Timeline

v0.8
v0.7
v0.6
Code Analysis
Analyzed Mar 17, 2026

Simple AD Authentication Code Analysis

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

Dangerous Functions Found

create_function$all_options = array_filter(array_keys((array)get_alloptions()), create_function('$target', 'return simple-ad-authentication.php:393

Output Escaping

0% escaped10 total outputs
Attack Surface

Simple AD Authentication Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 10
actioninitsimple-ad-authentication.php:37
actionadmin_menusimple-ad-authentication.php:38
actionwp_authenticatesimple-ad-authentication.php:39
filtercheck_passwordsimple-ad-authentication.php:40
actionlost_passwordsimple-ad-authentication.php:41
actionretrieve_passwordsimple-ad-authentication.php:42
actionpassword_resetsimple-ad-authentication.php:43
actioncheck_passwordssimple-ad-authentication.php:44
filtershow_password_fieldssimple-ad-authentication.php:45
filterplugin_action_linkssimple-ad-authentication.php:46
Maintenance & Trust

Simple AD Authentication Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedJan 12, 2011
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Simple AD Authentication Developer Profile

drahkar

2 plugins · 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 AD Authentication

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-ad-authentication/simple-ad-authentication.php

HTML / DOM Fingerprints

HTML Comments
Copyright 2009 James BoylanThis program is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or+11 more
FAQ

Frequently Asked Questions about Simple AD Authentication