CVE-2026-49080
Deferred Deferred - Pending Action
Unauthenticated SQL Injection in wpDataTables

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description
Unauthenticated SQL Injection in wpDataTables <= 7.3.6 versions.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-17
Last Modified
2026-06-17
Generated
2026-06-17
AI Q&A
2026-06-17
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
wpdatatables wpdatatables to 7.3.6 (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
Compliance Impact

The vulnerability allows unauthenticated SQL Injection attacks that could lead to attackers interacting directly with the website's database and potentially stealing sensitive information.

Such unauthorized access and potential data theft can result in non-compliance with data protection regulations like GDPR and HIPAA, which require safeguarding sensitive personal and health information against breaches.

Therefore, exploitation of this vulnerability could compromise the confidentiality of sensitive data, leading to regulatory violations and associated legal and financial consequences.

Detection Guidance

This vulnerability is an unauthenticated SQL Injection in the wpDataTables WordPress plugin versions 7.3.6 and below. Detection typically involves monitoring for suspicious HTTP requests targeting the vulnerable plugin endpoints that attempt SQL injection payloads.

While no specific detection commands are provided in the resources, common approaches include using web application firewalls (WAF) with rules to detect SQL injection patterns or employing tools like curl or wget to test for SQL injection by sending crafted requests to the plugin's endpoints.

  • Use a web application firewall (WAF) with Patchstack's mitigation rules to block known attack patterns against this vulnerability.
  • Manually test the plugin endpoints by sending HTTP requests with typical SQL injection payloads and observe if the responses indicate a vulnerability.
  • Example command using curl to test for SQL injection (replace <target_url> with your site URL):
  • curl -v '<target_url>/?wpdatatables_param=1%27 OR 1=1--'

If the response contains database errors or unexpected data, it may indicate the presence of the vulnerability.

Ultimately, the best mitigation is to update the plugin to version 7.4 or later.

Executive Summary

CVE-2026-49080 is an unauthenticated SQL Injection vulnerability found in the WordPress wpDataTables plugin versions 7.3.6 and below.

This flaw allows attackers to directly interact with the website's database without needing to log in or authenticate, which can lead to unauthorized access to sensitive data.

It is classified under the OWASP Top 10 category A3: Injection and has a high severity score of 9.3, indicating a critical risk.

Impact Analysis

This vulnerability can have severe impacts including unauthorized access to sensitive information stored in the website's database.

Because it can be exploited without authentication, attackers can launch mass-exploit campaigns targeting thousands of websites using the vulnerable plugin.

Potential consequences include data theft and partial denial of service due to the low availability impact.

Mitigation Strategies

The vulnerability affects wpDataTables plugin versions 7.3.6 and below and allows unauthenticated SQL Injection.

Immediate mitigation steps include updating the plugin to version 7.4 or higher, which contains the patch for this vulnerability.

Until the update can be applied, it is strongly advised to implement the mitigation rule provided by Patchstack to block attacks targeting this vulnerability.

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