Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Plugin endpoint is internet-reachable with no auth or interaction (AV:N/AC:L/PR:N/UI:N); blind SQLi reads cross-table data (S:C, C:H) but the input implies no write/DoS primitive (I:N, A:L).
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Lifecycle Timeline
1DescriptionCVE.org
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Liquid Web / StellarWP The Events Calendar allows Blind SQL Injection.
This issue affects The Events Calendar: from 6.15.12 through 6.16.2.
AnalysisAI
Blind SQL injection in The Events Calendar WordPress plugin (versions 6.15.12 through 6.16.2) by Liquid Web / StellarWP allows remote attackers to inject malicious SQL via unsanitized input handled by the plugin. The CVSS 3.1 vector (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L) indicates a network-reachable, unauthenticated, low-complexity issue with a scope change and high confidentiality impact, putting it at 9.3 critical. There is no public exploit identified at time of analysis, and the CVE is not listed in CISA KEV; EPSS data was not provided in the input.
Technical ContextAI
The Events Calendar is a widely deployed WordPress plugin (over 800k active installations historically) maintained by StellarWP/Liquid Web that adds event management, calendars, and ticketing endpoints to WordPress sites. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning user-controllable input is concatenated into a SQL query executed against the underlying WordPress MySQL/MariaDB database (the wp_* schema) without using $wpdb->prepare() with proper placeholders or sufficient sanitisation. Because exploitation is blind, the attacker does not get query results in the HTTP response and instead infers data via boolean or time-based side channels, typically against publicly reachable plugin AJAX or REST handlers exposed by WordPress.
RemediationAI
Upgrade The Events Calendar to a version newer than 6.16.2 as published on wordpress.org or via the WordPress plugin updater - the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/the-events-calendar/vulnerability/wordpress-the-events-calendar-plugin-6-15-12-6-16-2-sql-injection-vulnerability is the authoritative reference for the fixed release. If immediate patching is not possible, deploy a virtual patch via a WordPress WAF such as Patchstack, Wordfence, or a cloud WAF with SQLi rule sets, and restrict access to the affected plugin endpoints (typically /wp-admin/admin-ajax.php actions and /wp-json/tribe/* REST routes) from untrusted networks - note this can break legitimate front-end calendar features for public visitors. As a deeper compensating control, enforce least-privilege on the WordPress database user (no FILE, no DROP/ALTER on non-plugin tables) to limit lateral damage, and rotate any secrets stored in wp_options or auth keys in wp-config.php if exploitation is suspected.
More in The Events Calendar
View allThe Events Calendar WordPress plugin before 6.4.0.1 does not properly sanitize user-submitted content when rendering som
The Events Calendar WordPress plugin before 6.2.8.1 discloses the content of password protected posts to unauthenticated
The events-calendar-pro WordPress plugin before 6.4.0.1, The Events Calendar WordPress plugin before 6.4.0.1 does not pr
PHP Object Injection in the WordPress plugin The Events Calendar (all versions up to and including 6.17.2) allows unauth
The The Events Calendar plugin for WordPress is vulnerable to SQL Injection via the 'order' parameter of the 'tribe_has_
Integrity bypass in The Events Calendar WordPress plugin allows unauthenticated attackers to mark existing Event Aggrega
The Events Calendar WordPress plugin before 6.8.2.1 is missing access checks in the REST API, allowing for unauthenticat
The The Events Calendar plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘data-date-*’ paramete
The The Events Calendar plugin for WordPress is vulnerable to Stored Cross-Site Scripting via RSVP name field in all ver
The the-events-calendar plugin before 4.8.2 for WordPress has XSS via the tribe_paged URL parameter. Rated medium severi
The The Events Calendar plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and
The Events Calendar WordPress plugin before 6.6.4 does not sanitise and escape some of its settings, which could allow h
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37057
GHSA-v796-wqfq-j4xh