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
Published: 2026-08-27
Score: 5.1 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Flowintel renders calendar event titles with innerHTML, using data derived from case titles. A user capable of creating or editing a case title can inject HTML or script that is stored and later interpreted by browsers when another user views the calendar, resulting in stored cross‑site scripting. The flaw is a classic input‑validation weakness identified as CWE‑79.

Affected Systems

The affected product is Flowintel. Version 3.3.0 is impacted; later releases are presumed fixed unless otherwise noted.

Risk and Exploitability

With a CVSS score of 5.1 the vulnerability is of moderate severity. No EPSS score is available, and it is not listed in the CISA KEV catalog. Likely exploitation requires an authenticated user with permission to modify case titles, which then targets other authenticated users who view the calendar. The risk is confined to web browsers entering the calendar view and does not provide remote code execution beyond the user’s session context.

Generated by OpenCVE AI on August 27, 2026 at 15:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑provided patch that replaces innerHTML usage with textContent for calendar event titles and icons.
  • Restrict the ability to create or modify case titles to trusted users or roles to reduce exposure to malicious payloads.
  • Implement input sanitization or escaping for case titles to strip or encode HTML and JavaScript before rendering.

Generated by OpenCVE AI on August 27, 2026 at 15:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 27 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
First Time appeared Flowintel
Flowintel flowintel
Vendors & Products Flowintel
Flowintel flowintel

Thu, 27 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
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
Title Flowintel Stored XSS in Calendar via Malicious Case Title
Weaknesses CWE-79
References
Metrics cvssV4_0

{'score': 5.1, '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'}


Subscriptions

Flowintel Flowintel
cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-08-27T15:51:29.597Z

Reserved: 2026-08-27T12:48:37.284Z

Link: CVE-2026-81814

cve-icon Vulnrichment

Updated: 2026-08-27T15:51:26.043Z

cve-icon NVD

Status : Received

Published: 2026-08-27T13:18:43.790

Modified: 2026-08-27T17:21:04.737

Link: CVE-2026-81814

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T15:30:04Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')