Widget Pack Security & Risk Analysis

wordpress.org/plugins/ts-widget-pack

Widget Pack is a WordPress plugin that enables essential, yet powerful features for your website.

300 active installs v1.2 PHP + WP 4.0+ Updated Jun 27, 2016
call-to-action-widgetlist-authorsoembedpage-treepreview-post-widget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Widget Pack Safe to Use in 2026?

Generally Safe

Score 85/100

Widget Pack 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 "ts-widget-pack" v1.2 plugin exhibits a mixed security posture. On the positive side, there are no known CVEs, no raw SQL queries, and no file operations or external HTTP requests, suggesting a potentially clean codebase in these areas. The complete absence of attack surface points like AJAX handlers, REST API routes, shortcodes, and cron events is also a strong indicator of reduced exposure. However, significant concerns arise from the static analysis. The presence of six instances of the `create_function` is a critical red flag, as this function is deprecated and considered a security risk due to its ability to execute arbitrary code. Furthermore, the alarmingly low rate of proper output escaping (only 9%) suggests a high likelihood of cross-site scripting (XSS) vulnerabilities, where user-supplied data might be rendered without sanitization. The lack of nonce and capability checks on all entry points (though the attack surface is zero), if any were present, would further exacerbate these risks.

Given the complete lack of vulnerability history, it's difficult to definitively assess long-term maintenance and security diligence. This could indicate either a historically secure plugin or a lack of historical security scrutiny. The current static analysis, however, highlights critical weaknesses in code execution and output sanitization that pose immediate risks. The use of `create_function` is a severe concern that should be addressed immediately, and the poor output escaping practices necessitate thorough review and remediation to prevent XSS attacks. The absence of known vulnerabilities is positive, but it does not negate the serious security flaws identified in the current code.

Key Concerns

  • Dangerous function create_function usage
  • Low percentage of properly escaped output
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Widget Pack Security Vulnerabilities

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

Widget Pack Code Analysis

Dangerous Functions
6
Raw SQL Queries
0
0 prepared
Unescaped Output
84
8 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( "ts_widgets_call_to_action" );' )widgets\call-to-action.php:13
create_functionadd_action( 'widgets_init', create_function( '', 'register_widget( "ts_widgets_list_authors" );' ) )widgets\list-authors.php:13
create_functionadd_action( 'widgets_init', create_function( '', 'register_widget( "ts_widgets_oembed" );' ) );widgets\oembed.php:13
create_functionadd_action( 'widgets_init', create_function( '', 'register_widget( "ts_widgets_page_tree" );' ) );widgets\page-tree.php:13
create_functionadd_action( 'widgets_init', create_function( '', 'register_widget( "ts_widgets_preview_post" );' ) )widgets\preview-post.php:13
create_functionadd_action( 'widgets_init', create_function( '', 'register_widget( "ts_widgets_social_icons" );' ) )widgets\social-icons.php:13

Output Escaping

9% escaped92 total outputs
Attack Surface

Widget Pack Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 8
actionwp_enqueue_scriptsts-widget-pack.php:41
filterplugin_row_metats-widget-pack.php:61
actionwidgets_initwidgets\call-to-action.php:13
actionwidgets_initwidgets\list-authors.php:13
actionwidgets_initwidgets\oembed.php:13
actionwidgets_initwidgets\page-tree.php:13
actionwidgets_initwidgets\preview-post.php:13
actionwidgets_initwidgets\social-icons.php:13
Maintenance & Trust

Widget Pack Maintenance & Trust

Maintenance Signals

WordPress version tested4.2.39
Last updatedJun 27, 2016
PHP min version
Downloads24K

Community Trust

Rating100/100
Number of ratings3
Active installs300
Developer Profile

Widget Pack Developer Profile

Slobodan Manic

5 plugins · 2K total installs

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

How We Detect Widget Pack

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/ts-widget-pack/css/ts-widget-pack.css/wp-content/plugins/ts-widget-pack/css/ts-widget-pack.min.css/wp-content/plugins/ts-widget-pack/js/ts-widget-pack.js/wp-content/plugins/ts-widget-pack/js/ts-widget-pack.min.js
Script Paths
/wp-content/plugins/ts-widget-pack/js/ts-widget-pack.js/wp-content/plugins/ts-widget-pack/js/ts-widget-pack.min.js
Version Parameters
ts-widget-pack?ver=ts-widget-pack.css?ver=ts-widget-pack.min.css?ver=ts-widget-pack.js?ver=ts-widget-pack.min.js?ver=

HTML / DOM Fingerprints

CSS Classes
ts-widget-pack-call-to-actionts-widget-pack-page-treets-widget-pack-list-authorsts-widget-pack-preview-postts-widget-pack-social-iconsts-widget-pack-oembed
Data Attributes
data-ts-widget-pack
FAQ

Frequently Asked Questions about Widget Pack