CVE-2026-80049

8.8

Airbyte · Airbyte Platform

Airbyte Platform is susceptible to an authorization bypass vulnerability where the system improperly resolves workspace authorization based on user-supplied input.

Executive summary

An authorization bypass vulnerability in Airbyte Platform allows authenticated users to access workspaces they are not authorized to view or modify, posing a significant risk to data integrity and confidentiality.

Vulnerability

This vulnerability, categorized as CWE-639, stems from the application resolving workspace authorization based on a user-controlled field in the request. The vulnerability is exploitable by an authenticated user with low privileges, requiring no further user interaction.

Business impact

The ability for an authenticated user to bypass workspace authorization controls can lead to unauthorized data access, modification, or deletion across different organizational workspaces. With a CVSS score of 8.8, this vulnerability is classified as High severity, representing a substantial risk of cross-tenant data exposure and potential administrative compromise within the data pipeline architecture.

Remediation

Immediate Action: Review the official Airbyte security advisories for the release of a patched version and apply the update as soon as it becomes available.

Proactive Monitoring: Monitor application access logs for suspicious patterns, specifically looking for requests where the workspace ID parameter is frequently changed or accessed by users who should not have permissions for those specific IDs.

Compensating Controls: Implement strict network-level access controls and ensure that API gateways are configured to validate request headers and parameters against the authenticated user's session scope.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists as documented in the technical write-up provided by the vulnerability researcher.

Analyst recommendation

The presence of a published proof-of-concept elevates the urgency of this vulnerability, even in the absence of reports regarding active exploitation. Security teams should prioritize identifying all instances of Airbyte Platform within their environment and prepare for an immediate update once the vendor releases a fix. Until a patch is applied, ensure that access to the Airbyte interface is restricted to trusted internal networks to minimize the attack surface.

Sources

Originally found and disclosed by George Chen, per the CVE Program record.