CVE-2026-43890
Last modified
CVE-2026-43890 is a high-severity vulnerability rated 7.7/10 on the CVSS scale. Outline is a service that allows for collaborative documentation. From 0.84.0 to 1.7.0, the subscriptions.create API endpoint in server/routes/api/subscriptions/subscriptions.ts exhibits a broken authorization pattern. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
Outline is a service that allows for collaborative documentation. From 0.84.0 to 1.7.0, the subscriptions.create API endpoint in server/routes/api/subscriptions/subscriptions.ts exhibits a broken authorization pattern. When both collectionId and documentId are supplied in the request, the route handler authorizes ONLY the collection branch (line 125 if (collectionId)), while the downstream subscriptionCreator command at server/commands/subscriptionCreator.ts writes the subscription against the documentId (which was never validated). The result is a subscription record pinning the attacker's user to a victim document the attacker has no read access to, on any team in the instance. The schema (server/routes/api/subscriptions/schema.ts) only enforces "at least one of collectionId/documentId" via .refine() — it does NOT enforce mutual exclusivity, so passing both is a valid, schema-conforming request. This vulnerability is fixed in 1.7.1.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-43890?
How severe is CVE-2026-43890?
How do I fix CVE-2026-43890?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-43885WWBN AVideo is an open source video platform. In versions up…7.7
- CVE-2026-43886Outline is a service that allows for collaborative documenta…8.2
- CVE-2026-43887Outline is a service that allows for collaborative documenta…7.3
- CVE-2026-43888Outline is a service that allows for collaborative documenta…8.7
- CVE-2026-43889Outline is a service that allows for collaborative documenta…6.5
- CVE-2026-4389The DSGVO snippet for Leaflet Map and its Extensions plugin …6.4
- CVE-2026-43891changedetection.io is a free open source web page change det…7.5
- CVE-2026-43892AntSword is a cross-platform website management toolkit. Pri…8.8
- CVE-2026-43893exiftool-vendored provides cross-platform Node.js access to …8.2
- CVE-2026-43894jq is a command-line JSON processor. In 1.8.1 and earlier, w…5.5
- CVE-2026-43895jq is a command-line JSON processor. In 1.8.1 and earlier, j…4.4
- CVE-2026-43896jq is a command-line JSON processor. In 1.8.1 and earlier, u…5.5
Are you affected by CVE-2026-43890?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
