SQL Injection Vulnerability in PickPlugins Question Answer for WordPress
CVE-2026-10207
7.5HIGH
What is CVE-2026-10207?
The PickPlugins Question Answer plugin for WordPress is vulnerable to SQL Injection due to inadequate sanitization of user input through the 'id' GET parameter. This vulnerability stems from the use of wp_unslash(), which bypasses WordPress's magic quotes protection, alongside the direct concatenation of user-supplied data into SQL queries without employing proper escaping or prepared statements within the qa_user_profile_card() function. Unauthenticated attackers can leverage this flaw to manipulate SQL queries, potentially extracting sensitive information from the database.
Affected Version(s)
PickPlugins Question Answer 0 <= 1.2.73