PT-2026-49077 · Emarket Design · Customer Support Ticket System & Helpdesk
She11F
·
Published
2026-06-13
·
Updated
2026-06-13
·
CVE-2026-9848
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
The WP Ticket plugin for WordPress is vulnerable to SQL Injection via the WordPress search query parameter (
s) in versions up to, and including, 6.0.4 The plugin hooks WordPress's posts request filter with wp ticket com posts request(), which calls emd author search results() when the current request is an unauthenticated front-end search. That function reads $query->query vars['s'] — already wp unslash()'d by WP Query::parse query(), so wp magic quotes protection has been stripped — and concatenates the raw value into a SQL LIKE clause inside a UNION sub-SELECT appended to the main query, with no $wpdb->prepare() or escaping. This makes it possible for unauthenticated attackers to append additional SQL queries into already-existing queries that can be used to extract sensitive information from the database.Fix
SQL injection
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Customer Support Ticket System & Helpdesk