Super Search – Custom Post Types Security & Risk Analysis

wordpress.org/plugins/eps-super-search

Super Search is a customizable widget which allows you to create search forms for custom post types.

200 active installs v1.0.0 PHP + WP 3.0.1+ Updated Mar 1, 2015
custom-post-typescustom-post-types-searchsearchsearch-widgetwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Super Search – Custom Post Types Safe to Use in 2026?

Generally Safe

Score 85/100

Super Search – Custom Post Types 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 "eps-super-search" v1.0.0 plugin exhibits a mixed security posture. On the positive side, the static analysis reveals no AJAX handlers, REST API routes, shortcodes, or cron events, resulting in a zero attack surface with no unprotected entry points. Furthermore, all SQL queries are properly handled with prepared statements, and there are no file operations or external HTTP requests, all of which are strong security indicators. However, the presence of one instance of the `create_function` dangerous function is a significant concern, as it can be exploited for code execution. The 57% rate of properly escaped output, while not critically low, suggests a potential for cross-site scripting (XSS) vulnerabilities if the unescaped outputs are user-controlled. The plugin's vulnerability history is clean, with no known CVEs, which is a positive sign. This suggests that, despite the code-level risks, the plugin has not yet been publicly exploited or discovered to have significant vulnerabilities. The absence of any taint analysis results is also noteworthy, though this could simply mean no such flows were detected by the tool rather than a guarantee of their absence. In conclusion, while the plugin has a minimal attack surface and good practices in areas like SQL handling, the use of `create_function` and a less than perfect output escaping rate present tangible risks that should be addressed.

Key Concerns

  • Use of dangerous function: create_function
  • Incomplete output escaping (57% proper)
Vulnerabilities
None known

Super Search – Custom Post Types Security Vulnerabilities

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

Super Search – Custom Post Types Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("EPS_Super_Search_Widget");')widget.super_search.php:166

Output Escaping

57% escaped44 total outputs
Attack Surface

Super Search – Custom Post Types Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
filtertemplate_includewidget.super_search.php:8
filterpre_get_postswidget.super_search.php:9
actionwp_footerwidget.super_search.php:87
actionwidgets_initwidget.super_search.php:166
Maintenance & Trust

Super Search – Custom Post Types Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.0
Last updatedMar 1, 2015
PHP min version
Downloads7K

Community Trust

Rating94/100
Number of ratings10
Active installs200
Developer Profile

Super Search – Custom Post Types Developer Profile

eggplantstudios

3 plugins · 220 total installs

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

How We Detect Super Search – Custom Post Types

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/eps-super-search/templates/admin.php/wp-content/plugins/eps-super-search/templates/widget.php

HTML / DOM Fingerprints

CSS Classes
EPS_Super_Search_Widget
Data Attributes
data-posttype
JS Globals
jQuery
FAQ

Frequently Asked Questions about Super Search – Custom Post Types