Email Scheduling Security & Risk Analysis

wordpress.org/plugins/email-scheduling

Send the custom email to the logged in users.

0 active installs v1.0.0 PHP 7.0+ WP 5.8+ Updated May 18, 2022
cronemail
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Email Scheduling Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 3yr ago
Risk Assessment

The 'email-scheduling' plugin v1.0.0 exhibits a concerning security posture primarily due to a lack of authentication checks on its AJAX handlers. With 3 AJAX handlers, all of which are unprotected, there is a significant attack surface that could be exploited by unauthenticated users. While the code signals are generally positive with no dangerous functions, 100% of SQL queries using prepared statements, and a high percentage of output escaping, the absence of nonces and capability checks on these critical entry points overshadows these strengths. The taint analysis indicates no critical or high severity unsanitized flows, which is a positive sign, and the plugin has no recorded vulnerability history, suggesting a clean past. However, the current state of unprotected AJAX handlers presents a direct and exploitable risk that requires immediate attention.

Key Concerns

  • Unprotected AJAX handlers detected
  • Missing nonce checks on AJAX handlers
  • Missing capability checks on AJAX handlers
  • Output escaping not 100% (75% escaped)
Vulnerabilities
None known

Email Scheduling Security Vulnerabilities

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

Email Scheduling Code Analysis

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

Output Escaping

75% escaped4 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
emsc_email_template (email-scheduling.php:238)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
3 unprotected

Email Scheduling Attack Surface

Entry Points3
Unprotected3

AJAX Handlers 3

authwp_ajax_email_template_hookemail-scheduling.php:47
authwp_ajax_my_email_hookemail-scheduling.php:48
authwp_ajax_my_ajax_hookemail-scheduling.php:49
WordPress Hooks 6
filterwp_mail_content_typeemail-scheduling.php:32
actionadmin_menuemail-scheduling.php:36
actionadmin_enqueue_scriptsemail-scheduling.php:39
actionadmin_enqueue_scriptsemail-scheduling.php:43
filtercron_schedulesemail-scheduling.php:53
actioncustom_send_emailemail-scheduling.php:57

Scheduled Events 1

custom_send_email
Maintenance & Trust

Email Scheduling Maintenance & Trust

Maintenance Signals

WordPress version tested5.9.13
Last updatedMay 18, 2022
PHP min version7.0
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Email Scheduling Developer Profile

Krunal Bhimajiyani

2 plugins · 0 total installs

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

How We Detect Email Scheduling

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/email-scheduling/assets/js/bulk-email.js/wp-content/plugins/email-scheduling/assets/css/bulk-email.css/wp-content/plugins/email-scheduling/assets/js/test-email.js/wp-content/plugins/email-scheduling/assets/css/test-email.css
Script Paths
assets/js/bulk-email.jsassets/js/test-email.js
Version Parameters
email_js?ver=1.0email-style?ver=1.0test_js?ver=1.0test-style?ver=1.0

HTML / DOM Fingerprints

CSS Classes
responserespemailFormfielddescloadermsg
Data Attributes
data-editor-id="mail_template_id"id="saveEmail"id="sendEmail"id="email"class="email"class="email_btn"+3 more
JS Globals
myVar
FAQ

Frequently Asked Questions about Email Scheduling