CVE-2016-20073
Received Received - Intake
SQL Injection in Answer My Question WordPress Plugin

Publication date: 2026-06-15

Last updated on: 2026-06-15

Assigner: VulnCheck

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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-15
Last Modified
2026-06-15
Generated
2026-06-15
AI Q&A
2026-06-15
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
mattkaye answer_my_question to 1.3 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The Answer My Question 1.3 plugin for WordPress contains an SQL injection vulnerability caused by improper input sanitization of the 'id' POST parameter.

This flaw allows unauthenticated attackers to send crafted SQL queries to the modal.php endpoint, enabling them to execute arbitrary SQL commands on the database.

By exploiting this vulnerability, attackers can extract sensitive information from the WordPress database, such as terms and configuration data.

Impact Analysis

This vulnerability can have serious impacts including unauthorized access to sensitive database information.

  • Attackers can extract WordPress terms and configuration data.
  • It allows execution of arbitrary SQL queries without authentication.
  • Potential compromise of the integrity and confidentiality of the WordPress site’s data.
Detection Guidance

This vulnerability can be detected by monitoring for unusual or crafted POST requests targeting the modal.php endpoint of the Answer My Question WordPress plugin, specifically those containing the 'id' parameter with suspicious SQL injection payloads.

A practical detection method is to use network traffic inspection tools or web application firewalls to log and analyze POST requests to modal.php for SQL injection patterns.

For example, using curl to test the vulnerability manually:

  • curl -X POST -d "id=1' OR '1'='1" http://yourwordpresssite/wp-content/plugins/answer-my-question/modal.php

If the response contains unexpected database information or errors, it indicates the presence of the vulnerability.

Mitigation Strategies

Immediate mitigation steps include disabling or removing the vulnerable Answer My Question plugin version 1.3 or earlier from your WordPress installation.

Since the plugin is no longer maintained or available for download, upgrading to a fixed version is not possible.

Additional measures include implementing web application firewall (WAF) rules to block malicious POST requests targeting modal.php with suspicious 'id' parameters.

Also, monitor your logs for any signs of exploitation attempts and restrict access to the plugin files if possible.

Compliance Impact

The vulnerability allows unauthenticated attackers to execute arbitrary SQL queries and extract sensitive database information, including WordPress terms and configuration data.

Such unauthorized access to sensitive data could potentially lead to non-compliance with data protection regulations like GDPR or HIPAA, which require safeguarding personal and sensitive information from unauthorized access or disclosure.

However, the provided context and resources do not explicitly discuss the impact of this vulnerability on compliance with specific standards or regulations.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2016-20073. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart