Vulnerability Description
Outline is a service that allows for collaborative documentation. From 0.84.0 to 1.6.1, a logic error in OAuthInterface.validateScope() uses Array.some() to validate requested OAuth scopes, causing the function to accept the entire scope array if any single scope is valid. An attacker can smuggle the wildcard * scope by requesting scope=read *, escalating a read-only OAuth token to full unrestricted API access including write, delete, and admin operations. This vulnerability is fixed in 1.7.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/outline/outline/security/advisories/GHSA-7732-6qrg-wjf4
- https://github.com/outline/outline/security/advisories/GHSA-7732-6qrg-wjf4
FAQ
What is CVE-2026-43886?
CVE-2026-43886 is a vulnerability with a CVSS score of 8.2 (HIGH). Outline is a service that allows for collaborative documentation. From 0.84.0 to 1.6.1, a logic error in OAuthInterface.validateScope() uses Array.some() to validate requested OAuth scopes, causing th...
How severe is CVE-2026-43886?
CVE-2026-43886 has been rated HIGH with a CVSS base score of 8.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-43886?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.