AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2026-2412

MEDIUM · CVSS 6.5 EPSS 0.32%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-03-23 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 6.5. It affects WordPress. It involves a SQL injection risk. Exploitation may require the attacker to be authenticated.

CVE
CVE-2026-2412
Severity
MEDIUM
CVSS
6.5
EPSS
0.32%
WordPress

Original NVD Description

The Quiz and Survey Master (QSM) plugin for WordPress is vulnerable to SQL Injection via the 'merged_question' parameter in all versions up to, and including, 10.3.5. This is due to insufficient sanitization of user-supplied input before being used in a SQL query. The sanitize_text_field() function applied to the merged_question parameter does not prevent SQL metacharacters like ), OR, AND, and # from being included in the value, which is then directly concatenated into a SQL IN() clause without using $wpdb->prepare() or casting values to integers. This makes it possible for authenticated attackers, with Contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.