CVE-2025-11986

T

he Crypto plugin for WordPress is vulnerable to Information exposure 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 register and savenft methods with only a publicly-available nonce check and no wallet signature verification. This makes it possible for unauthenticated attackers to set a site-wide global authentication state via a single transient, bypassing all access controls for ALL visitors to the site. The impact is complete bypass of [crypto-block] shortcode restrictions and page-level access controls, affecting all site visitors for one hour, plus the ability to inject arbitrary data into the plugin's custom_users table.

Configurations

No configuration.

History

11 Nov 2025, 04:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-11-11 04:15

Updated : 2025-11-12 16:19


NVD link : CVE-2025-11986

Mitre link : CVE-2025-11986

CVE.ORG link : CVE-2025-11986


JSON object : View

Products Affected

No product.

CWE
CWE-306

Missing Authentication for Critical Function