Description
The Database Collation Fix plugin for WordPress is vulnerable to time-based SQL Injection via the 'force-collation-algorithm' parameter in all versions up to, and including, 1.2.10 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Exploitation requires a trigger.txt file to be present in the plugin's directory (/wp-content/plugins/database-collation-fix/trigger.txt), a condition created by DesktopServer integration events such as site creation, copy, import, move, export, or deploy.
Published: 2026-08-01
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Database Collation Fix plugin is vulnerable to time‑based SQL injection through the 'force-collation-algorithm' parameter. Insufficient escaping allows an unauthenticated attacker to inject arbitrary SQL, which can be used to read or extract sensitive content from the database. The flaw enables an attacker to append additional SQL statements to existing queries, potentially retrieving confidential information such as user credentials or site data. This weakness is a classic example of CWE‑89 (SQL Injection).

Affected Systems

Any WordPress installation that has the Database Collation Fix plugin installed in version 1.2.10 or earlier is affected. The vulnerability is active for sites that have the plugin activated and that have a 'trigger.txt' file present in the plugin's directory (/wp‑content/plugins/database‑collation‑fix/). Similar configurations may arise in environments utilizing DesktopServer integration events such as site creation, copy, import, move, export, or deploy, which commonly create this file.

Risk and Exploitability

Because the flaw can be triggered without authentication, the opportunity for exploitation is higher than for privileged‑only bugs. The CVSS score of 5.3 indicates a moderate impact. However, the EPSS score of less than 1% and absence from the CISA KEV catalog suggest that, as of now, exploitation is unlikely to be widespread. Inferred, the attack vector is through normal web traffic to the WordPress site, with the attacker supplying the vulnerable parameter in a request. The 'trigger.txt' requirement conditions the vulnerability to environments that create this file; thus, only sites that have experienced a DesktopServer integration event are fully vulnerable.

Generated by OpenCVE AI on August 2, 2026 at 03:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Database Collation Fix plugin to a version newer than 1.2.10 if an official patch is available
  • If a patch is not available, remove or deactivate the plugin from the WordPress installation until a fix can be applied
  • Delete the trigger.txt file from /wp‑content/plugins/database‑collation‑fix/ to eliminate the prerequisite for exploitation

Generated by OpenCVE AI on August 2, 2026 at 03:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sun, 02 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Davejesch
Davejesch database Collation Fix
Wordpress
Wordpress wordpress
Vendors & Products Davejesch
Davejesch database Collation Fix
Wordpress
Wordpress wordpress

Sat, 01 Aug 2026 08:30:00 +0000

Type Values Removed Values Added
Description The Database Collation Fix plugin for WordPress is vulnerable to time-based SQL Injection via the 'force-collation-algorithm' parameter in all versions up to, and including, 1.2.10 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Exploitation requires a trigger.txt file to be present in the plugin's directory (/wp-content/plugins/database-collation-fix/trigger.txt), a condition created by DesktopServer integration events such as site creation, copy, import, move, export, or deploy.
Title Database Collation Fix <= 1.2.10 - Unauthenticated SQL Injection via 'force-collation-algorithm' Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

Davejesch Database Collation Fix
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-03T17:59:21.993Z

Reserved: 2026-07-07T23:30:22.187Z

Link: CVE-2026-15018

cve-icon Vulnrichment

Updated: 2026-08-03T17:59:02.108Z

cve-icon NVD

Status : Deferred

Published: 2026-08-01T09:16:58.750

Modified: 2026-08-12T21:00:37.147

Link: CVE-2026-15018

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T20:31:57Z

Weaknesses
  • CWE-89

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