CVE-2025-2932
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 JKDEVKIT plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the 'font_upload_handler' function in all versions up to, and including, 1.9.4. This makes it possible for authenticated attackers, with Subscriber-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). If WooCommerce is enabled, attackers will need Contributor-level access and above.
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 JKDEVKIT WordPress plugin fails to validate file paths in its font_upload_handler function, allowing authenticated attackers with Subscriber-level access (or Contributor with WooCommerce) to manipulate file paths and delete arbitrary files on the server. Deleting critical files like wp-config.php enables 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
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/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.
-
Confirm JKDEVKIT plugin is installedCheck the WordPress plugins directory at wp-content/plugins/ for a folder named jkdevkit, or look for JKDEVKIT in the WordPress admin under Plugins > Installed PluginsAffected if The plugin folder jkdevkit exists in wp-content/plugins/ or the plugin appears in the WordPress plugins list
-
Identify the installed JKDEVKIT versionOpen the main plugin file (typically wp-content/plugins/jkdevkit/jkdevkit.php) and look for the version header comment at the top of the file, or check the version column in Plugins > Installed PluginsAffected if The version is 1.9.4 or lower (or if no version is displayed and the plugin has not been updated recently)
-
Verify WordPress user registration is openIn WordPress admin, go to Settings > General and check 'Membership: Anyone can register' - if enabled, any visitor can register with a selected default roleAffected if Anyone can register is enabled and the default role is set to Subscriber or Contributor
-
Audit existing user accounts with Subscriber or Contributor rolesIn WordPress admin, go to Users and filter or examine the list for accounts with Subscriber or Contributor roles, especially accounts you do not recognizeAffected if There are Subscriber or Contributor accounts that were not created by known administrators, particularly accounts created recently
-
Check for evidence of file deletion attemptsReview web server access logs and error logs for requests to /wp-admin/admin-ajax.php with action=jkdevkit_font_upload or similar font_upload_handler calls, and check for suspicious path traversal patterns like ../ in parametersAffected if AJAX requests to the plugin contain path traversal sequences or critical files such as wp-config.php have been recently modified or deleted
You are affected if the JKDEVKIT plugin version is 1.9.4 or lower AND either user registration is open to Subscribers/Contributors OR unknown Subscriber/Contributor accounts exist on your site
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 to version 1.9.5 or later to patch the vulnerability. If immediate patching is not feasible, disable the JKDEVKIT plugin until a patch can be applied.
Latest version after 1.9.4 (verify current fixed release in WordPress plugin repository)
- 1. Update the JKDEVKIT plugin to the latest available version from the WordPress plugin repository
- 2. If automatic updates are not enabled, manually upload the latest version through Plugins > Add New > Upload Plugin
- 3. Verify the update was successful by checking the plugin version number
- 4. Confirm that the font_upload_handler function is no longer accessible to Subscriber-level users
- 5. If possible, review server logs for any suspicious file deletion attempts targeting wp-config.php or other critical files
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-2932 — 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-2932 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