Media Used Search Security & Risk Analysis

wordpress.org/plugins/media-used-search

If you are using a custom field associated with the post to image, to view the post that you are using the media list.

10 active installs v1.0.0 PHP + WP 3.4+ Updated May 7, 2015
adminimagelistmediaposts
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Media Used Search Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The "media-used-search" plugin v1.0.0 exhibits a mixed security posture. On the positive side, it has a very small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events. The absence of file operations and external HTTP requests is also a good sign. Furthermore, the vulnerability history is clean, with no known CVEs, suggesting a relatively stable past.

However, the code analysis reveals significant concerns. A critical weakness is the complete lack of capability checks, meaning any user, regardless of their role, could potentially interact with functionalities that might have underlying security implications, even if not immediately apparent from the limited entry points. The static analysis also flags that 100% of the identified SQL queries are not using prepared statements, which is a serious vulnerability that could lead to SQL injection attacks. Only 10% of output escaping is properly done, leaving a high risk of Cross-Site Scripting (XSS) vulnerabilities when data is displayed to users.

While the plugin has no known historical vulnerabilities and a minimal attack surface, the identified code-level weaknesses in handling SQL and output escaping present a substantial risk. The absence of capability checks is a fundamental security oversight. Therefore, despite the lack of historical exploits and a small attack surface, the current implementation has critical flaws that need immediate attention. The plugin is not recommended for production use in its current state without significant code remediation.

Key Concerns

  • No capability checks implemented
  • 100% of SQL queries not using prepared statements
  • Only 10% of output escaping properly done
Vulnerabilities
None known

Media Used Search Security Vulnerabilities

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

Media Used Search Code Analysis

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

SQL Query Safety

0% prepared3 total queries

Output Escaping

10% escaped21 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
admin_init (media-used-search.php:151)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Media Used Search Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 8
actionplugins_loadedmedia-used-search.php:43
filterplugin_action_linksmedia-used-search.php:44
filterpre_get_postsmedia-used-search.php:46
filtermanage_media_columnsmedia-used-search.php:47
actionmanage_media_custom_columnmedia-used-search.php:48
actionadmin_menumedia-used-search.php:51
actionadmin_initmedia-used-search.php:52
filterposts_wheremedia-used-search.php:239
Maintenance & Trust

Media Used Search Maintenance & Trust

Maintenance Signals

WordPress version tested4.2.39
Last updatedMay 7, 2015
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Media Used Search Developer Profile

iga-ryo

1 plugin · 10 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 Used Search

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/media-used-search/css/mus-admin.css/wp-content/plugins/media-used-search/js/mus-admin.js

HTML / DOM Fingerprints

CSS Classes
mus_admin_wrap
Data Attributes
data-mus-used-posts
JS Globals
MediaUsedSearch
FAQ

Frequently Asked Questions about Media Used Search