SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-81931

MEDIUM · CVSS 4.8 EPSS 0.29% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-27 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability allows authenticated users with the "create product" permission in Roskus Prospero Flow CRM versions prior to 5.16.0 to upload malicious files disguised as images, leading to arbitrary JavaScript execution within the application. This occurs due to inadequate file validation, where files are only checked by their content and not their extensions, allowing HTML files to be executed as scripts. Organizations using affected versions of this CRM should prioritize patching to mitigate the risk of stored cross-site scripting (XSS) attacks.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-81931
Severity
MEDIUM
CVSS
4.8
EPSS
0.29%
Java

Original NVD Description

Unrestricted Upload of File with Dangerous Type in the product photo upload in Roskus Prospero Flow CRM before 5.16.0 allows an authenticated user holding the create product permission (routine Seller role) to execute arbitrary JavaScript in the application origin. The photo validation rule classifies the file only by its content (magic bytes) and rejects only a fixed list of PHP extensions, while ProductSaveController::save() names the stored file using the client-supplied extension and copies it into the public web root. A file that begins with an image header and carries an HTML extension passes validation, is stored under public/asset/upload/product/, and is served with a text/html content type, turning the upload into first-party stored script execution.