CVE-2026-67585
Last modified
CVE-2026-67585 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. Allocation of Resources Without Limits or Throttling vulnerability in DivvyPayHQ absinthe_federation allows an unauthenticated remote attacker to abort the Erlang VM via crafted _entities representation keys. Every key of every object in the representations argument of the federation-mandated _entities field is converted with String.to_atom/1 by convert_key/2 in lib/absinthe/federation/schema/entities_field.ex. representations is typed as the open-ended _Any scalar, so its keys bypass schema coercion and the attacker names them freely. EPSS estimates a 0.41% chance of exploitation in the next 30 days.
Description
Allocation of Resources Without Limits or Throttling vulnerability in DivvyPayHQ absinthe_federation allows an unauthenticated remote attacker to abort the Erlang VM via crafted _entities representation keys. Every key of every object in the representations argument of the federation-mandated _entities field is converted with String.to_atom/1 by convert_key/2 in lib/absinthe/federation/schema/entities_field.ex. representations is typed as the open-ended _Any scalar, so its keys bypass schema coercion and the attacker names them freely. Atoms are never garbage collected and the BEAM atom table is hard-capped (about 1,048,576 entries by default), so one request carrying tens of thousands of unique keys creates that many permanent atoms and a handful of such requests exhausts the table and aborts the node. The impact is confined to availability: no data is read or altered, and recovery requires restarting the application. This issue affects absinthe_federation: from 0.1.0 before 0.9.3.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| DivvyPayHQ | absinthe_federation | >= 0.1.0, < 0.9.3 |
| DivvyPayHQ | absinthe_federation | >= 640a234a26b2d6fe5d9d21e00e5f4fce5645c0bf, < c3838cda2a7f65c4893291668c223b0d6acf4516 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-67585?
How severe is CVE-2026-67585?
How do I fix CVE-2026-67585?
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-67568The distributed Mira Android APK v4.5.15.4 allows an attacke…9.1
- CVE-2026-6757Invalid pointer in the JavaScript: WebAssembly component. Th…6.3
- CVE-2026-67578FA-50 all versions miss authentication for some configuratio…7.5
- CVE-2026-67579Deserialization of Untrusted Data vulnerability in ash-proje…7.4
- CVE-2026-6758Use-after-free in the JavaScript: WebAssembly component. Thi…7.5
- CVE-2026-67581Authentication Bypass by Capture-replay in ZenHive mpp allow…7.5
- CVE-2026-67587Apache Airflow's Task SDK rebuilt a `Callback` object from s…8.8
- CVE-2026-67588A pre-authentication attacker could leverage unbounded symbo…7.5
- CVE-2026-67589A pre-authentication attacker could leverage type size/count…7.5
- CVE-2026-6759Use-after-free in the Widget: Cocoa component. This vulnerab…7.5
- CVE-2026-67590A pre-authentication attacker could leverage type nesting to…7.5
- CVE-2026-67591An authenticated attacker could exceed the session flow cont…6.5
Are you affected by CVE-2026-67585?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
