VYPR
Unrated severityOSV Advisory· Published Apr 24, 2018· Updated Aug 5, 2024

CVE-2018-10312

CVE-2018-10312

Description

index.php?m=member&v=pw_reset in WUZHI CMS 4.1.0 allows CSRF to change the password of a common member.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

WUZHI CMS 4.1.0 'index.php?m=member&v=pw_reset' lacks CSRF protection, allowing arbitrary password changes for common members.

Vulnerability

In WUZHI CMS version 4.1.0, the password reset functionality at index.php?m=member&v=pw_reset for common members does not include a CSRF token or any anti-forgery mechanism [1]. This allows an attacker to trick a logged-in member into submitting a crafted request that changes their password without their consent.

Exploitation

An attacker can create a malicious HTML page containing a form that submits a POST request to the vulnerable endpoint with the desired new password. The victim, who is already authenticated as a common member, only needs to visit this page for the password change to occur [1]. The provided proof-of-concept demonstrates a hidden form that submits the password fields automatically.

Impact

Successful exploitation results in an attacker changing the victim's password, leading to full account takeover of the common member account. The attacker can then log in as the victim and access any member-level functionality.

Mitigation

As of the publication date (April 2018), no official fix has been released for this vulnerability [1]. Administrators should implement CSRF protection on the password reset form, such as adding a unique token validated on the server side. Users should avoid visiting untrusted pages while logged into the CMS.

AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.