
Find Posts Using Attachment Security & Risk Analysis
wordpress.org/plugins/find-posts-using-attachmentAllows to find all posts where a particular attachment is used.
Is Find Posts Using Attachment Safe to Use in 2026?
Generally Safe
Score 85/100Find Posts Using Attachment has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
Based on the provided static analysis, the "find-posts-using-attachment" v1.0 plugin exhibits a generally strong security posture. The plugin has no identified CVEs in its history and demonstrates good practices by not utilizing dangerous functions, avoiding raw SQL queries in favor of prepared statements, and having no external HTTP requests or file operations. The attack surface is zero, meaning there are no direct entry points like AJAX handlers, REST API routes, or shortcodes, which significantly reduces the potential for exploitation.
However, there are a couple of areas that warrant attention. The static analysis reports one output that is not properly escaped. While the taint analysis shows no unsanitized paths, unescaped output can still lead to cross-site scripting (XSS) vulnerabilities if user-supplied data is reflected directly in the output without sanitization. Additionally, the plugin has one capability check but no nonce checks are identified. While the lack of direct entry points mitigates the risk of direct nonce bypass, the absence of nonce checks on any potential (even if not immediately apparent) administrative actions could be a weakness if the plugin were to evolve or if unexpected interactions occurred.
Overall, the plugin is in a good state, with the primary concern being the unescaped output. The absence of historical vulnerabilities and a minimal attack surface are significant strengths. The lack of identified taint flows and dangerous functions further bolsters its security. The recommendations would be to address the unescaped output to prevent potential XSS and to consider implementing nonce checks if any administrative functionalities are present or planned.
Key Concerns
- Unescaped output found
Find Posts Using Attachment Security Vulnerabilities
Find Posts Using Attachment Code Analysis
Output Escaping
Find Posts Using Attachment Attack Surface
WordPress Hooks 4
Maintenance & Trust
Find Posts Using Attachment Maintenance & Trust
Maintenance Signals
Community Trust
Find Posts Using Attachment Alternatives
Disable Media Permalink by Hardweb.it
disable-media-permalink-by-hardweb-it
Completely disable the Media Permalink generated by WP.
WP Attachment Export
wp-attachment-export
Exports only posts of type 'attachment', i.e. your media library
Recent & Featured Posts Widget
recent-featured-posts-widget
Display recent posts or manually selected posts with thumbnail images. Show the excerpt directly on the page or as a dropdown.
Gallery Widget
gallery-widget
Simple widget to show the latest/random images of the WordPress media library as a Widget, using a shortcode or directly with a php-function.
Automatic Featured Image Posts
automatic-featured-image-posts
Automatic Featured Image Posts creates a new post with a Featured Image every time an image is uploaded.
Find Posts Using Attachment Developer Profile
23 plugins · 313K total installs
How We Detect Find Posts Using Attachment
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
<strong></strong>, <br />(as Featured Image and in content)