CVE-2025-2932 HIGH

CVE-2025-2932: JKDEVKIT <= 1.9.4 - Authenticated (Subscriber+) Arbitrary File Deletion

Vendor Jkdevstudio
Product JKDEVKIT
Weakness CWE-22 · Path traversal
Published July 3, 2025
Last update April 8, 2026

CVSS base score

8.8/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity High

CVSS vector

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

What the vulnerability does

01Description

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

Explanation of Vulnerability in Simple Terms

02Summary

JKDEVKIT versions up to 1.9.4 contain a path traversal vulnerability that allows authenticated users to read, write, or delete arbitrary files on the server. An attacker with low-level access can bypass directory restrictions and access sensitive files outside the intended application directory. This affects confidentiality, integrity, and availability of the entire system.

What an attacker can do

03Attacker Capabilities

Read, write, or delete arbitrary files on the server outside the application directory.

Potential impact on your site

04Site Impact

An attacker with basic user access can compromise sensitive files, configuration data, and potentially take the site offline.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege user account on the system or application.

Key dates

06Disclosure timeline

July 3, 2025 CVE published
April 8, 2026 Record updated