Description
The Dinatur WordPress plugin through 1.18 does not sanitize and escape user input before using it in a SQL query, allowing unauthenticated users to perform SQL injection attacks. The same handler also performs a database table truncation without any authorization check, allowing any unauthenticated visitor to wipe the Dinatur WordPress plugin through 1.18's data.
Published: 2026-08-19
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Dinatur WordPress plugin through version 1.18 fails to escape or validate user input used in an SQL query, enabling unauthenticated attackers to inject malicious SQL code. Additionally, the same request handler performs a database table truncation without any authentication check, giving an attacker the ability to wipe all plugin data. These weaknesses can be exploited to read, modify, or delete data, potentially leading to full compromise of the plugin’s database.

Affected Systems

The vulnerability affects the Dinatur WordPress plugin for all releases up to and including version 1.18. Any WordPress instance running the affected plugin is therefore exposed until a newer, patched version is installed.

Risk and Exploitability

With a CVSS score of 8.6 the vulnerability is considered high severity, yet the EPSS score indicates that the likelihood of exploitation is currently below 1% and the flaw is not present in CISA’s KEV catalog. Attack likely comes from an unauthenticated user sending a crafted request to the vulnerable endpoint; no prior authentication or special credentials are required. The resulting exploit can lead to unauthorized database read or delete operations, compromising confidentiality and integrity of the site’s data.

Generated by OpenCVE AI on August 20, 2026 at 16:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the latest Dinatur plugin version that resolves the SQL injection and truncation issue.
  • If an immediate update is not possible, restrict access to the plugin’s front‑end endpoint by blocking the request URI in the web server or firewall configuration.
  • After remediation, review the database for any accidental truncation or unauthorized changes and restore from backup if necessary.

Generated by OpenCVE AI on August 20, 2026 at 16:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 19 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

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


Wed, 19 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Dinatur WordPress plugin through 1.18 does not sanitize and escape user input before using it in a SQL query, allowing unauthenticated users to perform SQL injection attacks. The same handler also performs a database table truncation without any authorization check, allowing any unauthenticated visitor to wipe the Dinatur WordPress plugin through 1.18's data.
Title Dinatur <= 1.18 - Unauthenticated SQL Injection via Column Name Injection
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-19T12:53:29.021Z

Reserved: 2026-06-23T11:43:26.463Z

Link: CVE-2026-12983

cve-icon Vulnrichment

Updated: 2026-08-19T12:53:23.794Z

cve-icon NVD

Status : Deferred

Published: 2026-08-19T06:17:31.307

Modified: 2026-08-26T16:30:52.723

Link: CVE-2026-12983

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T17:00:02Z

Weaknesses
  • CWE-89

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