← All credits
Zach Daniel / Ash Project
53 vulnerability records and advisories credit this contributor.
CVE-2026-82749
Ash relationship parent(...) filter degrades to an IS NULL match when the parent field is unresolved, leaking scoped records
CVE-2026-82748
Ash.Actions.Aggregate authorizes an aggregate under one action but computes it under another
CVE-2026-82747
Ash.Policy.Authorizer returns records denied by a runtime read policy to any actor
CVE-2026-82746
Ash.update_many/4 atomic path skips resource policy authorization, allowing updates to forbidden records
CVE-2026-82745
ETS and Mnesia data layers overwrite an existing record on create instead of enforcing primary-key uniqueness
CVE-2026-82744
Ash.Reactor change step fails open, skipping a change when its where guard raises
CVE-2026-82743
Ash.Actions.Read.AsyncLimiter busy-spins a scheduler while awaiting slow async reads
CVE-2026-82742
Ash.Filter.Runtime materializes a combinatorial cross-product over to-many relationships, exhausting memory
CVE-2026-82741
Ash.Type.Union with :map_with_tag does not force the tag on dump, enabling tag confusion
CVE-2026-82740
Ash.Type ignores outer array constraints on nested {:array, {:array, type}} inputs