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

CVE-2026-81814

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:
27/08/2026
Última modificación:
28/08/2026

Descripción

*** Pendiente de traducción *** Affected versions of Flowintel render calendar event titles using innerHTML. Because those titles are derived from case titles, a user able to create or modify a case title could store HTML or script-capable content that is later interpreted by the browser when another user views the calendar.<br /> <br /> <br /> The fix changes:<br /> <br /> <br /> titleEl.innerHTML = arg.event.title<br /> <br /> <br /> to:<br /> <br /> <br /> titleEl.textContent = arg.event.title || &amp;#39;&amp;#39;<br /> <br /> and similarly stops using innerHTML for the static download icon.<br /> <br /> Version impacted =&gt;3.3.0