SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-66750

MEDIUM · CVSS 4.3 EPSS 0.26% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-28 · Last synced 2026-08-27

CyberRota Analysis

AI-Generated

Authenticated users of Let's Chat versions 0.3.0 to 0.4.8 can exploit a broken access control vulnerability to access and download file attachments from private rooms they do not belong to, due to inadequate membership checks in the file retrieval process. This flaw allows attackers to enumerate and retrieve files uploaded by other users, posing a risk to sensitive information. Organizations using affected versions of Let's Chat should prioritize remediation to protect against potential data breaches.

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-66750
Severity
MEDIUM
CVSS
4.3
EPSS
0.26%
MongoDB

Original NVD Description

Let's Chat 0.3.0 through 0.4.8 contains a broken access control vulnerability that allows authenticated attackers to download file attachments from private and password-protected rooms they are not a member of by exploiting missing room membership checks in the file retrieval route. Attackers can enumerate adjacent MongoDB ObjectIds derived from a known file ID to recover files uploaded by other users, as the GET /files/:id/:name route in app/controllers/files.js only enforces login authentication without consulting room membership or the Room.canJoin check.