CVE-2026-69659
Last modified
CVE-2026-69659 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. Uncontrolled Resource Consumption vulnerability in ash-project ash allows an attacker to exhaust the memory of the node via a crafted keyset pagination cursor. Read actions with keyset pagination deserialize the client-supplied page[:after] or page[:before] cursor in decode_values/2 in lib/ash/page/keyset.ex, which base64-decodes the value and passes it to :erlang.binary_to_term/2 without bounding its size. The Erlang external term format supports zlib-compressed payloads, which the decoder inflates transparently, so a cursor of a few kilobytes can allocate tens of megabytes of heap in a single call. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
Uncontrolled Resource Consumption vulnerability in ash-project ash allows an attacker to exhaust the memory of the node via a crafted keyset pagination cursor. Read actions with keyset pagination deserialize the client-supplied page[:after] or page[:before] cursor in decode_values/2 in lib/ash/page/keyset.ex, which base64-decodes the value and passes it to :erlang.binary_to_term/2 without bounding its size. The Erlang external term format supports zlib-compressed payloads, which the decoder inflates transparently, so a cursor of a few kilobytes can allocate tens of megabytes of heap in a single call. Ash itself only ever encodes cursors uncompressed, so the decoder accepts a term shape its encoder never produces. Concurrent requests aggregate these allocations and can terminate the node. This issue affects ash: from 1.17.0 before 3.31.1.
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.17.0, < 3.31.1 |
| ash-project | ash | >= f8fadc67e67c955bb68b3a8d642be13e2b7e8ca9, < 1816b103af975221210478d61db20adcea700319 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-69659?
How severe is CVE-2026-69659?
How do I fix CVE-2026-69659?
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-6960The BookingPress Pro plugin for WordPress is vulnerable to a…9.8
- CVE-2026-6961Mattermost versions 11.6.x <= 11.6.1, 11.5.x <= 11.5.4, 10.1…7.6
- CVE-2026-6962The Cost of Goods: Product Cost & Profit Calculator for WooC…6.4
- CVE-2026-6963The WP Mail Gateway plugin for WordPress is vulnerable to un…8.8
- CVE-2026-6964The Video Conferencing with Zoom plugin for WordPress is vul…5.3
- CVE-2026-6965The Tutor LMS – eLearning and online course solution plugin …5.3
- CVE-2026-6966Improper verification of cryptographic signature uniqueness …6.5
- CVE-2026-6967Missing expiration, hash, and length enforcement in delegate…6.5
- CVE-2026-6968Incomplete path traversal fixes in awslabs/tough before toug…6.5
- CVE-2026-6970authd prior to version 0.6.4 contains a logic error in prima…7.3
- CVE-2026-69702SnailJob 1.7.0 contains a denial of service vulnerability in…7.1
- CVE-2026-69703Atlas-Livre contains an improper access control vulnerabilit…9.8
Are you affected by CVE-2026-69659?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
