---
id: CVE-2026-82584
title: >-
  Improper Neutralization of Escape, Meta, or Control Sequences vulnerability in
  ash-project igniter allows a malicious package publisher to forge the mix
  igniter.install confirmation prompt.


  mix igniter.install prints a confirmation pane…
summary: >-
  Improper Neutralization of Escape, Meta, or Control Sequences vulnerability in
  ash-project igniter allows a malicious package publisher to forge the mix
  igniter.install confirmation prompt.


  mix igniter.install prints a confirmation pane…
severity: low
cvss: 2.3
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'
cwe:
  - CWE-150
vendor: ash-project
product: igniter
affected:
  - igniter >= 0.8.1 < 0.8.4
  - >-
    ash-project/igniter >= d26d9b3a8348661813617606076315075d32663b <
    d492b1aa33f8fb0dacc0afa41b703fb922d42816
published: '2026-09-07'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T15:18:49.697'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-82584'
references:
  - url: 'https://cna.erlef.org/cves/CVE-2026-82584.html'
    label: 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
  - url: >-
      https://github.com/ash-project/igniter/commit/d492b1aa33f8fb0dacc0afa41b703fb922d42816
    label: 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
  - url: >-
      https://github.com/ash-project/igniter/security/advisories/GHSA-cj7w-j579-gc42
    label: 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
  - url: 'https://osv.dev/vulnerability/EEF-CVE-2026-82584'
    label: 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-08T14:44:50.539017Z'
cvssSource: cna
epss: 0.00528
epssPercentile: 0.42264
ingestedAt: '2026-09-08T15:33:26.980Z'
---

## Overview

Improper Neutralization of Escape, Meta, or Control Sequences vulnerability in ash-project igniter allows a malicious package publisher to forge the mix igniter.install confirmation prompt.

mix igniter.install prints a confirmation panel (an anti-typosquatting safeguard) listing a package's hex metadata before adding it. The panel builder in Igniter.Project.Deps wrote publisher-controlled fields (meta.description, owner usernames, requirement names, version) to the terminal with only newlines stripped. A malicious or typosquatted package can embed ANSI terminal escape sequences (cursor movement, line erase, carriage returns) in its metadata to overwrite the panel, forging trusted author names and download counts while concealing the real ones, so a developer relying on the panel to vet the package is deceived into approving a malicious dependency.

This issue affects igniter: from 0.8.1 before 0.8.4.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
