Category Search Security & Risk Analysis

wordpress.org/plugins/category-search

Category Search adds the option to display category names in search results. Useful when you have a lot of categories.

30 active installs v1.0.2 PHP + WP 2.0+ Updated Dec 22, 2014
categoriescategorysearch
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Category Search Safe to Use in 2026?

Generally Safe

Score 85/100

Category 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 'category-search' plugin version 1.0.2 exhibits a strong security posture in several key areas based on the static analysis. It demonstrates excellent practices by having no dangerous functions, using prepared statements for all SQL queries, and avoiding file operations and external HTTP requests. Furthermore, the absence of known vulnerabilities in its history suggests a developer that has historically prioritized security.

However, there are significant concerns regarding output escaping. With 2 total outputs and 0% properly escaped, this indicates a high likelihood of Cross-Site Scripting (XSS) vulnerabilities. Any data displayed to users, especially if it originates from user input or external sources, is vulnerable to malicious injection. The complete lack of any identified entry points (AJAX, REST API, shortcodes, cron events) is unusual and could mean the plugin has no user-facing functionality or that the analysis might have missed potential interaction points. The absence of nonce and capability checks further exacerbates the output escaping issue, as there are no mechanisms to prevent unauthorized execution or manipulation of any potential interactions.

In conclusion, while the plugin avoids common pitfalls like raw SQL and dangerous functions, the severe lack of output escaping is a critical security flaw. This weakness, combined with the absence of authorization checks on any potential (though currently undetected) entry points, makes the plugin susceptible to XSS attacks. The zero vulnerability history is a positive sign, but it doesn't mitigate the present and demonstrable risk in the code's output handling.

Key Concerns

  • Unescaped output found
  • No capability checks
  • No nonce checks
Vulnerabilities
None known

Category Search Security Vulnerabilities

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

Category Search Code Analysis

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

Output Escaping

0% escaped2 total outputs
Attack Surface

Category Search Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menucategory-search.php:33
Maintenance & Trust

Category Search Maintenance & Trust

Maintenance Signals

WordPress version tested4.2.39
Last updatedDec 22, 2014
PHP min version
Downloads8K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

Category Search Developer Profile

Vladimir Prelovac

20 plugins · 1.0M total installs

70
trust score
Avg Security Score
87/100
Avg Patch Time
2577 days
View full developer profile
Detection Fingerprints

How We Detect Category Search

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/category-search/i/home.png/wp-content/plugins/category-search/i/idea.png/wp-content/plugins/category-search/i/more.png/wp-content/plugins/category-search/i/p1.png/wp-content/plugins/category-search/i/help.png

HTML / DOM Fingerprints

CSS Classes
cat-search-menucat-search-item
Shortcode Output
<div class='cat-search-menu'><strong>Matching Categories</strong><br><ul><li class="cat-search-item"></li></ul></div>
FAQ

Frequently Asked Questions about Category Search