Eonet Live Search Security & Risk Analysis

wordpress.org/plugins/eonet-live-search

Search dynamically in real time through all your site, including pages, posts, members, products & so on.

40 active installs v1.1.6 PHP + WP 3.0.1+ Updated Oct 4, 2018
ajaxbuddypresslive-searchmemberssearch
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Eonet Live Search Safe to Use in 2026?

Generally Safe

Score 85/100

Eonet Live Search has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 7yr ago
Risk Assessment

The eonet-live-search plugin v1.1.6 exhibits a generally strong security posture, with no known vulnerabilities or CVEs in its history. The static analysis reveals that all identified entry points, including AJAX handlers and REST API routes, are properly protected with authentication and permission checks. Furthermore, SQL queries are exclusively executed using prepared statements, mitigating SQL injection risks, and there are no external HTTP requests, reducing the attack surface from external services. However, a critical concern arises from the presence of the `unserialize` function. While not immediately exploitable without a known entry point for unserialized data, this function can lead to Remote Code Execution vulnerabilities if an attacker can control the serialized data being processed. The plugin also has a moderate rate of unescaped output (37%), which could lead to Cross-Site Scripting (XSS) vulnerabilities in specific scenarios, although the absence of taint flows suggests these are not currently being actively exploited or discovered.

Despite the lack of historical vulnerabilities and the solid foundation of secure coding practices for SQL and entry point protection, the use of `unserialize` is a significant red flag that warrants attention. The moderate rate of unescaped output also represents a potential, albeit lower-severity, risk. The absence of capability checks on AJAX handlers is concerning, as it means that any authenticated user might be able to trigger these actions, increasing the potential impact if a vulnerability is discovered. In conclusion, while the plugin benefits from a clean vulnerability history and good protection of its primary entry points, the `unserialize` function and the moderate unescaped output rate, coupled with the lack of capability checks, indicate areas where further hardening is recommended to achieve a truly robust security profile.

Key Concerns

  • Use of unserialize function
  • Moderate rate of unescaped output
  • No capability checks on AJAX handlers
Vulnerabilities
None known

Eonet Live Search Security Vulnerabilities

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

Eonet Live Search Code Analysis

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

Dangerous Functions Found

unserialize$val = unserialize($val);core\EonetMetaboxes.php:89

Output Escaping

63% escaped135 total outputs
Attack Surface

Eonet Live Search Attack Surface

Entry Points10
Unprotected0

AJAX Handlers 10

authwp_ajax_eonet_fetch_searchcomponent-live-search\EonetLiveSearch.php:46
noprivwp_ajax_eonet_fetch_searchcomponent-live-search\EonetLiveSearch.php:47
authwp_ajax_eonet_admin_get_pagecore\admin\EonetAdmin.php:28
noprivwp_ajax_eonet_admin_get_pagecore\admin\EonetAdmin.php:29
authwp_ajax_eonet_admin_save_settingscore\admin\EonetAdmin.php:30
noprivwp_ajax_eonet_admin_save_settingscore\admin\EonetAdmin.php:31
authwp_ajax_eonet_admin_reset_settingscore\admin\EonetAdmin.php:32
noprivwp_ajax_eonet_admin_reset_settingscore\admin\EonetAdmin.php:33
authwp_ajax_eonet_admin_state_componentcore\EonetComponents.php:44
noprivwp_ajax_eonet_admin_state_componentcore\EonetComponents.php:45
WordPress Hooks 14
actionwp_enqueue_scriptscomponent-live-search\EonetLiveSearch.php:49
actionplugins_loadedcomponent-live-search\init.php:8
actionadmin_menucore\admin\EonetAdmin.php:34
actionplugins_loadedcore\bootstrap.php:11
actionadmin_enqueue_scriptscore\Eonet.php:33
actionwp_enqueue_scriptscore\Eonet.php:34
actionadmin_enqueue_scriptscore\Eonet.php:35
actionwp_enqueue_scriptscore\Eonet.php:36
actionadmin_initcore\EonetComponents.php:40
actioninitcore\EonetComponents.php:41
actionwp_enqueue_scriptscore\EonetComponents.php:55
actionadmin_enqueue_scriptscore\EonetComponents.php:56
actionadd_meta_boxescore\EonetMetaboxes.php:53
actionsave_postcore\EonetMetaboxes.php:55
Maintenance & Trust

Eonet Live Search Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedOct 4, 2018
PHP min version
Downloads13K

Community Trust

Rating96/100
Number of ratings5
Active installs40
Developer Profile

Eonet Live Search Developer Profile

Alkaweb

4 plugins · 510 total installs

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

How We Detect Eonet Live Search

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/eonet-live-search/core/assets/js/eonet_live_search.js

HTML / DOM Fingerprints

CSS Classes
eonet-search-wrapper
Data Attributes
data-ajaxurldata-search-minimumdata-search-selectordata-search-box-widthdata-search-historydata-search-nonce+1 more
JS Globals
EONET_SEARCH
FAQ

Frequently Asked Questions about Eonet Live Search