CVE-2026-9848
Last modified
CVE-2026-9848 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.51% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-9848?
How severe is CVE-2026-9848?
How do I fix CVE-2026-9848?
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-9834The WP Database Backup – Unlimited Database & Files Backup b…7.2
- CVE-2026-9836IBM InfoSphere Information Server 11.7.0.0 through 11.7.1.6 …7.5
- CVE-2026-9838The ICS Calendar plugin for WordPress is vulnerable to Refle…6.1
- CVE-2026-9842The Backstage - Customizer Demo Access plugin for WordPress …7.5
- CVE-2026-9843The Database for Contact Form 7, WPforms, Elementor forms pl…8.1
- CVE-2026-9844Use of default credentials vulnerability in Roche Diagnostic…8.8
- CVE-2026-9851The Booking Package plugin for WordPress is vulnerable to Pr…7.2
- CVE-2026-9856A vulnerability in huggingface/transformers versions <=5.8.0…7.1
- CVE-2026-9857The Invoice123 plugin for WordPress is vulnerable to authori…4.3
- CVE-2026-9860The Offload, AI & Optimize with Cloudflare Images plugin for…8.8
- CVE-2026-9862Fortra's Core Privileged Access Manager (BoKS) contains an …9.8
- CVE-2026-9863Fortra BoKS Manager contains an OS command injection vulnera…8.8
Are you affected by CVE-2026-9848?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
