CVE-2026-82742
Last modified
CVE-2026-82742 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. 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. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/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 | >= 1.29.0-rc0, < 3.32.2 |
| ash-project | ash | >= f6f5d194bfc7802bd32e48bf2eabd2d97a0109a4, < da07f009e889819ec410fa1f0f12534bfb9e21dd |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-82742?
How severe is CVE-2026-82742?
How do I fix CVE-2026-82742?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- 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-82737Integer Overflow or Wraparound vulnerability in ash-project …5.9
- CVE-2026-82738Improper Input Validation vulnerability in ash-project ash a…5.9
- CVE-2026-82739Generation of Error Message Containing Sensitive Information…2.1
- 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-82743Uncontrolled Resource Consumption vulnerability in ash-proje…2.1
- CVE-2026-82744Not Failing Securely (Failing Open) vulnerability in ash-pro…2.1
- CVE-2026-82745Improper Access Control vulnerability in ash-project ash let…5.9
- 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
Are you affected by CVE-2026-82742?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
