WordPress security changelog
MEDIUM CVE-2026-15018 Received

Database Collation Fix exposes conditional unauthenticated SQL injection

Database Collation Fix through 1.2.10 places the unauthenticated force-collation-algorithm parameter into an SQL query without sufficient escaping or preparation. A visitor can use time-based injection to extract database information when trigger.txt exists in the plugin directory, a state created by DesktopServer site lifecycle operations.

CVE / CNA score 5.3 CVSS 3.1 · security@wordfence.com
NVD score Pending NVD has not published its own CVSS assessment.
Component
Database Collation Fix
Plugin slug
database-collation-fix
Affected
<= 1.2.10
Safe version
> 1.2.10
Published
Aug 01, 2026
Weakness
CWE-89 — Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

This CVE was published Aug 01, 2026 and is one of 2 known issues for this plugin.

Update, patch or deactivate.

Update to a corrected release after 1.2.10 and remove stale trigger.txt files. Review requests and database logs for crafted algorithm values or time-delay probes, and rotate secrets if disclosure is suspected.

A safe version is available, so updating to that version or later is the preferred remediation. If an immediate update is not practical, consider a targeted application patch or temporarily restricting the affected functionality.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical 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.

CVE / CNA vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N

Primary and upstream sources