CVE-2026-69075: Stored Cross-Site Scripting via Vue Template Injection in FlowIntel
FlowIntel is affected by a stored cross-site scripting vulnerability through multiple user-controlled or administrator-controlled fields.
Persisted values—including case titles, ticket identifiers, recurring-case information, user profile attributes, organisation names, and role names—were rendered inside DOM elements subsequently compiled by Vue. Although normal HTML escaping could neutralize direct HTML markup, it did not prevent an attacker from injecting Vue interpolation expressions using the configured [[ ... ]] delimiters.
An authenticated attacker able to modify one of the affected fields could store a malicious Vue expression. When another user viewed an affected case, report, profile, recurring-case page, or navigation component, Vue could evaluate the injected expression in the context of the FlowIntel application.
Successful exploitation could allow arbitrary JavaScript execution in the victim’s browser under the FlowIntel origin. This could expose information available to the victim, perform actions using the victim’s authenticated session, or modify application data within the victim’s privileges.
The patch introduces a dedicated vueescape filter that escapes HTML-sensitive characters and breaks Vue interpolation delimiters before the values are rendered. The filter is applied to the affected case, account, organisation, role, configuration, and navigation fields.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-69075?
CVE-2026-69075 has a medium severity rating of 6.9 according to the CVSS score.
What impact does CVE-2026-69075 have on FlowIntel?
CVE-2026-69075 allows for stored cross-site scripting attacks via user-controlled or administrator-controlled fields.
How do I fix CVE-2026-69075?
To fix CVE-2026-69075, ensure you sanitize and validate user input to prevent the injection of malicious scripts.
Who is affected by CVE-2026-69075?
Any user or administrator of FlowIntel who is interacting with the affected fields can be impacted by CVE-2026-69075.
When was CVE-2026-69075 published?
CVE-2026-69075 was published on August 3, 2026.