CVE-2026-66751
Received Received - Intake

Improper Authorization in Let's Chat Allowing Room Archiving

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

Publication date: 2026-07-28

Last updated on: 2026-07-28

Assigner: VulnCheck

Description

Let's Chat 0.3.0 through 0.4.8 contains an improper authorization vulnerability that allows any authenticated user to archive any room on the server by sending a DELETE request to the rooms handler without ownership verification. Attackers can enumerate room IDs via the rooms listing endpoint and permanently archive private or password-protected rooms they cannot access, with no application-level recovery path requiring direct database intervention to restore.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-66751 is an improper authorization vulnerability in Let's Chat versions 0.3.0 through 0.4.8. It allows any authenticated user to archive any room on the server by sending a DELETE request without verifying ownership. Attackers can enumerate room IDs via the rooms listing endpoint and permanently archive private or password-protected rooms they cannot access. Recovery requires direct database intervention.

Detection Guidance

To detect this vulnerability, monitor for unauthorized DELETE requests to the /rooms/:room endpoint by authenticated users. Check server logs for DELETE requests targeting room IDs that the user does not own. Verify if archived rooms appear in room listings or if direct lookups return 404 errors unexpectedly.

Impact Analysis

If you use Let's Chat versions 0.3.0 to 0.4.8, an attacker with a valid account could delete any room, including private or password-protected ones, causing permanent data loss. Rooms become inaccessible, messages and files are lost, and normal operations are disrupted. No application-level recovery is available.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR or HIPAA by enabling unauthorized deletion of sensitive data. Permanent loss of private rooms may violate data retention and protection requirements. Organizations may face penalties for failing to protect user data adequately.

Mitigation Strategies

Immediately update the Let's Chat application to a patched version if available. If no patch exists, restrict DELETE /rooms/:room endpoint access to room owners only by implementing ownership verification. Temporarily disable the DELETE endpoint if possible or add rate limiting to reduce attack surface.

Chat Assistant

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

EPSS Chart