CVE-2026-54573
Last modified
CVE-2026-54573 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. Outline is a service that allows for collaborative documentation. Prior to 1.8.0, the AuthenticationHelper.canAccess function uses ctx.originalUrl to verify if an API key or OAuth token has the required scopes for a request. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
Outline is a service that allows for collaborative documentation. Prior to 1.8.0, the AuthenticationHelper.canAccess function uses ctx.originalUrl to verify if an API key or OAuth token has the required scopes for a request. It extracts the resource by splitting the URL by / and taking the last segment. However, it fails to strip the URL fragment (#). Because Koa's router uses ctx.path (which strips the fragment) for routing, an attacker can append a fragment containing a permitted path (e.g., #foo/api/documents.info) to a restricted endpoint (e.g., /api/documents.create). The router will route the request to the restricted endpoint, but canAccess will evaluate the permitted path in the fragment, bypassing the API key scope restrictions and allowing privilege escalation. This vulnerability is fixed in 1.8.0.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-54573?
How severe is CVE-2026-54573?
How do I fix CVE-2026-54573?
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-54560Cloudreve is a self-hosted file management and sharing syste…7.6
- CVE-2026-54562Cloudreve is a self-hosted file management and sharing syste…6.5
- CVE-2026-54563Cloudreve is a self-hosted file management and sharing syste…7.1
- CVE-2026-54568Microsoft UFO open-source framework for intelligent automati…4.3
- CVE-2026-5457A security flaw has been discovered in PropertyGuru AgentNet…3.3
- CVE-2026-54572Rclone is a command-line program to sync files and directori…8.8
- CVE-2026-54574proot-distro is a utility for managing proot containers. Pri…8.2
- CVE-2026-5458A weakness has been identified in Noelse Individuals & Pro A…3.3
- CVE-2026-54588Poweradmin is a web-based DNS administration tool for PowerD…9.6
- CVE-2026-5459The User Frontend: AI Powered Frontend Posting, User Directo…5.3
- CVE-2026-54590AsyncSSH is a Python package which provides an asynchronous …5.9
- CVE-2026-54591AsyncSSH is a Python package which provides an asynchronous …8.1
Are you affected by CVE-2026-54573?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
