Wp Loop Security & Risk Analysis

wordpress.org/plugins/wp-loop

Creates a Widget to display a Masonry, Infinite scroll, filterable loop of posts or whatever custom post type you have. Includes 1-20 columns layout.

30 active installs v1.2.2 PHP + WP 4.3+ Updated Jun 10, 2016
columnsgridloopmasonrywoocommerce-masonry
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Wp Loop Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The "wp-loop" v1.2.2 plugin exhibits a generally strong security posture with a very limited attack surface and no recorded vulnerabilities or CVEs. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly reduces the potential entry points for attackers. Furthermore, all SQL queries are properly prepared, and there are no file operations or external HTTP requests, which are common sources of security flaws. This indicates a thoughtful approach to development, focusing on secure coding practices.

However, the presence of the `create_function` dangerous function is a significant concern. While not directly exploitable in this version due to the lack of other vulnerabilities and a limited attack surface, `create_function` is deprecated and can lead to severe security issues if its output is controlled by an attacker. The low percentage of properly escaped output (38%) also presents a potential risk, as it suggests that some data displayed to users might not be adequately protected against cross-site scripting (XSS) attacks. The lack of any capability checks or nonce checks across the identified entry points, though currently benign due to the absence of those entry points, would be a critical oversight if any were introduced in future versions without proper security measures.

Given the absence of known vulnerabilities and the minimal attack surface, the immediate risk is low. The plugin has a clean history, implying good maintenance and secure development. The strengths lie in its limited scope and secure handling of core WordPress features like SQL and API integrations. The weaknesses, however, are notable and require attention for future development: the use of `create_function` and the insufficient output escaping. Addressing these would further solidify the plugin's security.

Key Concerns

  • Dangerous function `create_function` used
  • Low percentage of properly escaped output
  • No nonce checks detected
  • No capability checks detected
Vulnerabilities
None known

Wp Loop Security Vulnerabilities

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

Wp Loop Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'register_widget("WpLoop");' ) );wp-loop.php:422

Output Escaping

38% escaped144 total outputs
Attack Surface

Wp Loop Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 9
actioninitwp-loop.php:59
actionadmin_print_styleswp-loop.php:76
actionadmin_enqueue_scriptswp-loop.php:77
actionwp_enqueue_scriptswp-loop.php:80
actionwp_enqueue_scriptswp-loop.php:81
actionsave_postwp-loop.php:84
actiondeleted_postwp-loop.php:85
actionswitch_themewp-loop.php:86
actionwidgets_initwp-loop.php:422
Maintenance & Trust

Wp Loop Maintenance & Trust

Maintenance Signals

WordPress version tested4.5.33
Last updatedJun 10, 2016
PHP min version
Downloads5K

Community Trust

Rating100/100
Number of ratings2
Active installs30
Developer Profile

Wp Loop Developer Profile

mimo

8 plugins · 910 total installs

85
trust score
Avg Security Score
87/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Wp Loop

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-loop/assets/css/style.css/wp-content/plugins/wp-loop/assets/css/magnific-popup.css/wp-content/plugins/wp-loop/assets/js/wploop.js/wp-content/plugins/wp-loop/assets/js/jquery.isotope.min.js/wp-content/plugins/wp-loop/assets/js/jquery.magnific-popup.min.js/wp-content/plugins/wp-loop/assets/js/wploop-admin.js
Script Paths
/wp-content/plugins/wp-loop/assets/js/wploop.js/wp-content/plugins/wp-loop/assets/js/jquery.isotope.min.js/wp-content/plugins/wp-loop/assets/js/jquery.magnific-popup.min.js/wp-content/plugins/wp-loop/assets/js/wploop-admin.js
Version Parameters
/wp-content/plugins/wp-loop/assets/css/style.css?ver=/wp-content/plugins/wp-loop/assets/css/magnific-popup.css?ver=/wp-content/plugins/wp-loop/assets/js/wploop.js?ver=/wp-content/plugins/wp-loop/assets/js/jquery.isotope.min.js?ver=/wp-content/plugins/wp-loop/assets/js/jquery.magnific-popup.min.js?ver=/wp-content/plugins/wp-loop/assets/js/wploop-admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
wploop-classwploop-containerwploop-single-post-wrapwploop-post-imgwploop-img-holderwploop-img-overlaywploop-title-holderwploop-title+11 more
Data Attributes
data-iddata-columnsdata-posttypedata-offsetdata-imagesizedata-exclude+13 more
JS Globals
wploop_vars
Shortcode Output
[wploop][wploop id=[wploop title=[wploop columns=
FAQ

Frequently Asked Questions about Wp Loop