Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:H/SA:H/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:Clear
Network-reachable signing endpoint (AV:N/AC:L) needs a valid low-priv account (PR:L); reading another tenant's data crosses an authorization boundary (S:C) with confidentiality-only impact (C:H, I:N/A:N).
Primary rating from Vendor (GoogleCloud).
CVSS VectorVendor: GoogleCloud
Lifecycle Timeline
3DescriptionCVE.org
Missing Authorization in Google Cloud Firebase Studio versions prior to 2026-04-15 on Google Cloud Platform allows an attacker to download other users' deployed source code and access sensitive data via unauthorized GCS URL signing requests.
This vulnerability was patched on 15 April 2026, and no customer action is needed.
AnalysisAI
Cross-tenant data disclosure in Google Cloud Firebase Studio (versions prior to the 2026-04-15 fix) let an authenticated user retrieve other tenants' deployed source code and sensitive data by issuing unauthorized GCS signed-URL requests. The flaw stems from a missing authorization check (CWE-862) on the object-signing path rather than a code-execution bug, so impact is confidentiality-centric. No public exploit identified at time of analysis, and the issue is not listed in CISA KEV.
Technical ContextAI
Firebase Studio is Google's cloud-hosted development environment (the successor to Project IDX) where users edit, build, and deploy application source code stored as objects in Google Cloud Storage (GCS). To serve those objects, the platform mints time-limited GCS signed URLs on the user's behalf. The root cause is CWE-862 (Missing Authorization): the URL-signing endpoint signed requests for GCS objects without verifying that the requesting principal actually owned the targeted resource, so a signed URL could be obtained for another tenant's deployment artifacts. The single CPE identifies the affected component as cpe:2.3:a:google_cloud:firebase_studio, a multi-tenant SaaS service, which is why the failure is an authorization/isolation gap in shared cloud infrastructure rather than a client-side or library defect.
RemediationAI
No customer action is required: Google remediated the flaw server-side in the Firebase Studio backend on 2026-04-15, so the fix is applied automatically to the hosted service (treat this as 'Patch available per vendor advisory', with the fix dated 2026-04-15 rather than a customer-installable version number). Organizations should review the Google Cloud bulletin at https://docs.cloud.google.com/support/bulletins#gcp-2026-043, and - because the exposed data was other users' deployed source code and sensitive data - consider rotating any secrets, API keys, or credentials that may have been committed to or deployed through Firebase Studio during the pre-fix exposure window as a precaution, since a signed-URL leak of source could have disclosed embedded secrets. No client-side workaround is needed given the service-side nature of the fix.
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-45187
GHSA-cfq8-274p-7h5p