CVE-2025-11988 MEDIUM

CVE-2025-11988: Crypto Tool <= 2.22 - Missing Authentication to Unauthenticated Limited File Deletion

Vendor Odude
Product Crypto Tool
Weakness CWE-862 · Missing authorization
Published November 11, 2025
Last update April 8, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

The Crypto plugin for WordPress is vulnerable to unauthorized manipulation of data in all versions up to, and including, 2.22. This is due to the plugin registering an unauthenticated AJAX action (wp_ajax_nopriv_crypto_connect_ajax_process) that allows calling the crypto_delete_json method with only a publicly-available nonce check. This makes it possible for unauthenticated attackers to delete specific JSON files matching the pattern *_pending.json within the wp-content/uploads/yak/ directory, causing data loss and denial of service for plugin workflows that rely on these artifacts.

Explanation of Vulnerability in Simple Terms

02Summary

Crypto Tool versions 2.22 and earlier lack proper authorization checks, allowing unauthenticated attackers to modify data via network requests. No authentication or user interaction is required. The vulnerability affects data integrity but not confidentiality or availability. Update to a version newer than 2.22.

What an attacker can do

03Attacker Capabilities

Modify data on the site without authentication.

Potential impact on your site

04Site Impact

Attackers can alter data in Crypto Tool without logging in, risking data corruption or manipulation.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

November 11, 2025 CVE published
April 8, 2026 Record updated