← Zurück zur CVE-Suche

CVE-2026-81814

Flowintel

Beschreibung

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. The fix changes: titleEl.innerHTML = arg.event.title to: titleEl.textContent = arg.event.title || -- and similarly stops using innerHTML for the static download icon. Version impacted =>3.3.0

CVSS 5.1EPSS 0.256%Risiko 0.52
Quelle öffnen
Veröffentlicht
2026-08-27 13:18:43
Betroffene Versionen
>=3.3.0
Typ
Webanwendung
Zuletzt geändert
2026-08-28 15:28:32
Vektor
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X