CVE Catalog

CVE-2026-81814

MediumCVSS 5.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.26%

17th percentile - higher than 17% of all known CVEs

Summary

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 innerHTML to textContent.

Risk Assessment

An attacker can inject malicious scripts that execute in other users' browsers, potentially leading to data theft or session hijacking.

Recommendation

Update Flowintel to a version that includes the fix (changing innerHTML to textContent) and avoid using innerHTML for displaying user data.

Other vulnerabilities in Flowintel

See all
Original NVD description (English source)

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

Vulnerability data from NVD (NIST) · CISA KEV · EPSS