{"id":"GHSA-9237-rg5p-rhfw","aliases":[],"url":"https://o3.security/vulnerability/GHSA-9237-rg5p-rhfw","summary":"@saltcorn/data: Tenant user role is used for tenant creation role check","details":"## Summary\n\nWhen a tenant admin is logged out of the root domain (e.g., saltcorn.com) but logged in to their own tenant space as admin, they can simply append `/tenant/create` to their tenant URL. The system reads the role from the tenant context (admin), and a new tenant is created on the **root domain** (in `PUBLIC SCHEMA > _sc_tenants`), rather than in the tenant's own `_sc_tenants` table.\n\nIf the same logic applies to other routes, a tenant admin effectively gains admin rights on the root domain.\n\n## PoC\n\nA tenant-created subtenant appears under the Saltcorn public schema instead of the tenant's own schema.\n\n- Even when `role_id=1` is required for tenant creation on saltcorn.com (only admin can create tenants), existing tenant admins can still create new tenants because their local `role_id:1` is evaluated against the root domain.\n- Even when `role_to_create_tenant` is set to `0` in the tenant's `_sc_config` schema, or removed entirely, the tenant admin can still create sub-tenants on the root domain — suggesting `role_to_create_tenant` is not being read at all.\n\n## Impact\n\nTenant admins gain unauthorized admin-level access to the root domain. Any authenticated tenant admin can perform privileged operations (e.g., creating tenants) on the root domain by exploiting the role context mismatch.","published":"2026-04-22T14:31:34Z","modified":"2026-04-22T14:58:32.498203Z","cvss":null,"epss":null,"cisaKev":null,"exploitsKnown":0,"affectedPackages":[{"ecosystem":"npm","name":"@saltcorn/data","fixedVersion":"1.4.4"},{"ecosystem":"npm","name":"@saltcorn/data","fixedVersion":"1.5.2"},{"ecosystem":"npm","name":"@saltcorn/data","fixedVersion":"1.6.0-beta.2"}],"fix":null,"references":[{"type":"WEB","url":"https://github.com/saltcorn/saltcorn/security/advisories/GHSA-9237-rg5p-rhfw"},{"type":"PACKAGE","url":"https://github.com/saltcorn/saltcorn"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-04-22T14:58:32.498203Z"}}