WP Month Calendar Security & Risk Analysis

wordpress.org/plugins/wp-month-calendar

A modified version of the Widget build in to WordPress. It displays a link for each month, not for each day.

10 active installs v1.0 PHP + WP 2.8+ Updated Jan 26, 2011
calendarmonthwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Month Calendar Safe to Use in 2026?

Generally Safe

Score 85/100

WP Month Calendar has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 15yr ago
Risk Assessment

The "wp-month-calendar" v1.0 plugin exhibits a generally good security posture due to its seemingly limited attack surface and lack of reported vulnerabilities. The static analysis shows no identified AJAX handlers, REST API routes, shortcodes, or cron events, which significantly reduces the potential entry points for attackers. Furthermore, the absence of dangerous functions and file operations is positive. However, several areas raise concerns. Notably, 100% of the detected SQL queries are not using prepared statements, which is a significant risk for SQL injection vulnerabilities. Additionally, while there are many output operations, a substantial portion (41%) are not properly escaped, potentially leading to cross-site scripting (XSS) vulnerabilities.

The plugin's vulnerability history is clean, with no known CVEs. This, combined with the lack of identified taint flows, suggests that if the plugin was developed with security in mind, it has been successful so far. However, the absence of nonce checks and capability checks across all entry points (of which there are none explicitly identified, but this statement implies a potential oversight should any be introduced) is a weakness. In conclusion, while the plugin appears robust from its limited history and attack surface, the critical findings regarding unsanitized SQL queries and unescaped output represent tangible and potentially severe security risks that require immediate attention. The lack of any historical vulnerabilities might be due to its limited scope or adoption, and should not be a sole reason to dismiss the static analysis findings.

Key Concerns

  • All SQL queries lack prepared statements
  • Significant portion of outputs not properly escaped
  • 0% capability checks found
  • 0% nonce checks found
Vulnerabilities
None known

WP Month Calendar Security Vulnerabilities

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

WP Month Calendar Code Analysis

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

SQL Query Safety

0% prepared5 total queries

Output Escaping

59% escaped17 total outputs
Attack Surface

WP Month Calendar Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionsave_postwp-month-calendar.php:241
actiondelete_postwp-month-calendar.php:242
actionupdate_option_start_of_weekwp-month-calendar.php:243
actionupdate_option_gmt_offsetwp-month-calendar.php:244
actionwidgets_initwp-month-calendar.php:245
Maintenance & Trust

WP Month Calendar Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedJan 26, 2011
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Month Calendar Developer Profile

simsmaster

2 plugins · 20 total installs

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

How We Detect WP Month Calendar

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

Asset Fingerprints

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

HTML / DOM Fingerprints

CSS Classes
widget_wp_month_calendarcalendar_wrap
Data Attributes
id="wp-calendar"id="prev"id="next"id="today"
Shortcode Output
<table id="wp-calendar"<td id="prev"<td id="next"<td id="today"
FAQ

Frequently Asked Questions about WP Month Calendar