Learning More Security & Risk Analysis

wordpress.org/plugins/learning-more

Adds a simple contact widget to the sidebar. Let's a user quickly send you an email requesting more info. AJAX validation.

10 active installs v0.2 PHP + WP 2.8+ Updated Unknown
ajaxcontactemaillearn-morewidget
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Learning More Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "learning-more" plugin v0.2 exhibits significant security concerns, despite some positive indicators. While there are no known vulnerabilities in its history and it doesn't use dangerous functions or make external requests, its static analysis reveals critical weaknesses. A single unprotected AJAX handler represents a substantial attack surface, leaving it vulnerable to unauthorized access and potential manipulation. Furthermore, the complete lack of output escaping is a severe deficiency, indicating that any data processed by the plugin could be injected with malicious scripts, leading to cross-site scripting (XSS) attacks. The presence of a taint flow with an unsanitized path further exacerbates this risk.

While the plugin uses prepared statements for its SQL queries, this strength is overshadowed by the aforementioned vulnerabilities. The complete absence of nonce checks and capability checks on its entry points, coupled with the unprotected AJAX handler, suggests a fundamental disregard for proper security practices. The vulnerability history being clear is a positive sign, but it does not mitigate the immediate risks identified in the code itself. Overall, this plugin presents a high risk due to its exposed attack surface and critical output sanitization failures.

Key Concerns

  • Unprotected AJAX handler
  • Output escaping not used
  • Taint flow with unsanitized path
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Learning More Security Vulnerabilities

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

Learning More Code Analysis

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

Output Escaping

0% escaped19 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<learning-more> (learning-more.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
1 unprotected

Learning More Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_learning_more_maillearning-more.php:41
WordPress Hooks 4
actionwidgets_initlearning-more.php:37
actioninitlearning-more.php:38
actionwp_headlearning-more.php:39
actionwp_headlearning-more.php:40
Maintenance & Trust

Learning More Maintenance & Trust

Maintenance Signals

WordPress version tested2.9.2
Last updatedUnknown
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Learning More Developer Profile

keighl

3 plugins · 100 total installs

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

How We Detect Learning More

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/learning-more/learning-more.php

HTML / DOM Fingerprints

CSS Classes
learning_morelearning_more_successlearning_more_invalidlearning_more_valid
Data Attributes
id="learning_more_name"id="learning_more_email"id="learning_more_submit"id="learning_more_send_email"id="learning_more_title"
REST Endpoints
/wp-admin/admin-ajax.php
Shortcode Output
<div class="learning_more"><input type="hidden" id="learning_more_send_email"<input type="hidden" id="learning_more_title"<p><input type="text" id="learning_more_name" value="Name" /></p>
FAQ

Frequently Asked Questions about Learning More