External Events Calendar Security & Risk Analysis

wordpress.org/plugins/external-events-calendar

This plugin adds a basic "upcoming events" calendar of links to Wordpress.

30 active installs v0.4.0 PHP + WP 2.9.1+ Updated Feb 3, 2011
calendarevents-calendarlinksupcoming-eventswidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is External Events Calendar Safe to Use in 2026?

Generally Safe

Score 85/100

External Events Calendar 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 external-events-calendar plugin version 0.4.0 exhibits a mixed security posture. On the positive side, it boasts a very small attack surface with only one entry point (a shortcode) and no identified CVEs in its history. Furthermore, the absence of file operations and external HTTP requests reduces potential attack vectors. However, several concerning code signals indicate potential weaknesses.

The plugin uses SQL queries, with a significant portion (67%) not employing prepared statements, raising concerns about SQL injection vulnerabilities. The low percentage of properly escaped output (11%) is another major red flag, suggesting a high likelihood of cross-site scripting (XSS) vulnerabilities. Taint analysis reveals flows with unsanitized paths, indicating that user-supplied data might be processed insecurely, although no critical or high severity issues were flagged in this specific analysis.

The lack of vulnerability history is generally positive, but it's crucial to note that this is based on past data. The current analysis highlights systemic issues in input sanitization and output escaping. The absence of nonce checks and capability checks, while not directly tied to an attack vector in this specific analysis due to the limited attack surface, are fundamental security practices that are missing. Overall, while the plugin is not demonstrably vulnerable based on past CVEs and a limited attack surface, the static analysis reveals significant code quality concerns regarding SQL injection and XSS that require immediate attention.

Key Concerns

  • SQL queries without prepared statements
  • Low percentage of properly escaped output
  • Flows with unsanitized paths
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

External Events Calendar Security Vulnerabilities

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

External Events Calendar Code Analysis

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

SQL Query Safety

33% prepared3 total queries

Output Escaping

11% escaped57 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
extevtcal_metabox (gad-events-calendar.php:304)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

External Events Calendar Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[eventslisting] gad-events-calendar.php:344
WordPress Hooks 8
actionadmin_initgad-events-calendar.php:200
actionedit_linkgad-events-calendar.php:201
actionadd_linkgad-events-calendar.php:202
actionadmin_menugad-events-calendar.php:203
actionwidgets_initgad-events-calendar.php:204
actionadmin_head-link-add.phpgad-events-calendar.php:205
actionadmin_initgad-events-calendar.php:222
actionwp_print_stylesgad-events-calendar.php:327
Maintenance & Trust

External Events Calendar Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedFeb 3, 2011
PHP min version
Downloads20K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

External Events Calendar Developer Profile

goldenapples

3 plugins · 50 total installs

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

How We Detect External Events Calendar

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/external-events-calendar/external-events-calendar.css/wp-content/plugins/external-events-calendar/external-events-calendar.js
Script Paths
/wp-content/plugins/external-events-calendar/external-events-calendar.js
Version Parameters
external-events-calendar/external-events-calendar.css?ver=external-events-calendar/external-events-calendar.js?ver=

HTML / DOM Fingerprints

CSS Classes
extevtcal-calendar
Data Attributes
data-extevtcal-date
JS Globals
extevtcal
FAQ

Frequently Asked Questions about External Events Calendar