Ajax Search Popup Security & Risk Analysis

wordpress.org/plugins/ajax-search-popup

Search By Post And Page On KeyUp.

20 active installs v1.0 PHP + WP 4.0+ Updated Sep 21, 2018
ajax-searchsearch-keyupsearch-popupserach-ajax
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Ajax Search Popup Safe to Use in 2026?

Generally Safe

Score 85/100

Ajax Search Popup 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 "ajax-search-popup" plugin v1.0 exhibits a generally good security posture, adhering to several secure coding practices. The absence of dangerous functions, file operations, and external HTTP requests, coupled with the exclusive use of prepared statements for SQL queries, significantly mitigates common attack vectors. Furthermore, the plugin implements nonce and capability checks, which are crucial for securing its entry points.

The static analysis reveals a limited attack surface with no immediately apparent unprotected entry points. Taint analysis shows no critical or high-severity flows with unsanitized paths, indicating a lack of obvious vulnerabilities in how user input is handled for sensitive operations. The vulnerability history also being clean is a positive sign, suggesting the plugin has not been a source of past security issues.

However, the primary concern lies in the output escaping. With 47% of outputs properly escaped, there's a significant portion that is not. This could leave the plugin susceptible to cross-site scripting (XSS) vulnerabilities if user-supplied data is rendered directly in the frontend without proper sanitization. While the attack surface is small and protected by checks, this lack of comprehensive output escaping represents a notable weakness that could be exploited.

Key Concerns

  • Output escaping is not comprehensive (47% proper)
Vulnerabilities
None known

Ajax Search Popup Security Vulnerabilities

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

Ajax Search Popup Code Analysis

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

Output Escaping

47% escaped45 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
my_ajax_s_functions (ajax-search-popup.php:153)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Ajax Search Popup Attack Surface

Entry Points3
Unprotected0

AJAX Handlers 2

authwp_ajax_my_ajax_s_functionsajax-search-popup.php:40
noprivwp_ajax_my_ajax_s_functionsajax-search-popup.php:41

Shortcodes 1

[ajax_popup_search] ajax-search-popup.php:52
WordPress Hooks 6
actionadmin_initajax-search-popup.php:33
actionwidgets_initajax-search-popup.php:36
actionwp_enqueue_scriptsajax-search-popup.php:38
actionwp_enqueue_scriptsajax-search-popup.php:44
actionadmin_enqueue_scriptsajax-search-popup.php:47
actionadmin_menuajax-search-popup.php:50
Maintenance & Trust

Ajax Search Popup Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedSep 21, 2018
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

Ajax Search Popup Developer Profile

yasintechnology

2 plugins · 20 total installs

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

How We Detect Ajax Search Popup

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/ajax-search-popup/style/style.css/wp-content/plugins/ajax-search-popup/style/admin.css/wp-content/plugins/ajax-search-popup/js/js.js/wp-content/plugins/ajax-search-popup/js/ajax.js
Script Paths
/wp-content/plugins/ajax-search-popup/js/js.js/wp-content/plugins/ajax-search-popup/js/ajax.js

HTML / DOM Fingerprints

CSS Classes
p_contactp_search-me-headerpop_titlepop_archive
Data Attributes
data-nonce
JS Globals
s_url
REST Endpoints
/wp-json/ajax-search-popup/v1/search
Shortcode Output
<form class="search-popup-form" action="/" method="get"><input type="text" name="search_title" id="search_popup_input" placeholder="What are you looking for?"><button type="submit" class="search-popup-button">Search</button>
FAQ

Frequently Asked Questions about Ajax Search Popup