WP-AddonChat Security & Risk Analysis

wordpress.org/plugins/wp-addonchat

WP-AddonChat provides an easy and quick way to integrate AddonInteractive's AddonChat software into your WordPress install.

10 active installs v2.0.0 PHP + WP 2.9+ Updated Apr 1, 2011
adminchatpagepostwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP-AddonChat Safe to Use in 2026?

Generally Safe

Score 85/100

WP-AddonChat 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 wp-addonchat plugin v2.0.0 exhibits a mixed security posture. On one hand, it demonstrates good practices by utilizing prepared statements for all SQL queries and having no known historical vulnerabilities. It also has a very small attack surface, with only one entry point and no unprotected handlers. However, several concerning code signals and taint analysis results indicate potential weaknesses.

The use of the deprecated `create_function` is a significant security risk, as it can be exploited to execute arbitrary PHP code. Furthermore, 50% of output escaping is a considerable concern; improperly escaped output can lead to Cross-Site Scripting (XSS) vulnerabilities. The taint analysis reveals two high-severity flows with unsanitized paths, strongly suggesting potential for injection attacks, particularly if user-supplied data is involved in these flows without proper sanitization before use. The lack of capability checks for any entry points, while the attack surface is small, still represents a missed security control.

While the plugin has no recorded CVEs, this does not guarantee its security, especially given the identified code signals and taint analysis findings. The absence of vulnerabilities in its history might be due to limited security auditing or an older development cycle. The critical need to address the `create_function` usage and the high-severity taint flows, along with improving output escaping, should be the primary focus for improving this plugin's security.

Key Concerns

  • Use of create_function
  • High severity taint flows (2)
  • 50% of outputs not properly escaped
  • No capability checks
Vulnerabilities
None known

WP-AddonChat Security Vulnerabilities

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

WP-AddonChat Release Timeline

v2.0.0Current
v1.0.1
v1.0.0
Code Analysis
Analyzed Apr 16, 2026

WP-AddonChat Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'register_widget("AddonChat_Whos_Chatting_Widget");')widget/wp-addonchat-widget.php:66

SQL Query Safety

100% prepared2 total queries

Output Escaping

50% escaped58 total outputs
Data Flows · Security
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
processAdministrativeActions (wp-addonchat.php:150)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP-AddonChat Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[addonchat] wp-addonchat.php:110
WordPress Hooks 4
actionwidgets_initwidget/wp-addonchat-widget.php:66
actionadmin_initwp-addonchat.php:100
actionadmin_menuwp-addonchat.php:101
actionparse_requestwp-addonchat.php:102
Maintenance & Trust

WP-AddonChat Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedApr 1, 2011
PHP min version
Downloads12K

Community Trust

Rating20/100
Number of ratings1
Active installs10
Developer Profile

WP-AddonChat Developer Profile

nickohrn

14 plugins · 780 total installs

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

How We Detect WP-AddonChat

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-addonchat/resources/admin.css/wp-content/plugins/wp-addonchat/resources/admin.js
Script Paths
/wp-content/plugins/wp-addonchat/resources/admin.js
Version Parameters
wp-addonchat/resources/admin.js?ver=wp-addonchat/resources/admin.css?ver=

HTML / DOM Fingerprints

Shortcode Output
[addonchat]
FAQ

Frequently Asked Questions about WP-AddonChat