CVE-2025-3806
Description
A vulnerability, which was classified as problematic, has been found in dazhouda lecms up to 3.0.3. Affected by this issue is some unknown functionality of the file /admin of the component Edit Profile Handler. 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.
Stored XSS vulnerability in lecms <=3.0.3 via /admin Edit Profile Handler allows remote attackers to inject arbitrary scripts.
The vulnerability is a stored cross-site scripting (XSS) issue in lecms versions up to 3.0.3. It resides in the /admin Edit Profile Handler, where user profile updates fail to sanitize input. Reference [1] demonstrates that inserting an XSS payload into the edit profile page leads to persistent JavaScript execution.
An authenticated attacker with administrative access can exploit the vulnerability by navigating to /admin > User Management > Edit, then inserting a crafted payload such as `` into the profile field and submitting the form. Subsequently, when an administrator visits Content Management > Tag Management > Add and then views the created tag, the injected script executes in the browser context.
Successful exploitation allows the attacker to execute arbitrary JavaScript within the admin panel, potentially compromising session cookies, performing actions on behalf of the victim, or defacing the administrative interface. The CVSS score of 2.4 indicates low impact due to the requirement of authenticated access and limited scope (user interaction required).
As of publication, no official patch has been released. Users are advised to restrict admin panel access, apply input validation, or upgrade to a patched version if available. The vulnerability has been publicly disclosed, increasing the risk of exploitation.
AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4News mentions
0No linked articles in our index yet.