WP Fast Search Security & Risk Analysis

wordpress.org/plugins/wp-fast-search

A blazingly fast drop-down search widget for Wordpress

10 active installs v0.1 PHP + WP 3.0.1+ Updated Jan 5, 2015
serach
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Fast Search Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The "wp-fast-search" plugin version 0.1 presents a significant security risk due to its unprotected AJAX endpoints. While the plugin exhibits some good practices, such as using prepared statements for all SQL queries and avoiding dangerous functions, the lack of authentication and capability checks on its entry points creates a substantial attack surface. The static analysis indicates that both of the plugin's AJAX handlers are accessible without any form of authorization, meaning an unauthenticated attacker could potentially trigger them.

The absence of taint analysis results and vulnerability history data makes it difficult to assess past or potential complex attack vectors. However, the low percentage of properly escaped output (25%) is a notable concern. This suggests that user-supplied data may not be adequately sanitized before being displayed, potentially leading to Cross-Site Scripting (XSS) vulnerabilities. Given the direct exposure of AJAX handlers, an attacker could craft malicious inputs that, when processed by these handlers and outputted without proper escaping, could execute arbitrary JavaScript in the user's browser.

Overall, while the plugin avoids certain common pitfalls like raw SQL queries and bundled libraries, the critical oversight of unprotected AJAX handlers and insufficient output escaping creates a high-risk profile. The complete lack of security checks on the identified entry points is a primary concern that needs immediate attention. The plugin's security posture is currently weak due to these critical omissions.

Key Concerns

  • AJAX handlers without auth checks
  • Low output escaping percentage
  • No nonce checks on AJAX
  • No capability checks
Vulnerabilities
None known

WP Fast Search Security Vulnerabilities

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

WP Fast Search Code Analysis

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

Output Escaping

25% escaped16 total outputs
Attack Surface
2 unprotected

WP Fast Search Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_wpfs_get_post_titlesmain.php:18
noprivwp_ajax_wpfs_get_post_titlesmain.php:19
WordPress Hooks 1
actionwidgets_initmain.php:16
Maintenance & Trust

WP Fast Search Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.42
Last updatedJan 5, 2015
PHP min version
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

WP Fast Search Developer Profile

graemeboy

4 plugins · 80 total installs

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

How We Detect WP Fast Search

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-fast-search/style.css
Script Paths
/wp-content/plugins/wp-fast-search/wp-fast-search.js
Version Parameters
wp-fast-search/style.css?ver=wp-fast-search/wp-fast-search.js?ver=

HTML / DOM Fingerprints

CSS Classes
wpfs-resultswpfs-openwpfs-result-itemwpfs-selectedwpfs-results-wrapperwpfs-wrapperwpfs-inputwpfs-no-results
Data Attributes
data-index
JS Globals
wpfsAjaxUrlpostTitlessearchInputresultsLimitresultsresultsEasyIndex+5 more
REST Endpoints
/wp-json/wpfs/v1/search
FAQ

Frequently Asked Questions about WP Fast Search