SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-66749

MEDIUM · CVSS 6.5 EPSS 0.31% Public Exploit

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

CyberRota Analysis

AI-Generated

Authenticated attackers can exploit a null dereference vulnerability in Let's Chat versions 0.4.0 to 0.4.8 by sending a specially crafted GET request with a valid 24-character hex string that does not correspond to any existing database document. This can lead to a server crash due to an uncaught TypeError in the Node.js process, affecting the application's availability. Organizations using these versions should prioritize patching to mitigate potential service disruptions.

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-66749
Severity
MEDIUM
CVSS
6.5
EPSS
0.31%

Original NVD Description

Let's Chat 0.4.0 through 0.4.8 contains a null dereference vulnerability that allows authenticated attackers to crash the server by supplying a valid 24-character hex string room parameter that matches no document in the database. Attackers can send a crafted GET /messages request causing an uncaught TypeError in an asynchronous Mongoose callback that terminates the Node.js server process, with the same defect reachable through multiple code paths including the socket.io interface.