CVE-2026-81814: Flowintel Stored XSS in Calendar via Malicious Case Title

Published Aug 27, 2026
·
Updated

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

Affected Software

1 affected component
Flowintel=3.3.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Flowintel to a version that resolves this vulnerability.

    Fixed in 3.3.0
  2. Configuration

    Update Flowintel so calendar event titles are rendered with titleEl.textContent = arg.event.title || '' instead of titleEl.innerHTML = arg.event.title to prevent Stored XSS via malicious case titles. Also apply the same change for the static download icon to stop using innerHTML.

    Flowintel calendar event title rendering innerHTML usage (titleEl.innerHTML) = replaced with textContent (titleEl.textContent = arg.event.title || '')

Event History

Aug 27, 2026
CVE Published
via MITRE·12:48 PM
Data Sourced
via MITRE·12:48 PM
DescriptionWeakness
Data Sourced
via NVD·01:18 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who can trigger the issue, and who is exposed to the stored payload?

Any user who can create or modify a case title can store malicious HTML or script-capable content. Users who later view the calendar where the associated event title is rendered may be exposed.

2

Which versions are affected?

Flowintel versions up to and including 3.3.0 are impacted.

3

What should be changed if applying the fix is not immediately possible?

Restrict case-title creation and modification to trusted users, and review existing case titles for HTML or script-capable content. The vulnerable behavior is caused by rendering event titles with innerHTML; the fix uses textContent instead.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203