CVE-2026-13119: Registrations for the Events Calendar <= 3.2 - Authenticated (Contributor+) SQL Injection via 'standard' Parameter
The Registrations For The Events Calendar plugin for WordPress is vulnerable to SQL Injection via JSON keys in the 'standard' parameter handled by the rtecrecordsedit AJAX action in versions up to and including 3.2. The handler decodes attacker-controlled JSON from $POST['standard'] and uses the JSON array keys directly as column identifiers in the SET clause of an UPDATE statement built inside RTECDbAdmin::updateentry(). Only escsql() (mysqlirealescapestring) is applied to the identifier; that function escapes quotes, backslashes, and a few control characters but does not escape spaces, equals signs, parentheses, or hyphens, so an attacker can break out of the identifier context and inject subqueries (terminated with a SQL comment). This makes it possible for authenticated attackers, with Contributor-level access and above who can edit the targeted event, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Registrations For The Events Calendar plugin for WordPressto a version that resolves this vulnerability.Fixed in 3.2 - Compensating control
Restrict contributor-level (and higher) users from editing the targeted event/using the rtec_records_edit AJAX action, since the SQL injection requires authenticated Contributor+ access to edit the event.
Event History
Frequently Asked Questions
What is the severity of CVE-2026-13119?
CVE-2026-13119 has a medium severity score of 6.5.
How do I fix CVE-2026-13119?
To fix CVE-2026-13119, update the Registrations for the Events Calendar plugin to the latest version.
What type of vulnerability is CVE-2026-13119?
CVE-2026-13119 is an authenticated SQL Injection vulnerability.
Who is affected by CVE-2026-13119?
All users of the Registrations for the Events Calendar plugin up to and including version 3.2 are affected.
What does CVE-2026-13119 exploit?
CVE-2026-13119 exploits the handling of JSON keys in the 'standard' parameter via the rtec_records_edit AJAX action.