5.1 MEDIUM
- CVSS version (CVSS): 4.0
- Attack Vector (AV): Local (L)
- Attack Complexity (AC): Low (L)
- Attack Requirement (AT): None (N)
- 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): Low (L)
- 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): None (N)
- 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): Low (L)
- 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)
by @LeSuisse Activity log
- Created suggestion
-
@LeSuisse
ignored
40 packages
- elixir-ls
- elixir_1_17
- elixir_1_18
- elixir_1_19
- protoc-gen-elixir
- beam27Packages.elixir
- beam28Packages.elixir
- beam29Packages.elixir
- beam27Packages.elixir-ls
- beam28Packages.elixir-ls
- python314Packages.tree-sitter-grammars.tree-sitter-elixir
- python313Packages.tree-sitter-grammars.tree-sitter-elixir
- vimPlugins.nvim-treesitter-parsers.elixir
- beamMinimal29Packages.elixir_1_20
- beamMinimal28Packages.elixir_1_20
- beamMinimal29Packages.elixir_1_18
- tree-sitter-grammars.tree-sitter-elixir
- vscode-extensions.elixir-lsp.vscode-elixir-ls
- beamMinimal29Packages.elixir-ls
- beamMinimal27Packages.elixir_1_17
- beamMinimal27Packages.elixir_1_18
- beamMinimal27Packages.elixir_1_19
- beamMinimal27Packages.elixir_1_20
- beamMinimal28Packages.elixir_1_18
- beamMinimal28Packages.elixir-ls
- beamMinimal27Packages.elixir-ls
- beamMinimal29Packages.elixir
- beamMinimal28Packages.elixir
- beamMinimal27Packages.elixir
- beam29Packages.elixir_1_20
- beam29Packages.elixir_1_18
- beam28Packages.elixir_1_20
- beam28Packages.elixir_1_19
- beam28Packages.elixir_1_18
- beam27Packages.elixir_1_20
- beam27Packages.elixir_1_19
- beam27Packages.elixir_1_18
- beam27Packages.elixir_1_17
- beam29Packages.elixir-ls
- beamMinimal28Packages.elixir_1_19
-
@LeSuisse
restored
3 packages
- elixir_1_17
- elixir_1_18
- elixir_1_19
- @LeSuisse accepted
- @LeSuisse published on GitHub
Unbounded integer parsing in the Version module enables CPU and memory exhaustion denial of service
Uncontrolled Resource Consumption vulnerability in the Elixir standard library's Version module allows an attacker who controls a version string to cause a denial of service through CPU and memory exhaustion. The version parser converts numeric version components (major, minor, patch and numeric pre-release/build identifiers) to integers without bounding their length. A single large all-digit component therefore forces a super-linear, non-yielding base-10 to arbitrary-precision integer conversion (String.to_integer/1, i.e. :erlang.binary_to_integer/1) that pins a BEAM scheduler, and a larger component raises an uncaught SystemLimitError that crashes the calling process. A single moderately sized string (around one megabyte) is enough; no authentication is required. This is reachable from the public entry points Version.parse/1, Version.parse!/1, Version.match?/3, Version.compare/2, and Version.parse_requirement/1, which applications routinely call on untrusted input such as HTTP parameters, dependency-manifest fields, and package metadata. This vulnerability is associated with program files lib/version.ex and program routines 'Elixir.Version.Parser':parse_digits/2. This issue affects Elixir: from 1.5.0 before 1.20.1.
References
Affected products
- <c64417d72fd5c7d09e963ca3ac5fa2b140978d9e
- <1.20.1
Matching in nixpkgs
pkgs.elixir
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.elixir_1_17
Functional, meta-programming aware language built on top of the Erlang VM
pkgs.elixir_1_18
Functional, meta-programming aware language built on top of the Erlang VM
Ignored packages (37)
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.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
-
nixos-unstable 1.20.0-rc.6
- nixpkgs-unstable 1.20.0-rc.6
- nixos-unstable-small 1.20.0-rc.6
-
nixos-26.05 1.20.0-rc.6
- nixos-26.05-small 1.20.0-rc.6
- nixpkgs-26.05-darwin 1.20.0-rc.6
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
-
nixos-unstable 1.20.0-rc.6
- nixpkgs-unstable 1.20.0-rc.6
- nixos-unstable-small 1.20.0-rc.6
-
nixos-26.05 1.20.0-rc.6
- nixos-26.05-small 1.20.0-rc.6
- nixpkgs-26.05-darwin 1.20.0-rc.6
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
-
nixos-unstable 1.20.0-rc.6
- nixpkgs-unstable 1.20.0-rc.6
- nixos-unstable-small 1.20.0-rc.6
-
nixos-26.05 1.20.0-rc.6
- nixos-26.05-small 1.20.0-rc.6
- nixpkgs-26.05-darwin 1.20.0-rc.6
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
-
nixos-unstable 1.20.0-rc.6
- nixpkgs-unstable 1.20.0-rc.6
- nixos-unstable-small 1.20.0-rc.6
-
nixos-26.05 1.20.0-rc.6
- nixos-26.05-small 1.20.0-rc.6
- nixpkgs-26.05-darwin 1.20.0-rc.6
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
-
nixos-unstable 1.20.0-rc.6
- nixpkgs-unstable 1.20.0-rc.6
- nixos-unstable-small 1.20.0-rc.6
-
nixos-26.05 1.20.0-rc.6
- nixos-26.05-small 1.20.0-rc.6
- nixpkgs-26.05-darwin 1.20.0-rc.6
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
-
nixos-unstable 1.20.0-rc.6
- nixpkgs-unstable 1.20.0-rc.6
- nixos-unstable-small 1.20.0-rc.6
-
nixos-26.05 1.20.0-rc.6
- nixos-26.05-small 1.20.0-rc.6
- nixpkgs-26.05-darwin 1.20.0-rc.6
pkgs.tree-sitter-grammars.tree-sitter-elixir
Tree-sitter grammar for elixir
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=7937d3b
-
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
-
@ankhers Justin Wood <me@ankhers.dev>
-
@happysalada Raphael Megzari <raphael@megzari.com>
-
@minijackson Rémi Nicole <minijackson@riseup.net>
-
@yurrriq Eric Bailey <eric@ericb.me>
-
@adamcstephens Adam C. Stephens <happy.plan4249@valkor.net>
-
@gleber Gleb Peregud <gleber.p@gmail.com>