NONE · 0

CVE-2026-81814

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-...

Vulnerability Description

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

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-81814?

CVE-2026-81814 is a documented vulnerability. 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-...

How severe is CVE-2026-81814?

CVSS scoring is not yet available for CVE-2026-81814. Check NVD for updates.

Is there a patch for CVE-2026-81814?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.