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.
Published: 2026-07-23
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Registrations for the Events Calendar plugin for WordPress can be manipulated by an attacker who can submit JSON data to the 'standard' POST parameter. The code decodes the JSON and uses its keys as column identifiers in an UPDATE statement. Only esc_sql() is applied, which does not escape spaces, equals signs, parentheses, or hyphens, allowing an attacker to terminate the identifier and inject arbitrary SQL sub‑queries. The flaw is a classic instance of CWE-89 injection. An attacker can therefore read sensitive database content or modify data beyond the intended event record.

Affected Systems

WordPress sites that have the roundupwp Registrations for the Events Calendar – Event Registration Plugin installed in any version up to and including 3.2 are affected. The vulnerability is tied to the admin AJAX action rtec_records_edit that performs event record editing.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity; the EPSS score of <1% suggests a low likelihood of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires authentication with at least Contributor-level privileges, but does not require administrative rights. If successfully exploited, the attacker can extract sensitive information from the database or alter event records.

Generated by OpenCVE AI on August 3, 2026 at 22:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Registrations for the Events Calendar plugin to the latest release that removes the vulnerable code.
  • If an upgrade is not immediately possible, restrict access to the rtec_records_edit AJAX endpoint so that only administrators can use it, or disable the ability for Contributor users to edit event records.
  • Re‑design the update logic to validate and whitelist accepted column names or refactor the code to use prepared statements, ensuring that JSON keys are never interpolated directly into SQL queries.

Generated by OpenCVE AI on August 3, 2026 at 22:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Roundupwp
Roundupwp registrations For The Events Calendar – Event Registration Plugin
Wordpress
Wordpress wordpress
Vendors & Products Roundupwp
Roundupwp registrations For The Events Calendar – Event Registration Plugin
Wordpress
Wordpress wordpress

Thu, 23 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 23 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
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.
Title Registrations for the Events Calendar <= 3.2 - Authenticated (Contributor+) SQL Injection via 'standard' Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Roundupwp Registrations For The Events Calendar – Event Registration Plugin
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-23T13:36:30.521Z

Reserved: 2026-06-23T21:20:39.885Z

Link: CVE-2026-13119

cve-icon Vulnrichment

Updated: 2026-07-23T13:36:19.944Z

cve-icon NVD

Status : Deferred

Published: 2026-07-23T10:16:49.527

Modified: 2026-07-23T15:14:51.013

Link: CVE-2026-13119

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T22:45:04Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')