Easy Classes Security & Risk Analysis

wordpress.org/plugins/easy-classes

This plugin has been made to easily handle classes and teachers informations on a Wordpress website.

10 active installs v1.2 PHP + WP 3.0.0+ Updated Oct 25, 2013
classesscheduleschoolteacher
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Easy Classes Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The 'easy-classes' plugin v1.2 presents a mixed security posture. While it boasts a clean attack surface with no apparent entry points like AJAX handlers, REST API routes, or shortcodes, and shows good practices in using prepared statements for SQL queries and implementing nonce and capability checks, there are significant concerns regarding output escaping and the presence of dangerous functions.

The static analysis reveals that 100% of the outputs are not properly escaped, which is a critical security flaw. This means that any user-supplied data that is outputted by the plugin could potentially be rendered as executable code (e.g., JavaScript) in the user's browser, leading to cross-site scripting (XSS) vulnerabilities. Additionally, the use of the `unserialize` function without adequate sanitization of the input data poses a risk of arbitrary object injection and potential remote code execution if the serialized data can be controlled by an attacker.

The plugin's vulnerability history is currently clean, with no recorded CVEs. This is a positive sign, but it does not negate the risks identified in the static analysis. The lack of historical vulnerabilities might simply mean that these specific types of flaws have not been exploited or discovered in this plugin's past versions, or that the plugin has not been subjected to extensive security auditing until now. The current findings, particularly the output escaping and `unserialize` risks, require immediate attention to secure the plugin effectively.

Key Concerns

  • Unescaped output across all outputs
  • Dangerous function: unserialize used
Vulnerabilities
None known

Easy Classes Security Vulnerabilities

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

Easy Classes Code Analysis

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

Dangerous Functions Found

unserialize$search_strings = unserialize($ser_search_strings[0]->meta_value);schedule.php:197
unserialize$replace_string = unserialize($ser_replace_string[0]->meta_value);schedule.php:198

SQL Query Safety

90% prepared31 total queries

Output Escaping

0% escaped43 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

3 flows2 with unsanitized paths
eac_get_classes_colors_list (schedule.php:17)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Easy Classes Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actioniniteasy-classes.php:30
filterthe_contenteasy-classes.php:161
filterthe_contenteasy-classes.php:186
actionadmin_menueasy-classes.php:241
Maintenance & Trust

Easy Classes Maintenance & Trust

Maintenance Signals

WordPress version tested3.6.1
Last updatedOct 25, 2013
PHP min version
Downloads5K

Community Trust

Rating100/100
Number of ratings2
Active installs10
Developer Profile

Easy Classes Developer Profile

melinadonati

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 Easy Classes

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

Asset Fingerprints

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

HTML / DOM Fingerprints

CSS Classes
eac-classeac-teacher
FAQ

Frequently Asked Questions about Easy Classes