CVE-2026-80432
Last modified
CVE-2026-80432 is a medium-severity vulnerability rated 6/10 on the CVSS scale. 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.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Kovid Goyal | kitty | >= 0.47.0, < 0.49.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80432?
How severe is CVE-2026-80432?
How do I fix CVE-2026-80432?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80426FiftyOne renders a dataset field's description as markup. Th…7.1
- CVE-2026-80427bestzip builds the argument list for the system zip utility …8.4
- CVE-2026-80428ILIAS before versions 9.22, 10.10, and 11.3 contains an unau…9.8
- CVE-2026-8043External control of a file name in Ivanti Xtraction before v…9.6
- CVE-2026-80430Improper Link Resolution Before File Access in the drag sour…4.6
- CVE-2026-80431Out-of-bounds Write in the natural width branch of the text …6.8
- CVE-2026-80433Subscriber Sensitive Data Exposure in SureFeedback Client Si…7.5
- CVE-2026-80434IBM DataStage on Cloud Pak for Data 5.4.0.0 could allow a re…5
- CVE-2026-80436IBM DataStage on Cloud Pak for Data 5.4.0.0 could allow a re…8.5
- CVE-2026-80437The Ninja Forms WordPress plugin from 3.14.10 before 3.15.2 …4.8
- CVE-2026-80438The Ninja Forms WordPress plugin before 3.15.2 does not res…5.9
- CVE-2026-80439The Redirection for Contact Form 7 WordPress plugin from 2.2…4.8
Are you affected by CVE-2026-80432?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
