MEDIUM 5.9 NVD
CVE-2026-82745
Improper Access Control vulnerability in ash-project ash lets a create action overwrite an existing record when the ETS or Mnesia data layer is used, because ne
Improper Access Control vulnerability in ash-project ash lets a create action overwrite an existing record when the ETS or Mnesia data layer is used, because neither enforced primary-key uniqueness on insert.
Unlike a SQL data layer, whose unique primary-key constraint rejects a duplicate, the ETS and Mnesia data layers implemented create as a keyed insert that replaces any existing entry with the same primary key (lib/ash/data_layer/ets/ets.ex, lib/ash/data_layer/mnesia/mnesia.ex). An actor who can set the primary key on a create (for example a user-supplied string or integer key) can submit a create whose key matches an existing record and silently overwrite it, destroying and replacing another entity's data without going through the update action or its policies. The fix rejects a create whose primary key already exists with an already-taken error, and only allows duplicates for keyless resources.
This issue affects ash: from 0.4.0 before 3.32.2.
References
- https://cna.erlef.org/cves/CVE-2026-82745.html
- https://github.com/ash-project/ash/commit/912e243196017c2a812c25905c2b1cc3bbb843fc
- https://github.com/ash-project/ash/security/advisories/GHSA-92x7-q3h5-wf88
- https://osv.dev/vulnerability/EEF-CVE-2026-82745
This medium severity vulnerability with a CVSS score of 5.9 was published on 2026-09-01 via NVD.
vulnfeed aggregates 11489 vulnerabilities from NVD, CISA KEV,
Ubuntu, Debian, Red Hat, Kubernetes, Exploit-DB, OSS-Security, GitHub and OpenStack — updated every 4 hours.