Business-things Security & Risk Analysis

wordpress.org/plugins/biz-things

This adds a widget to your site that displays the hours of the business and whether it is currently open.

10 active installs v0.0.1 PHP + WP 4.4+ Updated Mar 31, 2016
business-hoursgoogle-places
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Business-things Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The plugin "biz-things" v0.0.1 presents a mixed security posture. On the positive side, the static analysis reveals a remarkably small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all SQL queries utilize prepared statements, indicating good practice in database interaction. The absence of any known vulnerabilities in its history is also a strong positive indicator.

However, significant concerns arise from the code signals. The presence of the `create_function` function is a major red flag, as it is deprecated and can lead to severe security vulnerabilities if not handled with extreme caution and sanitization, which is not evident here. The low rate of proper output escaping (33%) is another critical weakness, suggesting that data outputted to users might be vulnerable to Cross-Site Scripting (XSS) attacks. The lack of nonce checks and capability checks on any potential entry points (though none were found to exist, the absence of these checks in the code itself is a general concern) leaves it defenseless against CSRF and unauthorized actions if new entry points were introduced or if the current analysis missed something.

While the plugin has no recorded vulnerabilities, this could be due to its obscurity or the minimal code present. The identified code weaknesses, particularly `create_function` and poor output escaping, create a significant risk. A balanced conclusion is that while the plugin currently has no direct exploit paths due to its limited attack surface, the underlying code contains dangerous practices that could be exploited if the plugin were to grow or if its current state is overlooking potential issues.

Key Concerns

  • Use of deprecated and dangerous create_function
  • Low percentage of properly escaped output
  • No nonce checks in code
  • No capability checks in code
Vulnerabilities
None known

Business-things Security Vulnerabilities

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

Business-things Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("bizthings_widget");'));biz-things.php:122

Output Escaping

33% escaped15 total outputs
Attack Surface

Business-things Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_initbiz-things.php:16
actionadmin_menubiz-things.php:17
actionwidgets_initbiz-things.php:122
Maintenance & Trust

Business-things Maintenance & Trust

Maintenance Signals

WordPress version tested4.5.33
Last updatedMar 31, 2016
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Business-things Developer Profile

Gary Kovar

4 plugins · 40 total installs

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

How We Detect Business-things

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
bizthings_widget_plugin_box
FAQ

Frequently Asked Questions about Business-things