CVE-2026-13767
Last modified
CVE-2026-13767 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. The Quiz Master Next plugin for WordPress is vulnerable to SQL Injection via stored quiz page data in versions up to, and including, 11.2.0. This is due to insufficient escaping on the user-supplied 'pages' parameter persisted by the qsm_ajax_save_pages() AJAX handler (sanitize_text_field only) and lack of sufficient preparation on the existing SQL query built in qsm_options_questions_tab_content() at line 143, where the stored page IDs are interpolated into an IN() clause via implode() with no $wpdb->prepare() and no integer casting. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
The Quiz Master Next plugin for WordPress is vulnerable to SQL Injection via stored quiz page data in versions up to, and including, 11.2.0. This is due to insufficient escaping on the user-supplied 'pages' parameter persisted by the qsm_ajax_save_pages() AJAX handler (sanitize_text_field only) and lack of sufficient preparation on the existing SQL query built in qsm_options_questions_tab_content() at line 143, where the stored page IDs are interpolated into an IN() clause via implode() with no $wpdb->prepare() and no integer casting. This makes it possible for authenticated attackers, with Author-level access and above (who can own a quiz they are entitled to edit), to plant a SQL payload that is executed second-order whenever any user (including an administrator) views the quiz's Questions tab, allowing them 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 |
|---|---|---|
| expresstech | Quiz and Survey Master (QSM) – Quiz Maker & Survey Maker | <= 11.2.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-13767?
How severe is CVE-2026-13767?
How do I fix CVE-2026-13767?
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-1376IBM i 7.6 could allow a remote attacker to cause a denial of…7.5
- CVE-2026-13760OS command injection in the NodejsFunction Docker bundling p…7.3
- CVE-2026-13762Inconsistent interpretation of HTTP/2 requests in Amazon Clo…9.8
- CVE-2026-13763Inconsistent interpretation of HTTP/2 requests in AWS Applic…9.8
- CVE-2026-13765The LearnPress – WordPress LMS Plugin for Create and Sell On…7.5
- CVE-2026-13766DBIx::QuickORM versions before 0.000026 for Perl allow SQL i…9.8
- CVE-2026-13768Gardyn devices expose a privileged iothubowner key. Access t…10
- CVE-2026-13769Overly permissive file permissions in AWS CLI before 1.44.78…6.8
- CVE-2026-1377The imwptip plugin for WordPress is vulnerable to Cross-Site…4.3
- CVE-2026-13771The Customer Reviews for WooCommerce plugin for WordPress is…6.4
- CVE-2026-13772IBM WebSphere Extreme Scale 8.6.1.0 through 8.6.1.6 's Objec…9.9
- CVE-2026-13773IBM WebSphere Extreme Scale 8.6.1.0 through 8.6.1.6 Approxim…10
Are you affected by CVE-2026-13767?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
