Content Schedule Manager Security & Risk Analysis

wordpress.org/plugins/content-schedule-manager

Content Schedule Manager is a visual calendar for scheduling and managing WordPress posts.

10 active installs v1.0 PHP 7.4+ WP 5.0+ Updated Dec 10, 2024
calendarcontent-managementscheduling
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Content Schedule Manager Safe to Use in 2026?

Generally Safe

Score 92/100

Content Schedule Manager has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The "content-schedule-manager" plugin v1.0 exhibits a concerning security posture primarily due to its unprotected AJAX handlers. While the plugin demonstrates good practices in avoiding dangerous functions, raw SQL queries, file operations, and external HTTP requests, the presence of two AJAX entry points without any authentication or capability checks presents a significant risk. This means any authenticated user, regardless of their role or permissions, could potentially trigger these AJAX actions, leading to unintended consequences or enabling further exploitation if vulnerabilities exist within these handlers. The lack of nonce checks further exacerbates this risk, making these handlers susceptible to Cross-Site Request Forgery (CSRF) attacks.

Static analysis revealed that 50% of output escaping is not properly handled, which could lead to Cross-Site Scripting (XSS) vulnerabilities if the unescaped output contains user-controlled data. The absence of known vulnerabilities in its history is a positive sign, suggesting a generally stable codebase or a lack of prior deep security scrutiny. However, this doesn't negate the immediate risks identified in the static analysis. The overall conclusion is that while the plugin avoids some common pitfalls, the unprotected AJAX endpoints are a critical weakness that requires immediate attention to secure the plugin against potential attacks.

Key Concerns

  • AJAX handlers without auth checks
  • AJAX handlers without capability checks
  • Missing nonce checks on AJAX
  • Unescaped output
Vulnerabilities
None known

Content Schedule Manager Security Vulnerabilities

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

Content Schedule Manager Code Analysis

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

Output Escaping

50% escaped2 total outputs
Attack Surface
2 unprotected

Content Schedule Manager Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_content_schedule_manager_fetch_eventsincludes\class-content-schedule-manager.php:15
authwp_ajax_content_schedule_manager_update_eventincludes\class-content-schedule-manager.php:16
WordPress Hooks 3
actionplugins_loadedcontent-schedule-manager.php:33
actionadmin_enqueue_scriptsincludes\class-content-schedule-manager.php:9
actionadmin_menuincludes\class-content-schedule-manager.php:12
Maintenance & Trust

Content Schedule Manager Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedDec 10, 2024
PHP min version7.4
Downloads729

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Content Schedule Manager Developer Profile

Sanad Qazi

2 plugins · 10 total installs

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

How We Detect Content Schedule Manager

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/content-schedule-manager/assets/css/main.min.css/wp-content/plugins/content-schedule-manager/assets/js/main.min.js/wp-content/plugins/content-schedule-manager/assets/css/style.css/wp-content/plugins/content-schedule-manager/assets/js/calendar.js
Script Paths
/wp-content/plugins/content-schedule-manager/assets/js/calendar.js
Version Parameters
content-schedule-manager/style.css?ver=content-schedule-manager/calendar.js?ver=

HTML / DOM Fingerprints

CSS Classes
content-schedule-manager-titlecontent-schedule-manager-app
JS Globals
content_schedule_manager_ajax
REST Endpoints
/wp-json/wp/v2/posts
FAQ

Frequently Asked Questions about Content Schedule Manager