CVE 7.7 HIGH

Outline has IDOR in document share creation that allows unauthorized access to private documents across workspaces_CVE-2026-41649

7.7 / 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N

Description

Outline is a service that allows for collaborative documentation. The `shares.create` API endpoint starting in version 0.86.0 and prior to version 1.7.0 has an insecure direct object reference.. When both `collectionId` and `documentId` are provided in the request, the authorization logic only checks access to the collection, completely ignoring the document. This allows an authenticated attacker to generate a valid public share link for any document on the platform, including documents belonging to other workspaces. The full document contents can then be retrieved via the `documents.info` endpoint. Version 1.7.0 contains a patch.

Basic Information

ID CVE-2026-41649
Source GitHub_M
Published Apr 28, 2026 at 20:11

Affected Product

Vendor outline
Product outline
Version >= 0.86.0, < 1.7.0
Affected Versions outline outline >= 0.86.0, < 1.7.0

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.