---
id: CVE-2026-95832
title: >-
  Improper Neutralization of Special Elements in Output Used by a Downstream
  Component in the colour control escape code handler in kitty from 0.47.3
  before 0.49.0 allows a program writing to the terminal to execute an arbitrary
  command in…
summary: >-
  Improper Neutralization of Special Elements in Output Used by a Downstream
  Component in the colour control escape code handler in kitty from 0.47.3
  before 0.49.0 allows a program writing to the terminal to execute an arbitrary
  command in…
severity: critical
cvss: 9.3
cvssVector: 'CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H'
cwe:
  - CWE-74
vendor: Kovid Goyal
product: kitty
affected:
  - kitty >= 0.47.3 < 0.49.0
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T16:17:30.250'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-95832'
references:
  - url: >-
      https://github.com/kovidgoyal/kitty/commit/03fbdad855490470233954bc810e517027e5e640
    label: 4daa8cea-433a-44bd-9456-53b127fc289a
  - url: >-
      https://github.com/kovidgoyal/kitty/commit/57bb144d96c0f9d48a2b0a6d43c9a23d2a091cbf
    label: 4daa8cea-433a-44bd-9456-53b127fc289a
  - url: 'https://github.com/kovidgoyal/kitty/releases/tag/v0.49.0'
    label: 4daa8cea-433a-44bd-9456-53b127fc289a
  - url: >-
      https://secur0.com/en/cna/cve-list/cve-2026-95832-kitty-color-control-command-execution
    label: 4daa8cea-433a-44bd-9456-53b127fc289a
  - url: 'https://www.cve.org/CVERecord?id=CVE-2026-54057'
    label: 4daa8cea-433a-44bd-9456-53b127fc289a
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-25T15:29:56.732664Z'
cvssSource: cna
ingestedAt: '2026-09-25T13:08:53.484Z'
---

## Overview

Improper Neutralization of Special Elements in Output Used by a Downstream Component in the colour control escape code handler in kitty from 0.47.3 before 0.49.0 allows a program writing to the terminal to execute an arbitrary command in the user's shell, because color_control() in kitty/window.py answers a query for an unrecognised field name by placing that field name into the reply, and write_escape_code_to_child() in kitty/screen.c then writes the reply to the pseudoterminal master, where it is not distinguishable from input typed by the user, without neutralising it for the shell that reads it. The payload is reduced to printable ASCII before the field name is echoed, which is the restriction introduced in 0.47.3 as the fix for CVE-2026-54057, and the record and field separators ; and = are consumed as delimiters, but every other printable character survives, which is sufficient to compose a shell command. A newline is available from handle_remote_ssh() in kitty/window.py, which writes the bytes yielded by get_ssh_data() in kittens/ssh/utils.py, the first of which begin with a newline, to the pseudoterminal master before any credential carried in the request is checked. The reply is framed as an OSC sequence carrying the escape code number, the field name, and the literal value ?. This results in execution of an attacker-chosen command with the privileges of the user running the terminal.

## Remediation

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