Media Filter Security & Risk Analysis

wordpress.org/plugins/media-filter

Filter media files by author.

40 active installs v0.1.2 PHP + WP 3.8+ Updated Apr 16, 2014
authorfiltermedia
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Media Filter Safe to Use in 2026?

Generally Safe

Score 85/100

Media Filter 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 media-filter plugin v0.1.2 demonstrates a generally good security posture based on the provided static analysis. The plugin has a minimal attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events. Importantly, there are no unprotected entry points detected. The code also shows a commitment to secure database practices with all SQL queries utilizing prepared statements. File operations and external HTTP requests are absent, further reducing potential attack vectors.

However, the analysis does reveal areas for concern. A significant portion of output (71%) is not properly escaped, presenting a risk of Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is not sanitized before being displayed. Furthermore, the complete absence of nonce checks and capability checks on any potential entry points is a major oversight. While the current static analysis shows no unprotected entry points, this lack of built-in security mechanisms means that if any entry points were inadvertently introduced or discovered, they would be highly vulnerable.

The vulnerability history for this plugin is clean, with no recorded CVEs. This is a positive indicator, suggesting a lack of historical security issues. Combined with the absence of taint flows and dangerous functions, this points to a potentially well-developed plugin. However, the lack of security checks like nonces and capability checks is a foundational weakness that could be exploited if a new vulnerability were introduced or an existing one remained unnoticed due to limited testing scope. Therefore, while the current state is favorable, proactive implementation of robust security checks is recommended.

Key Concerns

  • Significant amount of unescaped output
  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

Media Filter Security Vulnerabilities

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

Media Filter Code Analysis

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

SQL Query Safety

100% prepared2 total queries

Output Escaping

29% escaped7 total outputs
Attack Surface

Media Filter Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
actionplugins_loadedmedia-filter.php:29
filtermanage_media_columnsmedia-filter.php:44
filtermanage_media_custom_columnmedia-filter.php:45
filtermanage_upload_sortable_columnsmedia-filter.php:46
filterpost_mime_typesmedia-filter.php:49
filterviews_uploadmedia-filter.php:52
actionadmin_footermedia-filter.php:202
Maintenance & Trust

Media Filter Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedApr 16, 2014
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings3
Active installs40
Developer Profile

Media Filter Developer Profile

Sami Keijonen

5 plugins · 230 total installs

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

How We Detect Media Filter

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

Asset Fingerprints

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Media Filter