Media Library Filter Security & Risk Analysis

wordpress.org/plugins/media-library-filter

Filter the media in your library by the taxonomies and terms with which they are associated.

100 active installs v1.0.12 PHP + WP 4.4+ Updated Jul 5, 2024
categoriescategoryfiltermedia-libraryterms
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Media Library Filter Safe to Use in 2026?

Generally Safe

Score 92/100

Media Library Filter has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The 'media-library-filter' plugin v1.0.12 exhibits a generally strong security posture based on the provided static analysis. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the plugin's attack surface, and crucially, there are no unprotected entry points identified. The code also demonstrates good practices by exclusively using prepared statements for all SQL queries and avoiding file operations and external HTTP requests. However, a notable concern is the lack of proper output escaping for two out of the three identified output points, which could potentially lead to cross-site scripting (XSS) vulnerabilities if the unfiltered outputs contain user-supplied or dynamic data. Additionally, the complete absence of nonce and capability checks across all entry points, while seemingly mitigated by the zero entry points, presents a risk if the plugin's functionality were to be extended or if the analysis missed an implicit entry point. The plugin's vulnerability history is clean, with no known CVEs, which is a positive indicator. Overall, while the limited attack surface and good SQL handling are commendable, the output escaping and lack of authorization checks are areas that warrant attention for a more robust security implementation.

Key Concerns

  • Unescaped output detected
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Media Library Filter Security Vulnerabilities

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

Media Library Filter Code Analysis

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

SQL Query Safety

100% prepared7 total queries

Output Escaping

67% escaped3 total outputs
Attack Surface

Media Library Filter Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_enqueue_scriptsmedia-library-filter.php:85
filterposts_joinmedia-library-filter.php:123
filterposts_groupbymedia-library-filter.php:166
actionrestrict_manage_postsmedia-library-filter.php:198
Maintenance & Trust

Media Library Filter Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedJul 5, 2024
PHP min version
Downloads8K

Community Trust

Rating46/100
Number of ratings3
Active installs100
Developer Profile

Media Library Filter Developer Profile

datafeedr

6 plugins · 23K total installs

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

How We Detect Media Library Filter

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/media-library-filter/js/mlf.js
Script Paths
/wp-content/plugins/media-library-filter/js/mlf.js
Version Parameters
media-library-filter/js/mlf.js?ver=

HTML / DOM Fingerprints

CSS Classes
mlf_taxonomy_ddmlf_term_dd
Data Attributes
id="mlf_taxonomy_dd"id="mlf_term_dd"
FAQ

Frequently Asked Questions about Media Library Filter