DolphinPHP User Management Page cross site scripting
Description
A vulnerability was found in DolphinPHP up to 1.5.0 and classified as problematic. Affected by this issue is the User Management Page. The manipulation leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
DolphinPHP up to 1.5.0 has a stored XSS in the User Management page via unsanitized nickname parameter, allowing arbitrary script execution in the admin panel.
Vulnerability
A stored cross-site scripting (XSS) vulnerability exists in DolphinPHP through version 1.5.0 [1]. The flaw resides in the User Management page, where the system fails to properly sanitize the nickname POST parameter [1]. When an authenticated user sets their nickname to include malicious JavaScript, the unsanitized value is stored and later rendered without encoding, leading to script execution.
Exploitation
An attacker must have valid credentials to log into the DolphinPHP backend [1]. After login, the attacker navigates to personal settings (e.g., user profile) and inserts a malicious payload such as `` into the nickname field. Subsequently, when any administrator visits "User" → "Permission Management" → "User Management", the stored payload executes in the context of the victim's browser session [1]. The attack can be launched remotely with no additional privileges beyond a standard user account.
Impact
Successful exploitation results in arbitrary JavaScript execution within the admin interface, potentially leading to session hijacking, defacement, or theft of sensitive data accessible through the admin panel. The attacker gains the ability to perform actions on behalf of the victim administrator, escalating the impact to full administrative control [1].
Mitigation
A fix has not been officially released; DolphinPHP version 1.5.0 is the latest affected version [1]. As a workaround, users should apply input validation and output encoding on the nickname field, and restrict admin panel access to trusted users. No CISA KEV listing is associated with this CVE.
AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Range: <=1.5.0
- unspecified/DolphinPHPv5Range: 1.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2- github.com/xiahao90/CVEproject/blob/main/DolphinPHPV1.5.0_xss.mdmitrex_refsource_MISC
- vuldb.commitrex_refsource_MISC
News mentions
0No linked articles in our index yet.