NeonCRM Events Widget Security & Risk Analysis

wordpress.org/plugins/neoncrm-events-widget

Displays a feed of upcoming events retrieved from NeonCRM.

10 active installs v0.20 PHP + WP 4.0+ Updated Feb 12, 2018
crmeventsneonneoncrmnonprofit
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is NeonCRM Events Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The NeonCRM Events Widget plugin v0.20 exhibits a mixed security posture. On the positive side, it demonstrates excellent practices regarding SQL query handling, utilizing prepared statements exclusively, and has no recorded vulnerabilities (CVEs). The absence of file operations and external HTTP requests also reduces the attack surface. However, significant concerns arise from the static analysis. The presence of the `create_function` dangerous function is a notable risk, as it can lead to code injection vulnerabilities if user-supplied data is used within it without proper sanitization. Furthermore, a low rate of output escaping (only 25%) indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, allowing attackers to inject malicious scripts into web pages rendered by the plugin.

The plugin's attack surface is reported as zero for entry points, which is excellent, but this is contradicted by the lack of capability checks and nonce checks. This suggests that any potential entry points, even if not immediately obvious from the static analysis, might be unprotected. The vulnerability history being clean is a strong positive signal, but it doesn't negate the risks identified in the code analysis. The combination of a dangerous function and poor output escaping, alongside a lack of essential security checks, presents a significant risk despite the absence of known CVEs.

Key Concerns

  • Dangerous function create_function used
  • Low output escaping percentage
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

NeonCRM Events Widget Security Vulnerabilities

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

NeonCRM Events Widget Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("Neoncrm_Events");'));neon-events.php:449

Output Escaping

25% escaped84 total outputs
Attack Surface

NeonCRM Events Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initneon-events.php:449
Maintenance & Trust

NeonCRM Events Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedFeb 12, 2018
PHP min version
Downloads3K

Community Trust

Rating80/100
Number of ratings4
Active installs10
Developer Profile

NeonCRM Events Widget Developer Profile

colinpizarek

2 plugins · 70 total installs

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

How We Detect NeonCRM Events Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/neoncrm-events-widget/neon-events.css
Script Paths
/wp-content/plugins/neoncrm-events-widget/neon-events.js
Version Parameters
neoncrm-events-widget/neon-events.css?ver=neoncrm-events-widget/neon-events.js?ver=

HTML / DOM Fingerprints

CSS Classes
neoncrm-events-widget-container
Data Attributes
data-org-iddata-api-keydata-per-pagedata-cache-timedata-event-namedata-event-start+10 more
JS Globals
neonEventsWidget
Shortcode Output
[neoncrm_events_widget]
FAQ

Frequently Asked Questions about NeonCRM Events Widget