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 || &#39;&#39;<br />
<br />
and similarly stops using innerHTML for the static download icon.<br />
<br />
Version impacted =>3.3.0
Impacto
Puntuación base 4.0
5.10
Gravedad 4.0
MEDIA



