CVE-2026-66750

MEDIUM

Let's Chat 0.3.0-0.4.8 - Authenticated File Disclosure via GET /files

Title source: manual
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2026-66750. PoCs published by theopaid.

AI-analyzed exploit summary This repository provides a detailed technical analysis of CVE-2026-66750, an authorization bypass vulnerability in Let's Chat's file download endpoint. The vulnerability allows unauthorized file downloads from private or password-protected rooms due to missing access controls, specifically the lack of a room membership check in the download route.

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.

Exploits (1)

github WRITEUP
by theopaid · poc
https://github.com/theopaid/CVE-2026-66750-Insufficient-Access-Controls-Allow-for-Unauthorized-File-Downloads-Let-s-Chat-

This repository provides a detailed technical analysis of CVE-2026-66750, an authorization bypass vulnerability in Let's Chat's file download endpoint. The vulnerability allows unauthorized file downloads from private or password-protected rooms due to missing access controls, specifically the lack of a room membership check in the download route.

Classification
Writeup 100%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: Let's Chat versions 0.4.0 through 0.4.8
Auth required
Prerequisites: Valid user account on the Let's Chat instance · Network access to the HTTP port · Knowledge of a file's ObjectId (can be guessed or obtained from prior access)
mistral-large-3 · analyzed Jul 29, 2026 Full analysis →

Scores

CVSS v3 4.3
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact partial

Details

CWE
CWE-862
Status published
Products (2)
sdelements/lets-chat 0.3.0 - 0.4.8
sdelements/lets-chat 55e8833974c83559ed2cbc12bc15febeb2466254 - 617207ff3c0c0bf8e3c7a915bd9ec03f1dd8390c
Published Jul 28, 2026
Tracked Since Jul 28, 2026