CVE-2025-7052: LatePoint <= 5.1.94 - Cross-Site Request Forgery to Account Takeover via change_password() Function
The LatePoint plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 5.1.94. This is due to missing nonce validation on the changepassword() function of its customercabinetchangepassword AJAX route. The plugin hooks this endpoint via wpajax and wpajaxnopriv but does not verify a nonce or user capability before resetting the user’s password. This makes it possible for unauthenticated attackers who trick a logged-in customer (or, with “WP users as customers” enabled, an administrator) into visiting a malicious link to take over their account.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-7052?
CVE-2025-7052 is a high-severity vulnerability due to a Cross-Site Request Forgery risk in the LatePoint plugin for WordPress.
How do I fix CVE-2025-7052?
To fix CVE-2025-7052, update the LatePoint plugin for WordPress to the latest version beyond 5.1.94.
Where in the LatePoint plugin is CVE-2025-7052 found?
CVE-2025-7052 is found in the change_password() function of the customer_cabinet__change_password AJAX route.
What versions of the LatePoint plugin are affected by CVE-2025-7052?
CVE-2025-7052 affects all versions of the LatePoint plugin for WordPress up to and including 5.1.94.
What type of vulnerability is CVE-2025-7052?
CVE-2025-7052 is classified as a Cross-Site Request Forgery (CSRF) vulnerability.