
Embed Iframe Security & Risk Analysis
wordpress.org/plugins/embed-iframeAllows the insertion of code to display an external webpage within an iframe.
Is Embed Iframe Safe to Use in 2026?
Generally Safe
Score 85/100Embed Iframe has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The "embed-iframe" v1.2 plugin exhibits a generally strong security posture based on the provided static analysis. It has no known vulnerabilities (CVEs) and no recorded critical or high-severity issues in its history. The code analysis reveals a complete absence of dangerous functions, file operations, and external HTTP requests, which are common vectors for exploitation. Furthermore, all SQL queries utilize prepared statements, and there are no identified taint flows, indicating a good effort to prevent common injection attacks.
However, there are notable areas for improvement. The plugin has zero capability checks and zero nonce checks across all of its entry points (AJAX handlers, REST API routes, shortcodes, cron events). This means that any of these entry points, if they were to exist, would be entirely unprotected against unauthorized access or manipulation. Additionally, while a majority of output escaping is proper (67%), there is still a portion that is not, which could lead to cross-site scripting (XSS) vulnerabilities if user-supplied data is involved in the unescaped outputs. The lack of any identified attack surface is unusual, and if this is genuinely the case, it implies the plugin has no direct user-facing interaction points, which is a positive, but the absence of security checks on *potential* entry points is a significant concern.
In conclusion, the plugin's clean vulnerability history and good practices in SQL and external requests are commendable. However, the complete absence of capability and nonce checks on all its entry points presents a significant security gap. The unescaped output is a medium concern. The overall security is good, but the lack of fundamental access control checks is a weakness that could be exploited if new entry points are introduced or if the analysis missed something.
Key Concerns
- No capability checks on entry points
- No nonce checks on entry points
- Unescaped output present
Embed Iframe Security Vulnerabilities
Embed Iframe Code Analysis
Output Escaping
Embed Iframe Attack Surface
WordPress Hooks 3
Maintenance & Trust
Embed Iframe Maintenance & Trust
Maintenance Signals
Community Trust
Embed Iframe Alternatives
PageView
pageview
Insert an iframe and display an external website directly in a post using just a shortcode.
Widget Pack
ts-widget-pack
Widget Pack is a WordPress plugin that enables essential, yet powerful features for your website.
Embed Post
embed-post
Embed a Post within another Post or Page using [embed_post] shortcode.
Custom IFrame Widget
custom-iframe-widget
A Custom IFrame Widget, You can use it in page, post or in widget
Embed Charts
embed-charts
Easily embed TradingView charts in Wordpress from just the link.
Embed Iframe Developer Profile
15 plugins · 4K total installs
How We Detect Embed Iframe
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
<iframe src="" width="" height="" frameborder="0" scrolling="auto" seamless="seamless" allowfullscreen="allowfullscreen"></iframe>