CVE-2026-80049 describes a critical authorization bypass vulnerability in Airbyte Platform through version 2.0.0. The flaw exists because the platform resolves workspace authorization decisions based on a caller-supplied field rather than the actual resource's owning workspace. AuthorizationServerHandler extracts identifiers from raw JSON request bodies into X-Airbyte-* headers, and AuthenticationHeaderResolver.resolveWorkspace prioritizes the caller-supplied X-Airbyte-Workspace-Id over resource-derived headers. Endpoints that only expect a resource identifier in the request body can be reached with an injected workspaceId field, causing permission checks to run against the attacker-nominated workspace. Since no post-authorization check compares the resource's owning workspace with the authorized workspace, any authenticated workspace member can read source and destination configurations, trigger or cancel syncs, and delete connections, sources, and destinations belonging to other workspaces. The exploit requires only valid membership in any workspace, making it broadly exploitable across multi-tenant deployments.