Analysis
Common Weaknesses
The most common CWE weakness classes across Erlang ecosystem CVEs
The chart below shows the most common weaknesses found in vulnerabilities across the Erlang ecosystem. Understanding which weakness types recur most often helps library authors and application developers focus their security efforts where they matter most.
Each CVE is mapped to its CWE (Common Weakness Enumeration) using the MITRE CWE hierarchy. A slice's count includes every CVE reachable anywhere below it in the hierarchy, not just CVEs assigned that exact CWE — click a slice or legend row to drill into its direct children and see the same breakdown one level down.
Allocation of Resources Without Limits or Throttling CWE-770 CWE-770 at MITRE
The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.
CVEs
CVEs for Allocation of Resources Without Limits or Throttling CWE-770
| Summary | Publication | CVE ID | Published |
|---|---|---|---|
| Unauthenticated authorize requests create unbounded, never-expiring CIMD client rows and cache entries in ash_authentication_oauth2_server | CVE-2026-82753 | 2026-09-07 | |
| Unbounded HTTP/1 status-line and chunk-extension buffering in Mint causes memory-exhaustion DoS | CVE-2026-82728 | 2026-09-04 | |
| inets,httpd: Memory Exhaustion via Unenforced max_body_size During Chunked Body Reception |
Erlang
pkg:otp/inets
|
CVE-2026-74835 | 2026-09-01 |
| httpc memory exhaustion via unbounded response header accumulation |
Erlang
pkg:otp/inets
|
CVE-2026-55951 | 2026-09-01 |
| httpd does not enforce the documented default max_clients connection limit |
Erlang
pkg:otp/inets
|
CVE-2026-70399 | 2026-09-01 |
| Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter | CVE-2026-74837 | 2026-09-01 | |
| Unbounded atom creation from typed struct field names in AshTypescript field selector | CVE-2026-77856 | 2026-09-01 | |
| AshAdmin LiveView events intern atoms from client input, exhausting the atom table (node DoS) | CVE-2026-82722 | 2026-08-31 | |
| Query-complexity limit bypass via first/last pagination arguments in AshGraphql enables denial of service | CVE-2026-81636 | 2026-08-30 | |
| HTTP/2 connection-window starvation pins Plug processes indefinitely in Bandit | CVE-2026-74836 | 2026-08-20 | |
| Tempo fee sponsorship in mpp bounds each transaction but not aggregate exposure, allowing concurrent sponsor-wallet drain | CVE-2026-73541 | 2026-08-19 | |
| Atom Exhaustion via _entities Representation Keys in DivvyPayHQ absinthe_federation | CVE-2026-67585 | 2026-08-07 | |
| guardian atom exhaustion in Guardian.Permissions.encode_permissions!/1 | CVE-2026-55734 | 2026-08-01 | |
| Atom-table exhaustion denial of service in Guardian permissions AtomEncoding via unbounded atom creation | CVE-2026-55733 | 2026-08-01 | |
| Atom-table exhaustion denial of service in Guardian via unbounded atom creation from binary keys | CVE-2026-54894 | 2026-08-01 | |
| Cowboy HTTP/1.1 max_headers Bypass via Duplicate Header Names Enables Memory Exhaustion | CVE-2026-65624 | 2026-07-28 | |
| Unbounded HPACK/QPACK prefixed-integer decoding in Cowlib causes memory-exhaustion DoS | CVE-2026-59248 | 2026-07-28 | |
| BEAM VM crash via integer underflow in binary_to_term BIT_BINARY_EXT decoding |
Erlang / erts
|
CVE-2026-54890 | 2026-07-27 |
| Denial of service via exponential certificate policy tree growth in path validation |
Erlang / public_key
|
CVE-2026-59251 | 2026-07-27 |
| epmd permanent DoS via EMFILE on accept(2) in erts |
Erlang / erts
|
CVE-2026-42792 | 2026-07-27 |
| Zero-length HTTP/2 CONTINUATION frames bypass Mint's header-block byte-size cap and exhaust client memory | CVE-2026-59246 | 2026-07-14 | |
| Unbounded HTTP/1 response-header and chunked-trailer accumulation in Mint causes memory-exhaustion DoS | CVE-2026-58229 | 2026-07-14 | |
| Plug: multipart :length limit is not charged for part headers, enabling unbounded temp-file creation (denial of service) | CVE-2026-56814 | 2026-07-10 | |
| Phoenix transports do not limit channel joins per connection, enabling process-exhaustion denial of service | CVE-2026-56811 | 2026-07-07 | |
| mint buffers an entire chunked response chunk in memory in Mint.HTTP1.decode_body/5 | CVE-2026-56810 | 2026-07-06 |