Lightweight Live Ajax Search Security & Risk Analysis

wordpress.org/plugins/lightweight-live-ajax-search

Live Ajax based search functionality. Lightweight and provides a shortcode to display live search input box anywhere.

30 active installs v1.0.0 PHP 5.6+ WP 3.0+ Updated Aug 18, 2020
ajaxlightweightlivesearch
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Lightweight Live Ajax Search Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 5yr ago
Risk Assessment

The lightweight-live-ajax-search plugin version 1.0.0 presents a mixed security posture. On the positive side, it shows good practices by having no known vulnerabilities (CVEs) and utilizing prepared statements for all its SQL queries, indicating a conscious effort to prevent SQL injection. The absence of file operations and external HTTP requests further reduces the attack surface in those areas.

However, significant concerns arise from the static analysis. The plugin has two AJAX handlers, and critically, both lack authentication checks. This opens a substantial risk for unauthorized access and potential manipulation of the search functionality. Additionally, there are no nonce checks implemented on these AJAX handlers, compounding the vulnerability by allowing for potential Cross-Site Request Forgery (CSRF) attacks. While the taint analysis reports no flows, this could be due to the analysis's limitations or the specific nature of the inputs/outputs. The 20% of outputs that are not properly escaped also pose a risk for Cross-Site Scripting (XSS) vulnerabilities, especially when combined with unsanitized AJAX inputs.

The complete lack of vulnerability history is a positive sign, suggesting the plugin has historically been developed with security in mind or has not been a target. Nonetheless, the critical absence of authentication and nonce checks on its AJAX endpoints in version 1.0.0 represents a significant security weakness that needs immediate attention. The plugin's overall security is undermined by these unauthenticated entry points, despite its strengths in other areas.

Key Concerns

  • AJAX handlers without authentication checks
  • AJAX handlers without nonce checks
  • Unescaped output detected
Vulnerabilities
None known

Lightweight Live Ajax Search Security Vulnerabilities

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

Lightweight Live Ajax Search Code Analysis

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

Output Escaping

80% escaped15 total outputs
Attack Surface
2 unprotected

Lightweight Live Ajax Search Attack Surface

Entry Points3
Unprotected2

AJAX Handlers 2

authwp_ajax_wpls_load_search_resultsclasses\class-wpls-search-shortcode.php:49
noprivwp_ajax_wpls_load_search_resultsclasses\class-wpls-search-shortcode.php:50

Shortcodes 1

[wpls_live_search] classes\class-wpls-search-shortcode.php:43
WordPress Hooks 5
actionadmin_initclasses\class-wpls-admin.php:50
actionadmin_menuclasses\class-wpls-admin.php:51
actionadmin_enqueue_scriptsclasses\class-wpls-admin.php:52
actionwp_enqueue_scriptsclasses\class-wpls-frontend.php:43
filterget_search_formclasses\class-wpls-search-shortcode.php:46
Maintenance & Trust

Lightweight Live Ajax Search Maintenance & Trust

Maintenance Signals

WordPress version tested5.5.18
Last updatedAug 18, 2020
PHP min version5.6
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs30
Developer Profile

Lightweight Live Ajax Search Developer Profile

Sandesh

6 plugins · 740 total installs

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

How We Detect Lightweight Live Ajax Search

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/lightweight-live-ajax-search/assets/css/frontend.css/wp-content/plugins/lightweight-live-ajax-search/assets/js/frontend.js/wp-content/plugins/lightweight-live-ajax-search/assets/css/admin.css

HTML / DOM Fingerprints

CSS Classes
wpls-search-resultnothing-here
Data Attributes
data-wpls-action
JS Globals
wpls
Shortcode Output
[wpls_live_search]
FAQ

Frequently Asked Questions about Lightweight Live Ajax Search