CVE-2025-12089
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe Data Tables Generator by Supsystic plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the cleanCache() function in all versions up to, and including, 1.10.45. This makes it possible for authenticated attackers, with Administrator-level access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Data Tables Generator by Supsystic WordPress plugin contains an arbitrary file deletion vulnerability in the cleanCache() function due to insufficient path validation. Authenticated administrators can manipulate file paths to delete arbitrary files on the server, including critical files like wp-config.php, enabling potential remote code execution.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- High
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Locate the installed plugin versionAccess the WordPress admin dashboard and navigate to Plugins > Installed Plugins. Find 'Data Tables Generator by Supsystic' and note the version number displayed. Alternatively, check the plugin's main PHP file (usually in wp-content/plugins/tables-generator-by-supsystic/) for the version header in the file comments, or inspect the readme.txt file for the 'Stable tag' entry.Affected if The installed version is lower than 1.10.46, or the version cannot be determined (plugin is present but version info is missing or inaccessible).
-
Verify the cleanCache function existsLocate the plugin's PHP files, typically in wp-content/plugins/tables-generator-by-supsystic/. Search for the function definition 'function cleanCache' within the plugin files. This function is where the arbitrary file deletion vulnerability resides.Affected if The cleanCache function exists in the plugin code, indicating the vulnerable code path is present regardless of whether it has been accessed.
-
Inspect server access logs for cleanCache requestsReview web server access logs (Apache error.log, Nginx access.log, or WP debug logs if enabled) for requests containing 'cleanCache' or 'action=cleanCache' in the URI or POST parameters. Look for patterns like '/wp-admin/admin-ajax.php?action=cleanCache' or similar endpoint variations.Affected if Any logs show requests to the cleanCache function, especially with unusual file path parameters that suggest attempts to delete files outside the intended cache directory.
-
Check critical WordPress files for modification or deletionVerify the integrity of wp-config.php and other critical configuration files in the WordPress root directory. Compare file hashes or timestamps against known-good backups. Check if wp-config.php exists and is readable.Affected if wp-config.php is missing, has unexpected modifications, or the site is prompting for a new installation (indicating wp-config.php was deleted).
The environment is affected if the Data Tables Generator by Supsystic plugin is installed with a version lower than 1.10.46, or if logs show suspicious cleanCache requests, or if critical files like wp-config.php have been altered or deleted.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate the plugin to version 1.10.46 or later which includes proper path validation. Until updated, restrict administrator access and implement WAF rules to block suspicious file deletion requests.
1.10.46 or later
- Update the Data Tables Generator by Supsystic plugin to the latest available version (1.10.46 or later)
- Verify the update was successful by checking the plugin version in WordPress admin > Plugins
- Confirm the cleanCache() function no longer allows path traversal by testing with a non-cache directory path
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation3.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,272.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-12089 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-12089 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data