CVE-2026-78699
Last modified
CVE-2026-78699 is a high-severity vulnerability rated 7.2/10 on the CVSS scale. 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 ... EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ash-project | ash_postgres | >= 0.25.0, < 2.13.0 |
| ash-project | ash_postgres | >= 03510dae24020e302558ef947be7ea874a9ce756, < 8544ab15fe45784553c2d2da8ee1a388eee0174b |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-78699?
How severe is CVE-2026-78699?
How do I fix CVE-2026-78699?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-78684vLLM before 0.27.0 fails to properly classify DeepStream as …5.3
- CVE-2026-78685Medical Practice Management System developed by Le-yan has a…8.8
- CVE-2026-78689Description NGINX JavaScript (njs) has a vulnerability in …8.1
- CVE-2026-7869IBM Langflow OSS 1.0.0 through 1.10.3 is vulnerable to Path …5.4
- CVE-2026-78691Improper Neutralization of Special Elements in Data Query Lo…2.1
- CVE-2026-78693Generation of Error Message Containing Sensitive Information…6.9
- CVE-2026-7870IBM i 7.6, 7.5, 7.4, and 7.3 could allow a user to gain elev…8.8
- CVE-2026-78701A flaw was found in 389-ds-base. A remote, authenticated att…6.5
- CVE-2026-7871IBM Langflow OSS 1.0.0 through 1.10.0 allows users with Redi…9.8
- CVE-2026-7872IBM Langflow OSS 1.0.0 through 1.10.0 allows an authenticate…8.1
- CVE-2026-7873IBM Langflow OSS 1.0.0 through 1.10.0 allows authenticated a…9.9
- CVE-2026-78738Silverpeas Core 6.4.6 is vulnerable to Cross Site Scripting …6.1
Are you affected by CVE-2026-78699?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
