Search Box Security & Risk Analysis

wordpress.org/plugins/search-box

Animated search form with Pure CSS3, replace search form with custom CSS styles.

80 active installs v1.0.1 PHP + WP 5.0+ Updated Mar 26, 2021
search-form
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Search Box Safe to Use in 2026?

Generally Safe

Score 85/100

Search Box 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 'search-box' plugin v1.0.1 exhibits a mixed security posture. On the positive side, the plugin has no recorded vulnerabilities (CVEs) and avoids dangerous functions, raw SQL queries, file operations, and external HTTP requests. This suggests a generally careful approach to development in these critical areas.

However, significant concerns arise from the static analysis. The plugin lacks nonce checks and capability checks, which are crucial for preventing cross-site request forgery (CSRF) and unauthorized access, especially given the presence of shortcodes that can serve as entry points. While the attack surface is small (2 shortcodes) and no AJAX/REST API routes were found without authentication, the absence of these security mechanisms for shortcodes is a notable weakness.

Taint analysis also reveals flows with unsanitized paths, although they are not flagged as critical or high severity. The 55% proper output escaping rate means a substantial portion of outputs are not adequately sanitized, potentially leading to cross-site scripting (XSS) vulnerabilities. The vulnerability history being clean is a good sign, but the code-level issues identified in the static analysis could present future risks if not addressed. Overall, the plugin has some good development practices but requires immediate attention to its lack of nonce/capability checks and insufficient output escaping.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
  • Insufficient output escaping (45% not escaped)
  • Taint flows with unsanitized paths
Vulnerabilities
None known

Search Box Security Vulnerabilities

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

Search Box Code Analysis

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

Output Escaping

55% escaped29 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
search_box_add_admin (inc\options.php:227)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Search Box Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[search_box] search-box.php:79
[search-box] search-box.php:80
WordPress Hooks 5
actionadmin_menuinc\options.php:226
actioninitsearch-box.php:19
actionwp_enqueue_scriptssearch-box.php:25
actionadmin_enqueue_scriptssearch-box.php:39
filterget_search_formsearch-box.php:45
Maintenance & Trust

Search Box Maintenance & Trust

Maintenance Signals

WordPress version tested5.7.15
Last updatedMar 26, 2021
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs80
Developer Profile

Search Box Developer Profile

HooThemes

6 plugins · 600 total installs

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

How We Detect Search Box

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

Asset Fingerprints

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

HTML / DOM Fingerprints

CSS Classes
text_input
Data Attributes
id="search-box-wrap"id="search-box-searchform"class="text_input"
Shortcode Output
<div class="style_1" id="search-box-wrap"><form role="search"method="get" id="search-box-searchform"<input id="s" name="s" type="text"
FAQ

Frequently Asked Questions about Search Box