iCal Events Security & Risk Analysis

wordpress.org/plugins/ical-events

Display upcoming events from a shared calendar.

30 active installs v1.14 PHP + WP 2.0+ Updated Oct 2, 2011
calendarevents
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is iCal Events Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The 'ical-events' plugin v1.14 exhibits a mixed security posture. While it demonstrates good practices by utilizing prepared statements for all SQL queries and has no recorded vulnerability history, several concerning code signals were detected. Specifically, the presence of the `create_function` PHP function, a known source of potential vulnerabilities if not handled with extreme care, raises a red flag. Furthermore, a significant weakness lies in the complete lack of output escaping for all identified output points. This means that any data displayed by the plugin, if not inherently sanitized beforehand, could be vulnerable to Cross-Site Scripting (XSS) attacks.

The static analysis shows a minimal attack surface, with no AJAX handlers, REST API routes, shortcodes, or cron events that are exposed without authentication or proper permission checks. This is a positive sign for limiting direct attack vectors. However, the lack of nonce checks on entry points (even though the entry point count is zero) and the sole capability check on only one instance of the code can be seen as potential areas for improvement in securing the plugin's functions. The absence of taint analysis flows suggests that either no such flows were detected or the analysis itself was limited, making it difficult to assess risks related to unsanitized data entering the system.

In conclusion, the plugin benefits from a clean vulnerability history and secure SQL practices. However, the use of `create_function` and the universal lack of output escaping represent critical security concerns that require immediate attention. The limited attack surface is a positive, but the identified code quality issues significantly detract from the overall security. Addressing these specific code-level risks is paramount to improving the plugin's security posture.

Key Concerns

  • Unescaped output detected
  • Dangerous function create_function used
  • No nonce checks found
Vulnerabilities
None known

iCal Events Security Vulnerabilities

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

iCal Events Code Analysis

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

Dangerous Functions Found

create_function$compare = create_function('$a, $b', 'if ($a["' . $key . '"] == $b["' . $key . '"]) { return 0; } elical-events.php:246

Output Escaping

0% escaped13 total outputs
Attack Surface

iCal Events Attack Surface

Entry Points0
Unprotected0
Maintenance & Trust

iCal Events Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedOct 2, 2011
PHP min version
Downloads16K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

iCal Events Developer Profile

Daniel Westermann-Clark

3 plugins · 730 total installs

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

How We Detect iCal Events

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

Asset Fingerprints

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

HTML / DOM Fingerprints

HTML Comments
<!-- EVENT_UID -->
Data Attributes
data-ical-events-urldata-ical-events-gmt-startdata-ical-events-gmt-enddata-ical-events-limitdata-ical-events-date-formatdata-ical-events-time-format+17 more
JS Globals
ICalEventsical_events_settings
FAQ

Frequently Asked Questions about iCal Events