Ody Events Security & Risk Analysis

wordpress.org/plugins/ody-events

Ody Events turns a post or/and page to an event.

10 active installs v1.0 PHP + WP 3.0+ Updated Sep 4, 2012
calendareventsiphone
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Ody Events Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The "ody-events" v1.0 plugin exhibits a mixed security posture. While it has a very small attack surface with no apparent entry points to exploit directly through typical WordPress mechanisms like AJAX, REST API, or shortcodes, and no external HTTP requests or file operations, significant concerns arise from its code signals. The presence of the `create_function` function is a major red flag, as it is a deprecated and inherently insecure PHP function that can lead to remote code execution if not handled with extreme caution and input sanitization, which appears to be lacking. Furthermore, the taint analysis reveals two flows with unsanitized paths, flagged as high severity, indicating potential pathways for attackers to inject malicious data or code. Although the plugin has no recorded vulnerability history, this does not necessarily imply robust security, especially given the presence of high-severity taint flows and the use of a dangerous function. The low percentage of properly escaped output is another area of concern, potentially leading to cross-site scripting (XSS) vulnerabilities. The strengths lie in the limited attack surface and the use of prepared statements for most SQL queries, as well as the inclusion of some capability checks. However, these strengths are overshadowed by the critical code quality issues identified.

Key Concerns

  • Use of dangerous function: create_function
  • High severity taint flows (unsanitized paths)
  • Low percentage of properly escaped output
  • SQL queries not using prepared statements
Vulnerabilities
None known

Ody Events Security Vulnerabilities

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

Ody Events Code Analysis

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

Dangerous Functions Found

create_functionadd_action('admin_init', create_function('', 'new monochrome_Admin_Icons();') );admin_icons.php:23

SQL Query Safety

64% prepared11 total queries

Output Escaping

14% escaped28 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
<add_event_dates> (add_event_dates.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Ody Events Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 15
actionadmin_headadmin_icons.php:7
actionadmin_footeradmin_icons.php:8
actionadmin_initadmin_icons.php:23
actionwidgets_initevents_widget.php:89
actionadmin_noticesody_events.php:56
actiondelete_postody_events.php:64
actionplugins_loadedody_events.php:69
actionwp_enqueue_scriptsody_events.php:74
actionadmin_enqueue_scriptsody_events.php:82
actionadmin_initody_events.php:103
actionadmin_print_stylesody_events.php:108
actionadmin_footerody_events.php:178
actionadmin_menuody_events.php:275
actionadmin_initody_events.php:280
actionsave_postody_events.php:286
Maintenance & Trust

Ody Events Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedSep 4, 2012
PHP min version
Downloads10K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Ody Events Developer Profile

korinthorama

1 plugin · 10 total installs

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

How We Detect Ody Events

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/ody-events/css/ui-overcast/jquery-ui-1.7.3.custom.css/wp-content/plugins/ody-events/css/styles.css

HTML / DOM Fingerprints

CSS Classes
pro_messagepro_message_ul
HTML Comments
<!--πρέπει να συμπεριλαμβάνουμε σε hidden fields και τις παραμέτρους που δεν σκοπεύουμε να αλλάξουμε για να μην χάνονται οι τιμές τους στο αυτόματο saving με την settings_fields() -->
Data Attributes
data-ody-event-date
JS Globals
ody_events_plugin_url
FAQ

Frequently Asked Questions about Ody Events