Description
Answer My Question 1.3 plugin for WordPress contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the 'id' POST parameter. Attackers can submit crafted SQL statements to the modal.php endpoint to extract sensitive database information including WordPress terms and configuration data.
Published: 2026-06-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Answer My Question 1.3 WordPress plugin contains a classic SQL injection flaw that permits an unauthenticated attacker to send a crafted 'id' value in a POST request to modal.php. The plugin concatenates this value directly into an SQL statement, allowing arbitrary SQL commands to be executed against the WordPress database. This is a textbook example of CWE‑89 where unsanitized user input interacts with database operations.

Affected Systems

The affected product is the Answer My Question plugin developed by mattkaye. The vulnerability is documented for version 1.3 of the plugin. Any installation of this plugin that has not been updated to a fixed release may be impacted.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity, and the EPSS score of less than 1% suggests a low but nonzero probability of exploitation. The flaw accepts unauthenticated HTTP POST input to modal.php, so any visitor to the site could trigger the exploit. Attackers could execute arbitrary SQL queries and obtain sensitive database information such as WordPress terms and configuration data. Because the vulnerability is not listed in the CISA KEV catalog, no official exploit has been documented, but the high severity and low authentication requirement make it a significant risk to affected sites.

Generated by OpenCVE AI on June 18, 2026 at 03:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Answer My Question plugin to a version that contains the SQL injection fix as soon as it becomes available.
  • If the plugin is not needed for site functionality, uninstall or deactivate it to remove the vulnerable code.
  • Restrict access to modal.php by requiring authentication or blocking the 'id' parameter using web‑server or WordPress configuration rules as a temporary workaround.
  • Implement input validation for the 'id' POST parameter, ensuring that only numeric values are accepted, to prevent future injection attempts.

Generated by OpenCVE AI on June 18, 2026 at 03:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 23 Jun 2026 21:30:00 +0000

Type Values Removed Values Added
First Time appeared Mattkaye
Mattkaye answer My Question
Wordpress
Wordpress wordpress
Vendors & Products Mattkaye
Mattkaye answer My Question
Wordpress
Wordpress wordpress

Mon, 15 Jun 2026 22:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 15 Jun 2026 14:00:00 +0000

Type Values Removed Values Added
Description Answer My Question 1.3 plugin for WordPress contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the 'id' POST parameter. Attackers can submit crafted SQL statements to the modal.php endpoint to extract sensitive database information including WordPress terms and configuration data.
Title Answer My Question 1.3 Plugin WordPress SQL Injection via modal.php
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N'}

cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Mattkaye Answer My Question
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-15T22:00:01.584Z

Reserved: 2026-06-15T11:40:26.273Z

Link: CVE-2016-20073

cve-icon Vulnrichment

Updated: 2026-06-15T21:59:56.573Z

cve-icon NVD

Status : Deferred

Published: 2026-06-15T14:16:30.520

Modified: 2026-06-15T20:50:47.973

Link: CVE-2016-20073

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-23T21:09:26Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')