CVE-2023-44915
Description
A cross-site scripting (XSS) vulnerability in the component /Login.php of c3crm up to v3.0.4 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the login_error parameter.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Reflected XSS in c3crm (Yike CRM) Login.php allows attackers to execute arbitrary scripts via crafted login_error parameter.
Vulnerability
Details
The vulnerability resides in the /Login.php component of c3crm (also known as Yike CRM) versions up to 3.0.4. The login_error parameter, received via a GET request, is directly echoed into the HTML response without proper sanitization or encoding [2][3]. This lack of output encoding allows an attacker to inject arbitrary JavaScript or HTML.
Exploitation
Exploitation requires no authentication; an attacker can craft a malicious URL containing a payload in the login_error parameter. For example, ?login_error=<script>alert("xss");</script> triggers the script execution in the victim's browser when the link is visited [3]. The attack is reflected, meaning the payload is not stored on the server but delivered via the crafted link.
Impact
Successful exploitation enables an attacker to execute arbitrary web scripts in the context of the victim's session. This can lead to session hijacking, credential theft, defacement, or redirection to malicious sites. Given that c3crm is used by over 10,000 companies, primarily in China, the potential for widespread impact is significant [1][3].
Mitigation
As of the publication date, no official patch has been announced for versions up to 3.0.4. Mitigation recommendations include implementing proper input sanitization and output encoding for the login_error parameter, as well as deploying a Web Application Firewall (WAF) to filter malicious payloads [3]. Users should monitor the vendor's repository for updates.
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3News mentions
0No linked articles in our index yet.