πŸ” CVE Alert

CVE-2026-82742

UNKNOWN 0.0

Ash.Filter.Runtime materializes a combinatorial cross-product over to-many relationships, exhausting memory

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Uncontrolled Resource Consumption vulnerability in ash-project ash lets an attacker exhaust node memory by matching a filter that spans multiple to-many relationships in memory. Ash.Filter.Runtime matches a filter against an in-memory record by first expanding the record into combinations of its related rows. flatten_relationships/2 (lib/ash/filter/runtime.ex) eagerly built the full Cartesian product across the filter's to-many relationship paths, so a record with K to-many relationships of M rows each materialized on the order of M^K scenarios before any predicate was checked. A filter or dataset that reaches several sizeable to-many relationships therefore allocates memory combinatorially and can exhaust the node. The fix streams the expansion lazily and short-circuits on the first matching scenario, bounding the work. This issue affects ash: from 1.29.0-rc0 before 3.32.2.

CWE CWE-400
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
1.29.0-rc0 < 3.32.2
ash-project / ash
f6f5d194bfc7802bd32e48bf2eabd2d97a0109a4 < da07f009e889819ec410fa1f0f12534bfb9e21dd

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash/security/advisories/GHSA-mgwj-c69v-6f83 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-82742.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-82742 github.com: https://github.com/ash-project/ash/commit/da07f009e889819ec410fa1f0f12534bfb9e21dd

Credits

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