Registrations for the Events Calendar <= 3.2 - Authenticated (Contributor+) SQL Injection via 'standard' Parameter
Strategic Overview
- Status
- Patched in 3.2.1
- Affected Version
<= 3.2- CVSS
- 6.5Medium
- Weakness type
- CWE-89 · Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
- CVE
CVE-2026-13119
At a glance
CVE-2026-13119 is a medium-severity Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in the Registrations for the Events Calendar WordPress plugin, affecting versions <= 3.2. It carries a CVSS score of 6.5 (reachable over the network; low attack complexity; high confidentiality impact). Exploitation requires an authenticated account at Contributor level or above. The issue is fixed in version 3.2.1; sites on affected versions should update now. Disclosed July 2026, reported by Wordfence PRISM.
Vulnerability Overview
The Registrations For The Events Calendar plugin for WordPress is vulnerable to SQL Injection via JSON keys in the 'standard' parameter handled by the rtec_records_edit 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 RTEC_Db_Admin::update_entry(). Only esc_sql() (mysqli_real_escape_string) 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.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on confidentiality.
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Registrations for the Events Calendar <= 3.2 carries this weakness at standard, and reaching it takes an account at Contributor level or above. SQL injection happens when request data is concatenated into a query instead of being bound as a parameter, letting an attacker change the structure of the statement rather than just its values.
A working injection can read any table the database user can see, which on a WordPress install means user records, password hashes and session or API secrets stored in options. For Registrations for the Events Calendar the fix is 3.2.1: builds <= 3.2 are affected, anything from 3.2.1 onward is not.
Remediation
Update to version 3.2.1, or a newer patched version
How does WordSec protect against this?
An attacker needs Contributor access first, so the firewall sees the attempt as traffic from a logged-in account: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: Registrations for the Events Calendar 3.2.1 closes this, and updating the plugin is the step that ends it.
- Firewall
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in Registrations for the Events Calendar – Event Registration Plugin
- 7.2CVE-2024-7982: Registrations for the Events Calendar Stored XSS
CVE-2024-7982 - 6.1CVE-2021-25083: Registrations for the Events Calendar Reflected XSS
CVE-2021-25083 - 6.1CVE-2021-24876: Registrations for The Events Calendar Reflected XSS
CVE-2021-24876 - 4.4CVE-2024-10703: Registrations for the Events Calendar Stored XSS
CVE-2024-10703 - 4.3CVE-2024-43143: Registrations for… Missing Authorization
CVE-2024-43143
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C