Outline CVE-2026-43890: Authorization Bypass Exposes Documents
The National Vulnerability Database has detailed CVE-2026-43890, a high-severity authorization bypass vulnerability affecting Outline, a collaborative documentation service. Versions 0.84.0 through 1.7.0 are impacted. The flaw resides in the subscriptions.create API endpoint where, if both collectionId and documentId are supplied in the request, the system only validates authorization for the collectionId. However, the subscription is erroneously created against the documentId, which was never checked for user access.
This misconfiguration allows an attacker to subscribe their user account to a victim’s document, even if they lack read access. This effectively grants an attacker unauthorized access to sensitive documents across any team within the Outline instance. The schema itself permits this dual-parameter submission, validating the request as legitimate despite the underlying authorization failure. The National Vulnerability Database reports a CVSS score of 7.7 (HIGH).
Outline fixed this vulnerability in version 1.7.1. Organizations utilizing Outline must prioritize updating their instances immediately. This isn’t theoretical; it’s a direct path to data exposure. Attackers are always looking for logic flaws like this where validation is a mile wide but an inch deep.
What This Means For You
- If your organization uses Outline, you must verify your version immediately. This isn't a complex exploit; it's a clear authorization bypass that hands attackers access to documents they shouldn't see. Patch to version 1.7.1 or later. Anything less is leaving your sensitive data exposed.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-43890: Outline Subscriptions API Authorization Bypass
title: CVE-2026-43890: Outline Subscriptions API Authorization Bypass
id: scw-2026-05-11-ai-1
status: experimental
level: high
description: |
This rule detects attempts to exploit CVE-2026-43890 by sending a POST request to the subscriptions.create API endpoint with both collectionId and documentId parameters. This bypasses authorization checks, allowing an attacker to subscribe to documents they do not have access to.
author: SCW Feed Engine (AI-generated)
date: 2026-05-11
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-43890/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/api/subscriptions/subscriptions.ts'
cs-method:
- 'POST'
cs-uri-query|contains:
- 'collectionId='
- 'documentId='
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-43890 | Auth Bypass | Outline versions 0.84.0 to 1.7.0 |
| CVE-2026-43890 | Auth Bypass | API endpoint: subscriptions.create in server/routes/api/subscriptions/subscriptions.ts |
| CVE-2026-43890 | Auth Bypass | Vulnerable component: subscriptionCreator command at server/commands/subscriptionCreator.ts |
| CVE-2026-43890 | Auth Bypass | Attack vector: Supplying both collectionId and documentId to subscriptions.create API |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 12, 2026 at 01:22 UTC |
This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.
Believe this infringes your rights? Submit a takedown request.