Outline Unauthorized Document Publication Vulnerability via Mixed collectionId and documentId Shares

Vulnerability

A vulnerability in the Outline collaborative documentation service prior to version 1.7.0 allows unauthorized publication of documents. The shares.create API could accept both collectionId and documentId at the same time. When published=false, it only checked read access for each, ignoring the 'share' permission. This oversight allowed an attacker with share permission on one collection to publish a share that exposed a document from another collection, bypassing authorization controls and making the document accessible to unauthenticated users. The vulnerability is fixed in version 1.7.0.

Impact

Exploiting this vulnerability allows an authenticated user to publicly disclose any document they can read, regardless of sharing permissions. This bypasses collection-level sharing controls and results in persistent exposure of the document until the share is revoked.

Reproduction

To reproduce this vulnerability, an authenticated user must have read access to a document in a collection they cannot share, and share permission on an unrelated collection. First, create a mixed share using the shares.create API, including both the documentId and collectionId, and set published to false. This step will succeed without the necessary share permissions. Next, update the share using the shares.update API, changing published to true. The update will be authorized because of the share permission on the unrelated collection, exposing the document to the public.

Remediation

Users are advised to update to Outline version 1.7.0 or later, where this vulnerability has been fixed.

Added: May 11, 2026, 10:32 PM
Updated: May 11, 2026, 10:32 PM

Vulnerability Rating

Custom Algorithm
spread
3.4
impact
3.1
exploitability
6.8
remediation
7.7
relevance
8.0
threat
6.4
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.