πŸ” CVE Alert

CVE-2026-78699

UNKNOWN 0.0

rename_tenant returns :ok on a failed rename, enabling cross-tenant access in AshPostgres

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Unchecked Return Value vulnerability in ash-project ash_postgres allows a user who can drive a tenant rename to a name that collides with an existing tenant's schema to have their tenant record repointed at that other tenant's live schema, gaining access to its data. AshPostgres.MultiTenancy.rename_tenant/3 issues the ALTER SCHEMA ... RENAME TO ... with the non-raising Ecto.Adapters.SQL.query/2, discards its {:ok, _} | {:error, _} result, and unconditionally returns :ok. PostgreSQL rejects the rename when the target schema already exists (and on insufficient privilege or lock timeout), but that failure never reaches the caller. The calling manage_tenant update action therefore sees success and commits the tenant row with the new name, which is the schema of a different existing tenant, so subsequent reads and writes for that tenant run against the other tenant's data. This issue affects ash_postgres: from 0.25.0 before 2.13.0.

CWE CWE-252
Vendor ash-project
Product ash_postgres
Published Aug 30, 2026
Stay Ahead of the Next One

Get instant alerts for ash-project ash_postgres

Be the first to know when new unknown vulnerabilities affecting ash-project ash_postgres are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

ash-project / ash_postgres
0.25.0 < 2.13.0
ash-project / ash_postgres
03510dae24020e302558ef947be7ea874a9ce756 < 8544ab15fe45784553c2d2da8ee1a388eee0174b

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash_postgres/security/advisories/GHSA-6fqq-j9c4-5766 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-78699.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-78699 github.com: https://github.com/ash-project/ash_postgres/commit/8544ab15fe45784553c2d2da8ee1a388eee0174b

Credits

Peter Ullrich πŸ” Peter Ullrich Zach Daniel / Ash Project Jonatan MΓ€nnchen / EEF