WP Admin Filter & Search Security & Risk Analysis

wordpress.org/plugins/wp-admin-filter-search

Extend inner WP search and filters functionality by custom fields and terms to the admin's post manager.

20 active installs v1.0 PHP + WP 1.0+ Updated Jul 28, 2016
custom-fieldsfilterpost-managersearchsorting
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Admin Filter & Search Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The "wp-admin-filter-search" v1.0 plugin exhibits a strong security posture based on the provided static analysis. There are no identified entry points into the plugin code that are unprotected, and the code signals indicate a cautious approach to handling data. Notably, all SQL queries utilize prepared statements, which significantly mitigates the risk of SQL injection vulnerabilities. The presence of nonce and capability checks, though limited in number, suggests an awareness of WordPress security best practices.

However, the static analysis does reveal areas for improvement, specifically concerning output escaping. With only 20% of identified outputs being properly escaped, there is a moderate risk of Cross-Site Scripting (XSS) vulnerabilities, particularly if user-supplied data is involved in these unescaped outputs. The absence of any taint analysis findings is positive, indicating no obvious routes for unsanitized data to reach sensitive functions within the analyzed code, but this might also be due to the limited scope of the analysis or the plugin's simplicity.

The plugin's vulnerability history is entirely clear, with zero recorded CVEs. This is a positive indicator of a well-maintained and secure codebase. The lack of past vulnerabilities, coupled with the current lack of critical findings in the static analysis, suggests that the developers are taking security seriously. Overall, "wp-admin-filter-search" v1.0 appears to be a relatively secure plugin, with its main area of concern being the potential for XSS due to insufficient output escaping.

Key Concerns

  • Insufficient output escaping
Vulnerabilities
None known

WP Admin Filter & Search Security Vulnerabilities

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

WP Admin Filter & Search Code Analysis

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

SQL Query Safety

100% prepared4 total queries

Output Escaping

20% escaped10 total outputs
Attack Surface

WP Admin Filter & Search Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionadmin_initmkg-ccolumns.php:15
actionadmin_menumkg-ccolumns.php:16
actionpre_get_postsmkg-ccolumns.php:38
filterposts_joinmkg-ccolumns.php:47
filterposts_wheremkg-ccolumns.php:48
filterposts_groupbymkg-ccolumns.php:49
Maintenance & Trust

WP Admin Filter & Search Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedJul 28, 2016
PHP min version
Downloads2K

Community Trust

Rating60/100
Number of ratings2
Active installs20
Developer Profile

WP Admin Filter & Search Developer Profile

makong

1 plugin · 20 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 Admin Filter & Search

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
mkg-ccolumnspressthis
Data Attributes
name="keys[<?= $pt?>][<?= $val->meta_key?>]"
FAQ

Frequently Asked Questions about WP Admin Filter & Search