CVE-2026-77856
Last modified
CVE-2026-77856 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. Allocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names. resolve_typed_struct_field/2 in lib/ash_typescript/rpc/field_processing/field_selector.ex looks a client-supplied field name up in the typed struct's reverse map and, when it finds no match, falls back to String.to_atom/1. Because this runs before any field-existence check, an unresolvable name mints a permanent atom rather than being rejected as unknown. EPSS estimates a 0.32% chance of exploitation in the next 30 days.
Description
Allocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names. resolve_typed_struct_field/2 in lib/ash_typescript/rpc/field_processing/field_selector.ex looks a client-supplied field name up in the typed struct's reverse map and, when it finds no match, falls back to String.to_atom/1. Because this runs before any field-existence check, an unresolvable name mints a permanent atom rather than being rejected as unknown. Atoms are never garbage collected, so a request carrying many distinct names on a typed struct field grows the atom table until the VM aborts at its limit. This issue affects ash_typescript: from 0.11.0 before 0.18.0.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ash-project | ash_typescript | >= 0.11.0, < 0.18.0 |
| ash-project | ash_typescript | >= 7c3d30896f2f9a54edea17e3787549776b1b288d, < 0ab5c83a7df28d51a6de1fb9b859a142b2b12919 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-77856?
How severe is CVE-2026-77856?
How do I fix CVE-2026-77856?
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-7784A vulnerability has been found in RTGS2017 NagaAgent up to 5…7.3
- CVE-2026-77846Improper Neutralization of Special Elements in Data Query Lo…2.1
- CVE-2026-77847Tycon Systems TPDIN-Monitor-WEB3 versions 2.2.9 and prior ar…6.5
- CVE-2026-7785A security flaw has been discovered in A-G-U-P-T-A wireshark…7.3
- CVE-2026-77850Stored Cross-site Scripting vulnerability in ash-project ash…8.4
- CVE-2026-77853Improper neutralization of special elements used in an OS co…8.7
- CVE-2026-7786Jinan USR IOT Technology Limited (PUSR) USR-W610 RS232/485 t…9.8
- CVE-2026-77860In NLnetLabs Unbound 1.20.0 up to and including 1.26.0, a vu…3.7
- CVE-2026-77866Server-Side Request Forgery (SSRF) vulnerability in Slab saf…9
- CVE-2026-7787IBM Langflow OSS 1.0.0 through 1.9.1 could allow an authenti…8.1
- CVE-2026-7788A security flaw has been discovered in Axle-Bucamp MCP-Docus…7.3
- CVE-2026-77883Exposure of sensitive information through data queries vulne…4.9
Are you affected by CVE-2026-77856?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
