CVE-2026-31845
Gravedad CVSS v4.0:
CRÍTICA
Tipo:
CWE-79
Neutralización incorrecta de la entrada durante la generación de la página web (Cross-site Scripting)
Fecha de publicación:
11/04/2026
Última modificación:
11/04/2026
Descripción
*** Pendiente de traducción *** A reflected cross-site scripting (XSS) vulnerability exists in Rukovoditel CRM version 3.6.4 and earlier in the Zadarma telephony API endpoint (/api/tel/zadarma.php). The application directly reflects user-supplied input from the &#39;zd_echo&#39; GET parameter into the HTTP response without proper sanitization, output encoding, or content-type restrictions.<br />
<br />
The vulnerable code is:<br />
<br />
if (isset($_GET[&#39;zd_echo&#39;])) exit($_GET[&#39;zd_echo&#39;]);<br />
<br />
An unauthenticated attacker can exploit this issue by crafting a malicious URL containing JavaScript payloads. When a victim visits the link, the payload executes in the context of the application within the victim&#39;s browser, potentially leading to session hijacking, credential theft, phishing, or account takeover.<br />
<br />
The issue is fixed in version 3.7, which introduces proper input validation and output encoding to prevent script injection.
Impacto
Puntuación base 4.0
9.30
Gravedad 4.0
CRÍTICA
Puntuación base 3.x
9.30
Gravedad 3.x
CRÍTICA
Puntuación base 2.0
6.40
Gravedad 2.0
MEDIA



