SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-69075

MEDIUM · CVSS 6.9 EPSS 0.29% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-03 · Last synced 2026-09-02

CyberRota Analysis

AI-Generated

FlowIntel is vulnerable to a stored cross-site scripting (XSS) attack due to insufficient sanitization of user-controlled fields, allowing authenticated attackers to inject malicious Vue expressions. This exploitation can lead to arbitrary JavaScript execution in the victim's browser, potentially compromising sensitive information and enabling unauthorized actions within the application. Organizations using FlowIntel should prioritize patching this vulnerability to safeguard user data and maintain application integrity.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-69075
Severity
MEDIUM
CVSS
6.9
EPSS
0.29%
Java

Original NVD Description

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