iCheckMovies Widget Security & Risk Analysis

wordpress.org/plugins/icheckmovies-widget

Looks cool to share your latest seen movies on your blog.

10 active installs v1.1 PHP + WP 3.0+ Updated Jan 14, 2012
icheckmoviesimdbmovieswidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is iCheckMovies Widget Safe to Use in 2026?

Generally Safe

Score 85/100

iCheckMovies Widget has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 14yr ago
Risk Assessment

The icheckmovies-widget plugin v1.1 presents a mixed security posture. On one hand, it exhibits excellent practices regarding database interactions, with all SQL queries utilizing prepared statements. The absence of known vulnerabilities (CVEs) in its history and the zero reported taint flows are also positive indicators, suggesting a generally stable and secure codebase in these areas. Furthermore, the plugin boasts a commendably small attack surface with no apparent AJAX handlers, REST API routes, shortcodes, or cron events exposed without checks, and no external HTTP requests are made.

However, significant security concerns arise from the static code analysis. The presence of the `create_function` function is a red flag, as it can be a source of injection vulnerabilities if user-supplied data is passed to it. More critically, a staggering 100% of its output is not properly escaped, which creates a high risk of Cross-Site Scripting (XSS) vulnerabilities. This means that any dynamic content rendered by the plugin could potentially be manipulated by an attacker to execute malicious scripts in a user's browser. The complete lack of nonce checks and capability checks, coupled with the absence of any taint analysis results, further amplifies these risks, as there are no built-in mechanisms to verify user intent or permissions for actions that might involve rendering dynamic content.

Key Concerns

  • 100% of output not properly escaped
  • Presence of dangerous function: create_function
  • 0 Nonce checks present
  • 0 Capability checks present
Vulnerabilities
None known

iCheckMovies Widget Security Vulnerabilities

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

iCheckMovies Widget Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'register_widget("ICheckMovies_Widget");' ) );magneto-icheckmovies.php:315

SQL Query Safety

100% prepared1 total queries

Output Escaping

0% escaped15 total outputs
Attack Surface

iCheckMovies Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initmagneto-icheckmovies.php:315
Maintenance & Trust

iCheckMovies Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedJan 14, 2012
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

iCheckMovies Widget Developer Profile

madalinoprea

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 iCheckMovies Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/icheckmovies-widget/icheckmovies-widget.css/wp-content/plugins/icheckmovies-widget/icheckmovies-widget.js
Version Parameters
icheckmovies-widget/icheckmovies-widget.css?ver=icheckmovies-widget/icheckmovies-widget.js?ver=

HTML / DOM Fingerprints

CSS Classes
side-widget
Data Attributes
data-icheckmovies-profile
JS Globals
icheckmovies
Shortcode Output
<aside class="side-widget">
FAQ

Frequently Asked Questions about iCheckMovies Widget