Nixpkgs security tracker

Try the new UI
Login with GitHub

Suggestion detail

Untriaged
Permalink CVE-2026-80489
5.9 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): High (H)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): None (N)
  • Integrity (I): None (N)
  • Availability (A): High (H)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): High (H)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): None (N)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): None (N)
  • Modified Availability (MA): High (H)
created 6 days, 9 hours ago Activity log
  • Created suggestion
EUC_JISX0213 decoding may hang on crafted input

Converting crafted EUC_JISX0213 input to UCS-4 or the internal wide character encoding, for example with iconv, in the GNU C Library version 2.3 to 2.44 may result in the converter making no progress, causing the calling application to hang. Some EUC_JISX0213 sequences decode to two code points. If the output buffer has room for only the first one, the converter stores the second in the conversion state and returns E2BIG, but it never clears that pending character after emitting it on the next call. The converter then keeps emitting the pending character without consuming further input, so an application that retries the conversion loops forever. The input must be attacker controlled and the application must convert it with an output buffer small enough to split the two code points. Only the EUC_JISX0213 character set is affected, which is not commonly used. The related defect in SHIFT_JISX0213 converter is tracked separately as CVE-2026-77117.

Affected products

glibc
  • =<2.44

Matching in nixpkgs

pkgs.libc

GNU C Library

  • nixos-unstable -
  • nixos-26.05 -

pkgs.glibc

GNU C Library

  • nixos-unstable -
  • nixos-26.05 -

pkgs.iconv

GNU C Library

  • nixos-unstable -
  • nixos-26.05 -

pkgs.getent

None

  • nixos-unstable -
  • nixos-26.05 -

pkgs.locale

None

  • nixos-unstable -
  • nixos-26.05 -

pkgs.mtrace

Perl script used to interpret and provide human readable output of the trace log contained in the file mtracedata, whose contents were produced by mtrace(3)

  • nixos-unstable -
  • nixos-26.05 -

pkgs.getconf

None

  • nixos-unstable -
  • nixos-26.05 -

pkgs.libiconv

None

  • nixos-unstable -
    • nixos-unstable-small 2.42
  • nixos-26.05 -
    • nixos-26.05-small 2.42

pkgs.glibcInfo

GNU Info manual of the GNU C Library

  • nixos-unstable -
  • nixos-26.05 -

pkgs.glibcLocales

Locale information for the GNU C Library

  • nixos-unstable -
  • nixos-26.05 -

pkgs.glibcLocalesUtf8

Locale information for the GNU C Library

  • nixos-unstable -
  • nixos-26.05 -

Package maintainers