Katalog CVE

CVE-2026-80432

ŚrednieCVSS 6.0
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

Brak autoryzacji w ścieżce obsługi upuszczania protokołu drag and drop w kitty od wersji 0.47.0 przed 0.49.0 pozwala programowi piszącemu do terminala na uzyskanie zawartości plików przeciągniętych nad oknem, nawet jeśli użytkownik nie zakończy upuszczania, a także na kontynuowanie odczytu plików po opuszczeniu okna przez przeciąganie.

Ocena ryzyka

Ujawnienie zawartości plików przeciąganych nad oknem może prowadzić do wycieku poufnych danych, nawet jeśli użytkownik nie wykonał upuszczenia.

Rekomendacja

Zaleca się aktualizację kitty do wersji 0.49.0 lub nowszej oraz unikanie przeciągania poufnych plików nad oknem terminala do czasu aktualizacji.

Inne podatności w kitty

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS