KN Public Chat Security & Risk Analysis

wordpress.org/plugins/kn-public-chat

KN Public Chat is a free WordPress Plugin that lets your visitors and visitor from anyone who install this plugin can chat together in 1 public chat r …

10 active installs v1.0.2 PHP + WP 3.0.1+ Updated Unknown
cboxcbox-wschat-roomlive-chatwidget
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is KN Public Chat Safe to Use in 2026?

Generally Safe

Score 100/100

KN Public Chat has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The "kn-public-chat" plugin v1.0.2 presents a mixed security posture. On the positive side, it has a small attack surface, with only one shortcode identified and no AJAX handlers or REST API routes. All SQL queries are properly prepared, and there are no file operations or external HTTP requests, which are good indicators of secure coding practices in those areas. Furthermore, the plugin has no recorded vulnerability history, suggesting a lack of past exploitable issues.

However, there are significant concerns revealed by the static analysis. The use of the `create_function` is a major red flag, as it can lead to arbitrary code execution if not handled with extreme care. Crucially, the analysis shows a severe lack of output escaping, with only 1% of outputs being properly escaped. This is a critical vulnerability that can lead to cross-site scripting (XSS) attacks, allowing attackers to inject malicious scripts into pages viewed by other users. The absence of nonce checks and capability checks on its entry points, despite the limited attack surface, also increases the risk of unauthorized actions or privilege escalation if an attacker can find a way to trigger the shortcode maliciously.

In conclusion, while the plugin exhibits good practices in database interaction and avoids external dependencies, the high number of unescaped outputs and the use of a dangerous function like `create_function` represent critical security weaknesses. The absence of basic security checks like nonces and capability checks on its sole entry point further exacerbates these risks. The lack of historical vulnerabilities is positive but does not negate the significant, evidence-backed risks identified in the current version.

Key Concerns

  • Dangerous function: create_function
  • Output escaping: 1% properly escaped
  • Nonce checks: 0
  • Capability checks: 0
Vulnerabilities
None known

KN Public Chat Security Vulnerabilities

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

KN Public Chat Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
90
1 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("Public_Chat");' ) );functions.php:80

Output Escaping

1% escaped91 total outputs
Attack Surface

KN Public Chat Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[kn_public_chat] index.php:20
WordPress Hooks 3
actionadmin_menufunctions.php:28
actionadmin_initfunctions.php:31
actionwidgets_initfunctions.php:80
Maintenance & Trust

KN Public Chat Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedUnknown
PHP min version
Downloads7K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

KN Public Chat Developer Profile

Freddie Aziz Jasbindar

4 plugins · 300 total installs

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

How We Detect KN Public Chat

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

Asset Fingerprints

HTML / DOM Fingerprints

Shortcode Output
knmalaychatcode()
FAQ

Frequently Asked Questions about KN Public Chat