HIGH🇬🇧 English

CVE-2026-54056

CVSS 7.6v3.1pub. 2026-06-12upd. 2026-06-16

Kitty is a cross-platform GPU based terminal. In versions 0.47.0 and 0.47.1, `kitten dnd` can allow a malicious remote drag-and-drop source to overwrite or truncate arbitrary files writable by the local kitty user. Remote `text/uri-list` drops are staged in a temporary directory, but on case-sensitive filesystems duplicate remote basenames are not de-duplicated. An attacker can first create a staged symlink and then send a same-name regular-file entry. The regular-file write uses `utils.CreateAt()` / `openat(O_RDWR|O_CREAT|O_TRUNC)` without `O_NOFOLLOW`, so it follows the attacker-created symlink and writes outside the staging directory before final overwrite confirmation runs. This appears related in class to the file-transfer symlink advisory, but it is a different bug: it affects `kitten dnd` remote drag-and-drop staging, uses different vulnerable code (`kittens/dnd/drop.go` and `tools/utils/file_at_fd.go`), and reproduces on commit `4aa4a5c0567a92553a8c20a88a4352da637fca5d`, after the file-transfer `O_NOFOLLOW` fix. Version 0.47.2 patches the issue.

oryginał EN
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:H/A:L
  • Kovidgoyal Kitty

    APP
    Kovidgoyal
    0.47.0 – 0.47.2 (bez)
🔵
ZWERYFIKUJ U PRODUCENTA
Brak jednoznacznych danych o patchu. Sprawdź referencje od producenta.
CWE
Referencje

Powiązane podatności

CVE-2026-33642CRITICAL9.9PL ✓ten sam produkt

Integer overflow i heap buffer over-read/write w terminalu Kitty

CVE-2020-35605CRITICAL9.8PL ✓ten sam produkt

RCE w kitty — wykonanie kodu przez specjalną nazwę pliku w Graphics Protocol

CVE-2026-54057HIGH7.3ten sam produkt

Kitty is a cross-platform GPU based terminal. In versions prior to 0.47.3, kitty's OSC 21 (color-control) quer...

CVE-2026-42850HIGH7.4ten sam produkt

Kitty is a cross-platform GPU based terminal. In versions prior to 0.47.0, it is possible to inject commands w...

CVE-2026-42851HIGH7.8ten sam produkt

Kitty is a cross-platform GPU based terminal. In versions prior to 0.47.0, a program able to write bytes to a ...