CVE-2026-59239
Received Received - Intake

Stored XSS in Roskus Prospero Flow CRM Email Module

Vulnerability report for CVE-2026-59239, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-27

Last updated on: 2026-07-27

Assigner: 4daa8cea-433a-44bd-9456-53b127fc289a

Description

Stored Cross-site Scripting (CWE-79) in the email module in Roskus Prospero Flow CRM before 5.4.4 allows a remote, authenticated low-privileged user to execute arbitrary JavaScript in another user's browser, including administrators, leading to session compromise and account takeover, via a payload stored in an email body that is persisted without sanitization and rendered unescaped with {!! $email->body !!} when the recipient opens the message.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-27
Last Modified
2026-07-27
Generated
2026-07-27
AI Q&A
2026-07-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
roskus prospero_flow_crm to 5.4.4 (exc)
roskus prospero_flow_crm 5.5.3

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Stored Cross-site Scripting (XSS) vulnerability in Roskus Prospero Flow CRM before version 5.4.4. A remote, authenticated low-privileged user can inject malicious JavaScript into an email body. When another user, including administrators, opens the email, the script executes in their browser without proper sanitization or escaping.

Detection Guidance

To detect this vulnerability, inspect the email module in Roskus Prospero Flow CRM for unescaped rendering of email body content. Check if the application uses {!! $email->body !!} without proper sanitization. Review stored emails for suspicious JavaScript payloads in the body.

Impact Analysis

An attacker could steal session cookies, leading to account takeover. They might also perform actions on behalf of the victim, access sensitive data, or escalate privileges to gain full control of the CRM system.

Compliance Impact

This vulnerability could lead to unauthorized access to personal data, violating GDPR's integrity and confidentiality principles. For HIPAA, it may expose protected health information, risking compliance with safeguards for electronic protected health information.

Mitigation Strategies

Immediately upgrade Roskus Prospero Flow CRM to version 5.4.4 or later. If upgrading is not possible, apply input validation and output encoding to sanitize email body content before rendering. Restrict low-privileged users from sending emails with scripts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-59239. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart