---
id: CVE-2026-80432
title: >-
  Missing Authorization in the drop handling path of the drag and drop protocol
  in kitty from 0.47.0 before 0.49.0 allows a program writing to the terminal to
  obtain the contents of files dragged over the window even when the user never
  co…
summary: >-
  Missing Authorization in the drop handling path of the drag and drop protocol
  in kitty from 0.47.0 before 0.49.0 allows a program writing to the terminal to
  obtain the contents of files dragged over the window even when the user never
  co…
severity: medium
cvss: 6
cvssVector: 'CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N'
cwe:
  - CWE-862
vendor: Kovid Goyal
product: kitty
affected:
  - kitty >= 0.47.0 < 0.49.0
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T17:17:14.843'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-80432'
references:
  - url: >-
      https://github.com/kovidgoyal/kitty/commit/026d11f517da17bfd3c35ea502057babdfbe5828
    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-80432-kitty-dnd-data-before-drop
    label: 4daa8cea-433a-44bd-9456-53b127fc289a
  - url: >-
      https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-80432.json
  - url: 'https://access.redhat.com/security/cve/CVE-2026-80432'
  - url: 'https://www.cve.org/CVERecord?id=CVE-2026-80432'
tags:
  - nvd
  - cve.org
  - csaf
  - vex
  - red-hat
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-25T16:54:28.515960Z'
cvssSource: cna
ingestedAt: '2026-09-25T17:13:14.012Z'
scores:
  cna: 6
  vendor: 5.5
---

## Overview

Missing Authorization in the drop handling path of the drag and drop protocol in kitty from 0.47.0 before 0.49.0 allows a program writing to the terminal to obtain the contents of files dragged over the window even when the user never completes the drop, because drop_enqueue_request() in kitty/dnd.c serves a drag data request without first checking the drop state of the window, so a client that issues the request while a drag is merely hovering receives the data offered for the drag. In the same file, drop_left_child(), which runs when the drag leaves the window without a drop having occurred, releases the offered MIME list but retains the pending request state, the open file descriptor and its main loop transfer timer, the directory handles, the URI list and the pending MIME name, so a client can continue to read through a retained directory handle, and an in-flight file transfer continues to stream, when no drag is in progress. The file contents are read from the filesystem by the kitty process itself using the paths the drag source offered. This results in disclosure of the contents of files the user moved over the window without ever releasing them into it.

## Remediation

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

## Vendor advisories

- **Red Hat VEX** · updated 2026-09-25 · [vex](https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-80432.json)
