CVE-2026-82745
Last modified
CVE-2026-82745 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. 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. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ash-project | ash | >= 0.4.0, < 3.32.2 |
| ash-project | ash | >= 6dc699d8a683d542812b34a8c104cc90164add3a, < 912e243196017c2a812c25905c2b1cc3bbb843fc |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-82745?
How severe is CVE-2026-82745?
How do I fix CVE-2026-82745?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- 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-8274A security vulnerability has been detected in npitre cramfs-…5.3
- CVE-2026-82740Improper Input Validation vulnerability in ash-project ash f…2.1
- CVE-2026-82741Improper Validation of Specified Type of Input vulnerability…2.1
- CVE-2026-82742Uncontrolled Resource Consumption vulnerability in ash-proje…5.9
- CVE-2026-82743Uncontrolled Resource Consumption vulnerability in ash-proje…2.1
- CVE-2026-82744Not Failing Securely (Failing Open) vulnerability in ash-pro…2.1
- CVE-2026-82746Missing Authorization vulnerability in ash-project ash allow…5.9
- CVE-2026-82747Incorrect Authorization vulnerability in ash-project ash ret…5.9
- CVE-2026-82748Incorrect Authorization vulnerability in ash-project ash aut…2.1
- CVE-2026-82749Incorrect Authorization vulnerability in ash-project ash wid…5.9
- CVE-2026-8275A vulnerability was detected in bettercap up to 2.41.5. Affe…3.7
- CVE-2026-8276A flaw has been found in bettercap up to 2.41.5. Affected by…3.7
Are you affected by CVE-2026-82745?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
