CVE-2026-55611

AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. From 1.11.1 until 1.14.1, userId/workspaceId scoping to the parsed-files read/delete paths was added. However, the POST /api/workspace/:slug/embed-parsed-file/:fileId flow still deletes the target file by primary key only, with no ownership check, inside two finally{} blocks that run even when the ownership-checked read fails. As a result a manager or admin (multi-user mode) can delete any other user's parsed file in any workspace — including workspaces they are not a member of — by enumerating integer fileIds. The server even returns "File not found" while still deleting the file. This vulnerability is fixed in 1.14.1.
CVSS

No CVSS.

Configurations

No configuration.

History

24 Jun 2026, 19:17

Type Values Removed Values Added
References () https://github.com/Mintplex-Labs/anything-llm/security/advisories/GHSA-r872-gr59-vf5w - () https://github.com/Mintplex-Labs/anything-llm/security/advisories/GHSA-r872-gr59-vf5w -

24 Jun 2026, 18:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-24 18:17

Updated : 2026-06-25 18:56


NVD link : CVE-2026-55611

Mitre link : CVE-2026-55611

CVE.ORG link : CVE-2026-55611


JSON object : View

Products Affected

No product.

CWE
CWE-639

Authorization Bypass Through User-Controlled Key