5.9 MEDIUM
- CVSS version (CVSS): 4.0
- Attack Vector (AV): Local (L)
- Attack Complexity (AC): Low (L)
- Attack Requirement (AT): Present (P)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Vulnerable System Impact Confidentiality (VC): None (N)
- Vulnerable System Impact Integrity (VI): None (N)
- Vulnerable System Impact Availability (VA): High (H)
- Subsequent System Impact Confidentiality (SC): None (N)
- Subsequent System Impact Integrity (SI): None (N)
- Subsequent System Impact Availability (SA): None (N)
- Modified Attack Vector (MAV): Local (L)
- Modified Attack Complexity (MAC): Low (L)
- Modified Attack Requirement (MAT): Present (P)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Vulnerable System Impact Confidentiality (MVC): None (N)
- Modified Vulnerable System Impact Integrity (MVI): None (N)
- Modified Vulnerable System Impact Availability (MVA): High (H)
- Modified Subsequent System Impact Confidentiality (MSC): Negligible (N)
- Modified Subsequent System Impact Integrity (MSI): Negligible (N)
- Modified Subsequent System Impact Availability (MSA): Negligible (N)
- Safety (S): Not Defined (X)
- Automatable (AU): Not Defined (X)
- Recovery (R): Not Defined (X)
- Value Density (V): Not Defined (X)
- Vulnerability Response Effort (RE): Not Defined (X)
- Provider Urgency (U): Not Defined (X)
- Confidentiality Req. (CR): Not Defined (X)
- Integrity Req. (IR): Not Defined (X)
- Availability Req. (AR): Not Defined (X)
- Exploit Maturity (E): Not Defined (X)
Activity log
- Created suggestion
Unbounded recursion between Inspect.List charlist rendering and List.to_string/1 error path in Elixir
Uncontrolled Recursion vulnerability in the Elixir standard library allows an attacker who controls a list passed to inspect/1, List.to_string/1, or List.to_charlist/1 to exhaust a BEAM node's memory. Inspect.List's charlist branch in lib/elixir/lib/inspect.ex classifies a list as a charlist using List.ascii_printable?/2, which examines only the first :printable_limit (4096 by default) elements, and then calls IO.chardata_to_string/1 on the whole term. A list whose printable prefix exceeds that limit but which contains a later element that is not a code point (an atom, an out-of-range integer, or an improper tail) is therefore mis-classified, and the conversion raises ArgumentError. That conversion runs inside List.to_string/1, whose rescue clause builds its message by interpolating inspect(list), which re-enters the same branch and raises again. The nested inspection is an argument to raise, so the recursion is not in tail position and every level is retained: the process stack grows monotonically while each cycle re-walks the list, until the process is killed by max_heap_size or, by default, the node runs out of memory. List.to_charlist/1 has the same rescue shape. Below the printable limit the inner inspect/1 sees the invalid element within its counter and renders the list in ordinary bracket form, so a single ArgumentError is raised and no recursion occurs. This issue affects elixir: from 1.15.0-rc.0 before 1.18.5, from 1.19.0-rc.0 before 1.19.6, and from 1.20.0-rc.0 before 1.20.4.
References
-
https://github.com/elixir-lang/elixir/security/advisories/GHSA-jf5q-v438-665c exploitrelatedvendor-advisory
Affected products
- <1.19.6
- <1.20.4
- <1.18.5
- *
Matching in nixpkgs
pkgs.elixir
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.elixir-ls
A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
pkgs.elixir_1_17
None
-
nixos-unstable 1.17.3
pkgs.elixir_1_18
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.elixir_1_19
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.protoc-gen-elixir
Protoc plugin to generate Elixir code
pkgs.beam27Packages.elixir
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beam28Packages.elixir
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beam29Packages.elixir
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beam27Packages.elixir-ls
A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
pkgs.beam28Packages.elixir-ls
A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
pkgs.beam29Packages.elixir-ls
A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
pkgs.beam27Packages.elixir_1_17
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beam27Packages.elixir_1_18
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beam27Packages.elixir_1_19
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beam27Packages.elixir_1_20
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beam28Packages.elixir_1_18
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beam28Packages.elixir_1_19
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beam28Packages.elixir_1_20
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beam29Packages.elixir_1_18
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beam29Packages.elixir_1_20
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beamMinimal27Packages.elixir
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beamMinimal28Packages.elixir
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beamMinimal29Packages.elixir
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beamMinimal27Packages.elixir-ls
A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
pkgs.beamMinimal28Packages.elixir-ls
A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
pkgs.beamMinimal29Packages.elixir-ls
A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
pkgs.beamMinimal27Packages.elixir_1_17
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beamMinimal27Packages.elixir_1_18
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beamMinimal27Packages.elixir_1_19
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beamMinimal27Packages.elixir_1_20
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beamMinimal28Packages.elixir_1_18
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beamMinimal28Packages.elixir_1_19
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beamMinimal28Packages.elixir_1_20
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beamMinimal29Packages.elixir_1_18
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.beamMinimal29Packages.elixir_1_20
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.tree-sitter-grammars.tree-sitter-elixir
None
pkgs.vimPlugins.nvim-treesitter-parsers.elixir
Tree-sitter grammar for elixir
-
nixos-unstable 0.0.0+rev=7937d3b
- nixpkgs-unstable 0.0.0+rev=7937d3b
- nixos-unstable-small 0.0.0+rev=4b0c711
-
nixos-26.05 0.0.0+rev=7937d3b
- nixos-26.05-small 0.0.0+rev=7937d3b
- nixpkgs-26.05-darwin 0.0.0+rev=7937d3b
pkgs.vscode-extensions.elixir-lsp.vscode-elixir-ls
Elixir support with debugger, autocomplete, and more. Powered by ElixirLS
pkgs.python313Packages.tree-sitter-grammars.tree-sitter-elixir
Python bindings for tree-sitter-elixir
Package maintainers
-
@DianaOlympos Thomas Depierre
-
@happysalada Raphael Megzari <raphael@megzari.com>
-
@yurrriq Eric Bailey <eric@ericb.me>
-
@gleber Gleb Peregud <gleber.p@gmail.com>
-
@ankhers Justin Wood <me@ankhers.dev>
-
@adamcstephens Adam C. Stephens <happy.plan4249@valkor.net>
-
@mattpolzin Matt Polzin <matt.polzin@gmail.com>
-
@adfaure Adrien Faure <adfaure@pm.me>
-
@stepbrobd Yifei Sun <ysun@hey.com>
-
@mightyiam Shahar "Dawn" Or <mightyiampresence@gmail.com>
-
@A-jay98 Ali Jamadi <ali@jamadi.me>
-
@datafoo datafoo