CVE-2026-81814 PUBLISHED

Flowintel Stored XSS in Calendar via Malicious Case Title

Assigner: CIRCL
Reserved: 27.08.2026 Published: 27.08.2026 Updated: 27.08.2026

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

Metrics

CVSS Vector: 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
CVSS Score: 5.1

Product Status

Vendor flowintel
Product flowintel
Versions Default: unaffected
  • affected from 0 to 3.3.0 (incl.)

Credits

  • Jeroen Pinoy finder
  • David Cruciani remediation developer

References

Problem Types

  • CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') CWE

Impacts

  • CAPEC-63 Cross-Site Scripting (XSS)