πŸ” CVE Alert

CVE-2026-82745

UNKNOWN 0.0

ETS and Mnesia data layers overwrite an existing record on create instead of enforcing primary-key uniqueness

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-284
Vendor ash-project
Product ash
Published Sep 1, 2026
Stay Ahead of the Next One

Get instant alerts for ash-project ash

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

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

Affected Versions

ash-project / ash
0.4.0 < 3.32.2
ash-project / ash
6dc699d8a683d542812b34a8c104cc90164add3a < 912e243196017c2a812c25905c2b1cc3bbb843fc

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash/security/advisories/GHSA-92x7-q3h5-wf88 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-82745.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-82745 github.com: https://github.com/ash-project/ash/commit/912e243196017c2a812c25905c2b1cc3bbb843fc

Credits

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