Live search for post Security & Risk Analysis

wordpress.org/plugins/live-search-for-post

Custom Live Search For Searching Post using Shortcode [live-post-search]

0 active installs v1.0.0 PHP 5.2.4+ WP 5.0+ Updated Jan 1, 2020
custom-searchlive-searchsearchsearch-without-page-refresh
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Live search for post Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The 'live-search-for-post' v1.0.0 plugin exhibits a mixed security posture. On the positive side, the plugin demonstrates good practices by avoiding dangerous functions, performing all SQL queries using prepared statements, and having no recorded vulnerability history. This suggests a generally well-developed codebase and a responsible approach to security. However, significant concerns arise from its attack surface and lack of robust access control.

The primary risk stems from the presence of two AJAX handlers, both of which lack authentication checks. This creates a direct pathway for unauthenticated users to interact with the plugin's backend functionalities, potentially leading to unintended actions or information disclosure if these handlers are not designed with strict input validation and output sanitization. The fact that half of the output escaping is not properly done further exacerbates this risk, as it could lead to cross-site scripting (XSS) vulnerabilities when user-controlled data is rendered.

While the absence of known CVEs and taint flows is reassuring, it should not be considered a guarantee of complete security, especially given the identified unprotected entry points and output escaping issues. The plugin's security is heavily reliant on the proper implementation of these exposed AJAX actions. A balanced conclusion is that while the plugin avoids common pitfalls like raw SQL and dangerous functions, the unprotected AJAX handlers and incomplete output escaping represent critical vulnerabilities that require immediate attention.

Key Concerns

  • AJAX handlers without auth checks
  • Unescaped output detected
Vulnerabilities
None known

Live search for post Security Vulnerabilities

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

Live search for post Code Analysis

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

Output Escaping

50% escaped2 total outputs
Attack Surface
2 unprotected

Live search for post Attack Surface

Entry Points3
Unprotected2

AJAX Handlers 2

authwp_ajax_data_fetchlive-search-for-post.php:60
noprivwp_ajax_data_fetchlive-search-for-post.php:61

Shortcodes 1

[live-post-search] live-search-for-post.php:100
WordPress Hooks 2
actioninitlive-search-for-post.php:34
actionwp_footerlive-search-for-post.php:42
Maintenance & Trust

Live search for post Maintenance & Trust

Maintenance Signals

WordPress version tested5.3.21
Last updatedJan 1, 2020
PHP min version5.2.4
Downloads972

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Live search for post Developer Profile

Shail Mehta

11 plugins · 1K total installs

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

How We Detect Live search for post

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/live-search-for-post/css/style.css
Version Parameters
live-search-for-post/css/style.css?ver=

HTML / DOM Fingerprints

CSS Classes
live-search-containerlive-search-thumblive-search-contentlive-searchlive-search-design
Data Attributes
id="keyword"onkeyup="fetch()"
JS Globals
fetch
REST Endpoints
/wp-json/
Shortcode Output
<div class="live-search"><input type="text" class="live-search-design" name="keyword" id="keyword" placeholder="Type min 3 character"<div id="search_data_fetch"></div></div>
FAQ

Frequently Asked Questions about Live search for post