Description
The Tickera – Sell Tickets & Manage Events plugin for WordPress is vulnerable to generic SQL Injection via the 'tc_order_status_filter' parameter in all versions up to, and including, 3.6.0.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with staff-level access and above, 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 Tickera – Sell Tickets & Manage Events WordPress plugin is vulnerable because the 'tc_order_status_filter' parameter is inserted directly into an SQL query without proper escaping or parameterization. This flaw allows an authenticated user with staff or higher privileges to append additional SQL statements to the existing query. The injected statements can read or manipulate sensitive data stored in the WordPress database, including ticket sales and user information.

Affected Systems

All WordPress installations running Tickera plugin versions 3.6.0.1 or earlier are affected. The vulnerability is located in the Addons Better Attendees and Tickets code that processes order status filtering. Only users who hold a staff role or higher on the site can exploit it.

Risk and Exploitability

The flaw has a CVSS score of 6.5, indicating a moderate severity level. The EPSS score is below 1 %, showing a very low but non‑zero likelihood of exploitation in the wild. The vulnerability is not listed in CISA KEV. An attacker must be authenticated and have staff‑level or higher access, then craft a request to the vulnerable endpoint containing the 'tc_order_status_filter' parameter to inject malicious SQL.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Tickera to version 3.6.0.2 or later.
  • If an upgrade cannot be performed immediately, limit staff and higher roles from accessing ticketing-related sections or apply a web‑application firewall rule to block requests that contain the 'tc_order_status_filter' parameter.
  • Modify the plugin’s source code to properly escape or parameterize all user input for the 'tc_order_status_filter' parameter, or temporarily remove that parameter until a formal patch is applied.

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
Metrics ssvc

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


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

Type Values Removed Values Added
First Time appeared Tickera
Tickera tickera – Sell Tickets & Manage Events
Wordpress
Wordpress wordpress
Vendors & Products Tickera
Tickera tickera – Sell Tickets & Manage Events
Wordpress
Wordpress wordpress

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

Type Values Removed Values Added
Description The Tickera – Sell Tickets & Manage Events plugin for WordPress is vulnerable to generic SQL Injection via the 'tc_order_status_filter' parameter in all versions up to, and including, 3.6.0.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with staff-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Title Tickera <= 3.6.0.1 - Authenticated (Staff+) SQL Injection via 'tc_order_status_filter' 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

Tickera Tickera – Sell Tickets & Manage Events
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-23T16:04:18.628Z

Reserved: 2026-07-10T19:20:56.047Z

Link: CVE-2026-15448

cve-icon Vulnrichment

Updated: 2026-07-23T16:04:10.850Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-07-23T16:17:13.843

Link: CVE-2026-15448

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')