PatchSiren cyber security CVE debrief
CVE-2026-80209 fonoster CVE debrief
Fonoster through 0.22.7 contains an authorization bypass in the updateWorkspace handler, allowing any authenticated user to rename an arbitrary workspace. This vulnerability is caused by improper authorization checks, where the gRPC callback is invoked with PERMISSION_DENIED but execution continues into prisma.workspace.update, committing the rename before the second callback is issued. Fonoster deployment administrators and security teams should assess exposure and apply updates to prevent unauthorized workspace renames.
- Vendor
- fonoster
- Product
- Unknown
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-27
- Original CVE updated
- 2026-09-23
- Advisory published
- 2026-08-27
- Advisory updated
- 2026-09-23
Who should care
Fonoster deployment administrators and security teams should assess exposure and apply updates to prevent unauthorized workspace renames. Any authenticated user can rename an arbitrary workspace in the deployment due to improper authorization checks in the updateWorkspace handler.
Why it matters
CVE-2026-80209 is a medium-severity vulnerability in Fonoster that allows any authenticated user to rename an arbitrary workspace due to improper authorization checks in the updateWorkspace handler. This could lead to unauthorized modifications and potential disruptions in workspace management. Fonoster deployment administrators and security teams should assess exposure and apply updates to prevent unauthorized workspace renames.
- Authenticated users can rename arbitrary workspaces, potentially disrupting workspace management.
- Workspace rename operations may be used to obscure malicious activity.
- Verification of workspace access controls and monitoring for suspicious rename activities are necessary.
Technical summary
The updateWorkspace handler in Fonoster through 0.22.7 does not properly check if the caller is a member of the target workspace before allowing a rename operation. This is due to the gRPC callback being invoked with PERMISSION_DENIED but the execution continuing into prisma.workspace.update, which commits the rename before the second callback is issued. The gRPC interceptor in mods/common/src/identity/createAuthInterceptor.ts binds the workspace accessKeyId to the caller's token only for paths in workspaceResourceAccess or workspaceResourceOwnerOrAdminAccess, and Identity/UpdateWorkspace is listed in fullIdentityAccess, which the base USER role holds.
Defensive priority
Assess exposure and apply updates for Fonoster deployments, focusing on authentication and workspace management.
Recommended defensive actions
- Assess Fonoster deployment exposure and update to a fixed version if available.
- Review workspace management and authentication configurations.
- Monitor for suspicious workspace rename activities.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, which is caused by the updateWorkspace handler's improper authorization checks. The gRPC interceptor in mods/common/src/identity/createAuthInterceptor.ts binds the workspace accessKeyId to the caller's token only for paths in workspaceResourceAccess or workspaceResourceOwnerOrAdminAccess, and Identity/UpdateWorkspace is listed in fullIdentityAccess, which the base USER role holds. Any authenticated user can therefore rename an arbitrary workspace in the deployment. The
Sources and references
Verified primary and authoritative sources
-
CVE-2026-80209 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-80209
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-80209 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-80209
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/fonoster/fonoster
-
Source reference
Unverified legacy reference
URL: https://github.com/fonoster/fonoster/blob/v0.22.7/mods/identity/src/workspaces/createUpdateWorkspace.ts
-
Source reference
Unverified legacy reference
URL: https://github.com/fonoster/fonoster/issues/861
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/fonoster-through-0.22.7-incorrect-authorization-in-the-identity-updateworkspace-handler
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.