CVE-2026-66751 Details
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.
A vulnerability exists in Let's Chat versions 0.3.0 through 0.4.8, allowing authenticated users to archive any room on the server without proper authorization. This is achieved by sending a DELETE request to the rooms handler, as the current implementation lacks ownership verification. Attackers can exploit this by first enumerating room IDs through the rooms listing endpoint, and then archiving private or password-protected rooms they do not have access to. Once a room is archived, it is removed from the room list and direct lookups return a 404 status. The application does not provide a recovery mechanism, leaving room restoration to require direct database intervention.
The vulnerability can be addressed by modifying the room archiving function to include an ownership check, ensuring that only room owners can archive their rooms.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 28, 2026CISA-ADP
Assessed Jul 28, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Let's Chat | >= 0.3.0, <= 0.4.8 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 28, 2026 | CVE Modified | CISA-ADP |
| Jul 28, 2026 | New CVE Received | [email protected] |
Volerion