Nixpkgs security tracker

Try the new UI
Login with GitHub

Suggestion detail

Untriaged
Permalink CVE-2026-82672
6.3 MEDIUM
  • CVSS version (CVSS): 4.0
  • Attack Vector (AV): Network (N)
  • 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): Low (L)
  • Vulnerable System Impact Integrity (VI): Low (L)
  • Vulnerable System Impact Availability (VA): None (N)
  • 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): Network (N)
  • 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): Low (L)
  • Modified Vulnerable System Impact Integrity (MVI): Low (L)
  • Modified Vulnerable System Impact Availability (MVA): None (N)
  • 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)
created 2 days ago Activity log
  • Created suggestion
Unvalidated chunk-size line tail in Mint HTTP/1 client enables response smuggling against strict intermediaries on pooled connections

Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') vulnerability in elixir-mint mint allows a malicious HTTP/1 server to desynchronize a strict intermediary and the Mint client on a pooled connection, enabling response-queue poisoning against subsequent requests that share the connection. Mint.HTTP1.Parse.chunk_size/1 in lib/mint/http1/parse.ex stops at the first non-hexadecimal byte of a chunked response's chunk-size line and returns the remainder unexamined. Mint.HTTP1.decode_body/5 in lib/mint/http1.ex then discards every byte up to the CRLF with Parse.ignore_until_crlf/1, so the accepted grammar is a run of hex digits followed by arbitrary bytes, where RFC 9112 permits only a ;-introduced chunk extension. Lines such as 5ZZZZZ and 5 9 are accepted as chunk size 5, and 0ZZZZ is accepted as the terminating chunk that ends the message body. An RFC-strict intermediary rejects such a line while Mint accepts it, so the two disagree on chunk boundaries and on where the response ends. This issue affects mint: from 0.1.0 before 1.10.1.

Affected products

mint
  • <1.10.1
elixir-mint/mint
  • <c82377838dc6e275ef40bafa664fbcdf50270c60

Matching in nixpkgs

pkgs.mint

Refreshing language for the front-end web

  • nixos-unstable -
  • nixos-26.05 -

pkgs.mintotp

Minimal TOTP generator

  • nixos-unstable -
    • nixos-unstable-small 0.3.0
  • nixos-26.05 -
    • nixos-26.05-small 0.3.0

pkgs.fedimint

Federated E-Cash Mint

  • nixos-unstable -
    • nixos-unstable-small 0.7.1
  • nixos-26.05 -
    • nixos-26.05-small 0.7.1

pkgs.tendermint

Byzantine-Fault Tolerant State Machines. Or Blockchain, for short

  • nixos-unstable -
  • nixos-26.05 -

pkgs.latexminted

Python executable for LaTeX minted package

  • nixos-unstable -
    • nixos-unstable-small 0.7.1
  • nixos-26.05 -
    • nixos-26.05-small 0.7.1

pkgs.mint-themes

Mint-X and Mint-Y themes for the cinnamon desktop

  • nixos-unstable -
    • nixos-unstable-small 2.4.1
  • nixos-26.05 -
    • nixos-26.05-small 2.4.0

pkgs.mint-artwork

Artwork for the cinnamon desktop

  • nixos-unstable -
    • nixos-unstable-small 1.9.3
  • nixos-26.05 -
    • nixos-26.05-small 1.9.3

pkgs.mint-l-icons

Mint-L icon theme

  • nixos-unstable -
    • nixos-unstable-small 1.8.3
  • nixos-26.05 -
    • nixos-26.05-small 1.8.1

pkgs.mint-l-theme

Mint-L theme for the Cinnamon desktop

  • nixos-unstable -
    • nixos-unstable-small 2.0.8
  • nixos-26.05 -
    • nixos-26.05-small 2.0.7

pkgs.mint-x-icons

Mint/metal theme based on mintified versions of Clearlooks Revamp, Elementary and Faenza

  • nixos-unstable -
    • nixos-unstable-small 1.7.7
  • nixos-26.05 -
    • nixos-26.05-small 1.7.6

pkgs.mint-y-icons

Mint-Y icon theme

  • nixos-unstable -
    • nixos-unstable-small 1.9.4
  • nixos-26.05 -
    • nixos-26.05-small 1.9.2

pkgs.haskellPackages.mintty

A reliable way to detect the presence of a MinTTY console on Windows

  • nixos-unstable -
    • nixos-unstable-small 0.1.4
  • nixos-26.05 -
    • nixos-26.05-small 0.1.4

Package maintainers