CVE-2025-11988: CWE-862 Missing Authorization in odude Crypto Tool
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.
AI Analysis
Technical Summary
The odude Crypto Tool WordPress plugin, versions up to and including 2.22, contains a missing authorization vulnerability identified as CVE-2025-11988 (CWE-862). The plugin registers an unauthenticated AJAX action named wp_ajax_nopriv_crypto_connect_ajax_process, which allows unauthenticated users to invoke the crypto_delete_json method. This method deletes JSON files matching the pattern *_pending.json located within the wp-content/uploads/yak/ directory. The vulnerability exists because the AJAX action relies solely on a publicly available nonce for validation, which does not provide sufficient authorization controls to restrict access. Consequently, any remote attacker can trigger deletion of these JSON files without authentication or user interaction. The deletion of these files causes data loss and denial of service for plugin workflows that depend on these JSON artifacts, potentially disrupting cryptographic operations or related functionalities provided by the plugin. The CVSS 3.1 base score is 5.3 (medium severity), reflecting network attack vector, low attack complexity, no privileges required, no user interaction, no confidentiality impact, limited integrity impact (file deletion), and no availability impact beyond the plugin's workflow disruption. No patches or known exploits are currently reported, but the vulnerability poses a tangible risk to WordPress sites using this plugin. The flaw highlights the importance of proper authorization checks beyond nonce validation for AJAX actions in WordPress plugins.
Potential Impact
For European organizations, exploitation of this vulnerability can lead to targeted denial of service and data loss within WordPress sites utilizing the odude Crypto Tool plugin. This can disrupt business-critical cryptographic workflows or processes relying on the plugin's JSON files, potentially impacting confidentiality indirectly if cryptographic operations fail or are bypassed. The loss of *_pending.json files may cause operational downtime, requiring manual restoration or reconfiguration. Organizations with public-facing WordPress sites are particularly vulnerable due to the network-exploitable nature of the flaw and lack of authentication requirements. This could affect e-commerce, financial services, healthcare, and government websites that rely on secure cryptographic functions. Additionally, the disruption could erode customer trust and lead to compliance issues under regulations like GDPR if service availability or data integrity is compromised. Although the vulnerability does not directly expose sensitive data, the integrity and availability impacts can have cascading effects on organizational security posture and operational continuity.
Mitigation Recommendations
1. Immediately audit WordPress sites for the presence of the odude Crypto Tool plugin and identify versions up to 2.22. 2. Disable or remove the vulnerable AJAX action wp_ajax_nopriv_crypto_connect_ajax_process by modifying the plugin code or applying a temporary patch to prevent unauthenticated access. 3. Implement proper authorization checks in the plugin code to ensure only authenticated and authorized users can invoke sensitive AJAX actions, replacing reliance on publicly available nonces. 4. Restrict access to the wp-content/uploads/yak/ directory at the web server level to prevent unauthorized file deletions. 5. Monitor logs for suspicious AJAX requests targeting the vulnerable action and for unexpected deletions of *_pending.json files. 6. Maintain regular backups of WordPress site data, including plugin-related files, to enable rapid recovery from deletion attacks. 7. Engage with the plugin vendor or community to obtain official patches or updates addressing this vulnerability. 8. Educate site administrators on the risks of unauthenticated AJAX endpoints and best practices for plugin security hardening.
Affected Countries
Germany, United Kingdom, France, Netherlands, Italy, Spain, Poland, Sweden
CVE-2025-11988: CWE-862 Missing Authorization in odude Crypto Tool
Description
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.
AI-Powered Analysis
Technical Analysis
The odude Crypto Tool WordPress plugin, versions up to and including 2.22, contains a missing authorization vulnerability identified as CVE-2025-11988 (CWE-862). The plugin registers an unauthenticated AJAX action named wp_ajax_nopriv_crypto_connect_ajax_process, which allows unauthenticated users to invoke the crypto_delete_json method. This method deletes JSON files matching the pattern *_pending.json located within the wp-content/uploads/yak/ directory. The vulnerability exists because the AJAX action relies solely on a publicly available nonce for validation, which does not provide sufficient authorization controls to restrict access. Consequently, any remote attacker can trigger deletion of these JSON files without authentication or user interaction. The deletion of these files causes data loss and denial of service for plugin workflows that depend on these JSON artifacts, potentially disrupting cryptographic operations or related functionalities provided by the plugin. The CVSS 3.1 base score is 5.3 (medium severity), reflecting network attack vector, low attack complexity, no privileges required, no user interaction, no confidentiality impact, limited integrity impact (file deletion), and no availability impact beyond the plugin's workflow disruption. No patches or known exploits are currently reported, but the vulnerability poses a tangible risk to WordPress sites using this plugin. The flaw highlights the importance of proper authorization checks beyond nonce validation for AJAX actions in WordPress plugins.
Potential Impact
For European organizations, exploitation of this vulnerability can lead to targeted denial of service and data loss within WordPress sites utilizing the odude Crypto Tool plugin. This can disrupt business-critical cryptographic workflows or processes relying on the plugin's JSON files, potentially impacting confidentiality indirectly if cryptographic operations fail or are bypassed. The loss of *_pending.json files may cause operational downtime, requiring manual restoration or reconfiguration. Organizations with public-facing WordPress sites are particularly vulnerable due to the network-exploitable nature of the flaw and lack of authentication requirements. This could affect e-commerce, financial services, healthcare, and government websites that rely on secure cryptographic functions. Additionally, the disruption could erode customer trust and lead to compliance issues under regulations like GDPR if service availability or data integrity is compromised. Although the vulnerability does not directly expose sensitive data, the integrity and availability impacts can have cascading effects on organizational security posture and operational continuity.
Mitigation Recommendations
1. Immediately audit WordPress sites for the presence of the odude Crypto Tool plugin and identify versions up to 2.22. 2. Disable or remove the vulnerable AJAX action wp_ajax_nopriv_crypto_connect_ajax_process by modifying the plugin code or applying a temporary patch to prevent unauthenticated access. 3. Implement proper authorization checks in the plugin code to ensure only authenticated and authorized users can invoke sensitive AJAX actions, replacing reliance on publicly available nonces. 4. Restrict access to the wp-content/uploads/yak/ directory at the web server level to prevent unauthorized file deletions. 5. Monitor logs for suspicious AJAX requests targeting the vulnerable action and for unexpected deletions of *_pending.json files. 6. Maintain regular backups of WordPress site data, including plugin-related files, to enable rapid recovery from deletion attacks. 7. Engage with the plugin vendor or community to obtain official patches or updates addressing this vulnerability. 8. Educate site administrators on the risks of unauthenticated AJAX endpoints and best practices for plugin security hardening.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-10-20T19:32:02.759Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 6912b13014bc3e00ba783d27
Added to database: 11/11/2025, 3:44:48 AM
Last enriched: 11/18/2025, 4:52:38 AM
Last updated: 11/21/2025, 10:02:48 AM
Views: 16
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
Salesforce Instances Hacked via Gainsight Integrations
MediumCVE-2025-13138: CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in listingthemes WP Directory Kit
HighCVE-2025-12964: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in nalam-1 Magical Products Display – Elementor WooCommerce Widgets | Product Sliders, Grids & AJAX Search
MediumCVE-2025-12750: CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in trainingbusinesspros Groundhogg — CRM, Newsletters, and Marketing Automation
MediumCVE-2025-12160: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in nmedia Simple User Registration
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.