CyberRota Analysis
AI-GeneratedRoskus Prospero Flow CRM versions prior to 5.3.7 are vulnerable to cross-site scripting (XSS) due to improper handling of user input in the lead name field, allowing authenticated users with lead creation or update permissions to inject and execute arbitrary JavaScript. This vulnerability can lead to unauthorized actions or data exposure within the application. Organizations using this CRM should prioritize patching to mitigate potential security risks associated with this flaw.
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
Cross-site Scripting in the lead index view in Roskus Prospero Flow CRM before 5.3.7 allows authenticated users holding the create or update lead permission to execute arbitrary JavaScript in the application origin via HTML markup stored in the lead name field, which the view renders through Blade's unescaped output directive and inside a JavaScript string literal in an onclick attribute.