Business Block Widget Security & Risk Analysis

wordpress.org/plugins/business-block-widget

Create widgets to display business contact information.

10 active installs v1.4 PHP + WP 2.8+ Updated Feb 12, 2011
addressbusinessphonewidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Business Block Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

The business-block-widget plugin version 1.4 exhibits a mixed security posture. On the positive side, it demonstrates strong practices in preventing SQL injection by exclusively using prepared statements. The absence of known CVEs and a clean vulnerability history suggest a potentially stable and well-maintained codebase in terms of past security issues.

However, significant concerns arise from the static analysis. The most critical finding is the use of the `create_function` function, which is known to be a security risk due to its ability to execute arbitrary code. Furthermore, the complete lack of output escaping across all 114 identified output points is a major vulnerability, leaving the plugin susceptible to Cross-Site Scripting (XSS) attacks. The absence of nonce and capability checks on entry points, while the attack surface is currently zero, indicates a lack of defensive programming that could become problematic if new entry points are introduced in future versions without proper security considerations.

In conclusion, while the plugin has a clean vulnerability history and good SQL practices, the presence of `create_function` and pervasive lack of output escaping represent critical security weaknesses. These issues require immediate attention to mitigate the risk of XSS and potential code execution vulnerabilities.

Key Concerns

  • Use of dangerous function create_function
  • No output escaping
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Business Block Widget Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Business Block Widget Release Timeline

v1.4Current
v1.3
Code Analysis
Analyzed Apr 16, 2026

Business Block Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
114
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('', 'return register_widget("BusinessBlockWidget");'));business-block-widget.php:320

Output Escaping

0% escaped114 total outputs
Attack Surface

Business Block Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_menubusiness-block-widget.php:60
actionadmin_initbusiness-block-widget.php:61
filterplugin_action_linksbusiness-block-widget.php:62
actionwidgets_initbusiness-block-widget.php:320
Maintenance & Trust

Business Block Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedFeb 12, 2011
PHP min version
Downloads5K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Business Block Widget Developer Profile

GrandSlambert

8 plugins · 180 total installs

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

How We Detect Business Block Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/business-block-widget/css/style.css/wp-content/plugins/business-block-widget/js/script.js
Script Paths
/wp-content/plugins/business-block-widget/js/script.js
Version Parameters
business-block-widget/css/style.css?ver=business-block-widget/js/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
business-block-widget
Data Attributes
data-targetdata-link-titledata-link-textdata-email-text
JS Globals
businessBlockWidget
FAQ

Frequently Asked Questions about Business Block Widget