Iframe plus GET Parameters Security & Risk Analysis

wordpress.org/plugins/iframe-plus-get-parameters

Passes GET parameters to iframes.

10 active installs v1.0.2 PHP 5.6+ WP 5.4.12+ Updated Apr 26, 2023
php-_get-variablesquery-stringurl-get-paramsurl-parameters
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Iframe plus GET Parameters Safe to Use in 2026?

Generally Safe

Score 85/100

Iframe plus GET Parameters has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2yr ago
Risk Assessment

The "iframe-plus-get-parameters" plugin v1.0.2 exhibits a generally strong security posture based on the provided static analysis and vulnerability history. The code demonstrates good practices by utilizing prepared statements for all SQL queries and properly escaping all identified output. Crucially, there are no critical or high severity taint flows, and the absence of dangerous function calls, file operations, and external HTTP requests further reduces the attack surface. The plugin also has a clean vulnerability history with no recorded CVEs, suggesting consistent security development and maintenance.

Despite the positive findings, a minor concern arises from the lack of explicit nonce checks and capability checks on its single shortcode entry point. While the static analysis did not detect any unsanitized paths or unprotected entry points, the absence of these standard WordPress security mechanisms for shortcodes means that, in certain contexts or if the shortcode's functionality were to change, it could potentially be susceptible to CSRF attacks if it performs sensitive actions. However, given the limited attack surface (only one shortcode) and the lack of detected dangerous functions, the immediate risk is assessed as low. Overall, the plugin is secure in its current state, but implementing nonce and capability checks on the shortcode would further enhance its resilience against potential future threats.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Iframe plus GET Parameters Security Vulnerabilities

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

Iframe plus GET Parameters Code Analysis

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

Output Escaping

100% escaped3 total outputs
Attack Surface

Iframe plus GET Parameters Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[iframex] _.iframex.php:96
WordPress Hooks 3
filterplugin_row_metarow_meta.php:38
actionwp_enqueue_scriptswp_enqueue_scripts.php:29
actionadmin_enqueue_scriptswp_enqueue_scripts.php:30
Maintenance & Trust

Iframe plus GET Parameters Maintenance & Trust

Maintenance Signals

WordPress version tested6.2.9
Last updatedApr 26, 2023
PHP min version5.6
Downloads871

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Iframe plus GET Parameters Developer Profile

Tron

2 plugins · 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 Iframe plus GET Parameters

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/iframe-plus-get-parameters/assets/js/wpp.js
Script Paths
/wp-content/plugins/iframe-plus-get-parameters/assets/js/wpp.js
Version Parameters
iframe-plus-get-parameters/asets/js/wpp.js?ver=1.0.0

HTML / DOM Fingerprints

Data Attributes
name='myIframe'id='myIframe'
JS Globals
jQuery
Shortcode Output
<iframe src='' name='myIframe' id='myIframe' width='' height='' frameborder='
FAQ

Frequently Asked Questions about Iframe plus GET Parameters