Description
The My Calendar – Accessible Event Manager plugin for WordPress is vulnerable to time-based blind SQL Injection via the 'mc_auth' parameter in all versions up to, and including, 3.7.8 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Published: 2026-07-08
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The My Calendar – Accessible Event Manager plugin contains_auth parameter. Unvalidated user input is concatenated directly into SQL statements, allowing an attacker to inject additional queries. The primary impact is that an unauthenticated adversary can extract sensitive information such as user passwords, email addresses, event details, or other personal data stored by the plugin.

Affected Systems

All WordPress installations running My Calendar – Accessible Event Manager version 3.7.8 or earlier. The issue exists in every release up to and including 3.7.8 and is therefore applicable to every site that has the plugin installed within that version range.

Risk and Exploitability

The CVSS score of 7.5 classifies the flaw as high severity. Exploitation is considered time‑based blind, meaning it requires monitoring response times to infer successful injections, which increases effort and reduces the immediacy of attacks. The EPSS score of less than 1% suggests a very low probability of exploitation based on historical data. The vulnerability is not listed in CISA's KEV through unauthenticated HTTP requests to plugin endpoints that accept the mc_auth parameter, typical of a web application exploitation scenario.

Generated by OpenCVE AI on July 26, 2026 at 18:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest official patch or upgrade My Calendar – Accessible Event Manager to a later version that includes the SQL injection fix.
  • If an immediate upgrade is not possible, restrict plugin endpoints that receive the mc_auth parameter to authenticated users only.
  • Implement a vulnerable input filtering strategy that escapes or validates all query parameters for the plugin, providing temporary protection against insertion of malicious SQL fragments until the official fix is deployed.

Generated by OpenCVE AI on July 26, 2026 at 18:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 08 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 08 Jul 2026 13:45:00 +0000

Type Values Removed Values Added
First Time appeared Joedolson
Joedolson my Calendar – Accessible Event Manager
Wordpress
Wordpress wordpress
Vendors & Products Joedolson
Joedolson my Calendar – Accessible Event Manager
Wordpress
Wordpress wordpress

Wed, 08 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Description The My Calendar – Accessible Event Manager plugin for WordPress is vulnerable to time-based blind SQL Injection via the 'mc_auth' parameter in all versions up to, and including, 3.7.8 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Title My Calendar <= 3.7.8 - Unauthenticated SQL Injection via 'mc_auth' and 'mc_host' Parameters
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Joedolson My Calendar – Accessible Event Manager
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-08T13:14:04.081Z

Reserved: 2026-04-22T12:19:28.322Z

Link: CVE-2026-6854

cve-icon Vulnrichment

Updated: 2026-07-08T13:11:55.381Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T18:15:17Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')