Impact
The PickPlugins Question Answer plugin for WordPress contains a bug that allows unauthenticated users to exploit the 'id' GET parameter in its user profile template. Insufficient sanitization, combined with wp_unslash() and direct concatenation into a SQL query, creates a classic SQL injection flaw per CWE‑89. An attacker can craft malicious input that is appended to the database query, enabling extraction of sensitive data such as user credentials or site configuration.
Affected Systems
This vulnerability is present in all releases of the PickPlugins Question Answer plugin up to and including version 1.2.73 on WordPress sites. No higher version information is supplied in the CVE data.
Risk and Exploitability
The CVSS score of 7.5 indicates medium to high severity, and the EPSS score of less than 1% suggests a low but non‑zero likelihood of exploitation in the wild. The flaw does not rely on privileged access, so unauthenticated attackers can trigger it via the public URL that accepts the 'id' parameter. The vulnerability is not listed in CISA’s KEV catalog, but its impact on data confidentiality makes it a significant risk if an active WordPress installation is running a vulnerable version.
OpenCVE Enrichment