CVE-2026-13119
Last modified
CVE-2026-13119 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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().
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| roundupwp | Registrations for the Events Calendar – Event Registration Plugin | <= 3.2 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-13119?
How severe is CVE-2026-13119?
How do I fix CVE-2026-13119?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-1311The Worry Proof Backup plugin for WordPress is vulnerable to…8.8
- CVE-2026-13110The Storegrowth Sales Booster plugin for WordPress is vulner…5.3
- CVE-2026-13113GitLab has remediated an issue in GitLab EE affecting all ve…5.3
- CVE-2026-13114The Motors – Car Dealership & Classified Listings Plugin plu…7.2
- CVE-2026-13116The PDF Invoices & Packing Slips for WooCommerce plugin for …4.3
- CVE-2026-13117An incomplete guard in OpenVPN 2.6.0 through 2.6.20 and 2.7_…8.1
- CVE-2026-1312An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.…5.4
- CVE-2026-13122OpenVPN version 2.6.0 through 2.6.20 and 2.7_alpha1 through …5.3
- CVE-2026-13125GeoWebPlayer (also called "Web Plugin" in the GV-VMS documen…8.8
- CVE-2026-13126The embedded JavaScript in the PDF deleted the pages, making…7.8
- CVE-2026-13127The application opens the PDF file. JavaScript then rewrites…7.8
- CVE-2026-13128Embedding JavaScript within a PDF file will cause the page t…7.8
Are you affected by CVE-2026-13119?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
