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.
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
CVSS:4.0/AV:N/AC:L/AT:N/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 |
|---|---|---|
| DivvyPayHQ | absinthe_federation | >= 0.1.0, < 0.9.3 |
| DivvyPayHQ | absinthe_federation | >= 640a234a26b2d6fe5d9d21e00e5f4fce5645c0bf, < c3838cda2a7f65c4893291668c223b0d6acf4516 |
References
Timeline
- Published
- Last Modified
- Status
- Received
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-67555It was not possible to govern the maximum number of transfer…6.5
- CVE-2026-67558The Mira Android companion app v4.5.15.4 identifies the pair…8.2
- CVE-2026-6756Mitigation bypass in Firefox for Android. This vulnerability…7.5
- CVE-2026-67568The distributed Mira Android APK v4.5.15.4 allows an attacke…9.3
- CVE-2026-6757Invalid pointer in the JavaScript: WebAssembly component. Th…6.3
- CVE-2026-6758Use-after-free in the JavaScript: WebAssembly component. Thi…7.5
- 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
- CVE-2026-67592It was not possible to govern the maximum number of transfer…7.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
