Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-71447

Gravedad CVSS v4.0:
MEDIA
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:
06/08/2026
Última modificación:
06/08/2026

Descripción

*** Pendiente de traducción *** AIL Project contains a stored cross-site scripting vulnerability in the translation controls displayed for chat messages and forum posts.<br /> <br /> The affected templates inserted message and post identifiers directly into inline JavaScript onclick handlers:<br /> <br /> onclick="translateMessageToPreferredLanguage(&amp;#39;{{ message[&amp;#39;id&amp;#39;] }}&amp;#39;, &amp;#39;{{ mess_id_escape }}&amp;#39;, this)"<br /> <br /> and:<br /> <br /> onclick="translatePostToPreferredLanguage(&amp;#39;{{ post[&amp;#39;id&amp;#39;] }}&amp;#39;, &amp;#39;{{ post_id_escape }}&amp;#39;, this)"<br /> <br /> These values were HTML-template escaped but were not safely encoded for use as JavaScript string literals inside an HTML attribute. A specially crafted identifier containing quotation marks, escape characters, or other JavaScript syntax could therefore terminate the expected string argument and inject arbitrary JavaScript into the event handler.<br /> <br /> Because the affected values are associated with indexed chat messages or forum posts, a malicious value may remain stored by AIL and be rendered whenever an analyst accesses the corresponding chat or forum explorer view.<br /> <br /> Successful exploitation requires the victim to click the affected Translate to preferred language button. The injected code would then execute in the victim’s browser under the security origin of the AIL instance.