CyberRota Analysis
AI-GeneratedFlowintel versions prior to 3.3.0 are vulnerable due to improper handling of calendar event titles, which allows users to inject HTML or script content through case titles. This vulnerability could lead to cross-site scripting (XSS) attacks, potentially compromising user data or session integrity when viewed by other users. Organizations using affected versions should prioritize patching to mitigate the risk of exploitation.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD 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