Registrations for the Events Calendar <= 3.2 - Authenticated (Contributor+) SQL Injection via 'standard' Parameter

6.5
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
CVE CVE-2026-13119
CVSS 6.5 (Medium)
Publicly Published July 22, 2026
Last Updated July 23, 2026
Researcher Wordfence PRISM - Wordfence

Description

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.

Learn more about SQL Injection vulnerabilities and how to prevent them.

References

Share

Vulnerability Details for Registrations for the Events Calendar – Event Registration Plugin

Software Type Plugin
Software Slug registrations-for-the-events-calendar (view on wordpress.org)
Patched? Yes
Remediation Update to version 3.2.1, or a newer patched version
Affected Version
  • <= 3.2
Patched Version
  • 3.2.1

Recent vulnerabilities in Registrations for the Events Calendar – Event Registration Plugin

# Title CVE ID CVSS Researchers Date
1 Registrations for the Events Calendar <= 2.13.2 - Authenticated (Admin+) Stored Cross-Site Scripting CVE-2024-10703 4.4 Krugov Artyom March 3, 2025
2 Registrations for the Events Calendar – Event Registration Plugin <= 2.12.3 - Unauthenticated Stored Cross-Site Scripting CVE-2024-7982 7.2 Bob Matyas October 18, 2024
3 Registrations for the Events Calendar <= 2.12.1 - Missing Authorization CVE-2024-43143 4.3 Manab Jyoti Dowarah August 7, 2024
4 Registrations for the Events Calendar – Event Registration Plugin <= 2.12.2 - Authenticated (Contributor+) SQL Injection CVE-2024-39638 9.9 Trương Hữu Phúc (truonghuuphuc) July 30, 2024
5 Registrations for the Events Calendar <= 2.7.9 - Reflected Cross-Site Scripting CVE-2021-25083 6.1 Krzysztof Zając December 27, 2021
6 Registrations for the Events Calendar <= 2.7.5 - Unauthenticated SQL Injection CVE-2021-24943 9.8 Krzysztof Zając November 8, 2021
7 Registrations for The Events Calendar <= 2.7.4 - Reflected Cross-Site Scripting CVE-2021-24876 6.1 ZhongFu Su October 27, 2021

Did you know Wordfence Intelligence provides free personal and commercial API access to our comprehensive WordPress vulnerability database, along with a free webhook integration to stay on top of the latest vulnerabilities added and updated in the database? Get started today!

Learn more

Want to get notified of the latest vulnerabilities that may affect your WordPress site?
Install Wordfence on your site today to get notified immediately if your site is affected by a vulnerability that has been added to our database.

Get Wordfence

The Wordfence Intelligence WordPress vulnerability database is completely free to access and query via API. Please review the documentation on how to access and consume the vulnerability data via API.

Documentation