WuKongOpenSource WukongCRM Cross-Site Request Forgery Vulnerability

Vulnerability

A cross-site request forgery (CSRF) vulnerability has been identified in WuKongOpenSource WukongCRM version 9.0. The issue resides in the AdminUserController.java file, specifically within the /system/user/updataPassword endpoint. This vulnerability allows attackers to manipulate authenticated users into performing actions such as changing passwords or modifying account settings without their consent. The application fails to verify the authenticity of requests that alter user-sensitive data, enabling attackers to exploit this weakness remotely.

Impact

Exploitation of this vulnerability could lead to unauthorized password changes, profile updates, or other account modifications, all performed without the user's consent.

Reproduction

To reproduce this vulnerability, send a POST request to the /system/user/updataPassword endpoint. Include the old password and the new password in the request. The absence of a Referer header does not invalidate the request, allowing the CSRF attack to succeed.

Remediation

It is recommended to implement anti-CSRF tokens in all state-changing forms, ensure cookies have the SameSite attribute set to Strict or Lax, validate the Referer header for sensitive actions, and use a double submit cookie approach. Integrating these measures can significantly reduce the risk of CSRF attacks.

Added: Sep 1, 2025, 7:22 PM
Updated: Sep 1, 2025, 7:22 PM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
2.5
exploitability
7.7
remediation
0.0
relevance
0.0
threat
6.4
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.