Katalog CVE

CVE-2026-27115

Wysokie
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

ADB Explorer to interfejs użytkownika dla ADB na systemie Windows. W wersjach 0.9.26020 i wcześniejszych występuje niezweryfikowany argument wiersza poleceń, który pozwala na rekurencyjne usuwanie dowolnych katalogów w systemie plików Windows.

Ocena ryzyka

Atakujący może stworzyć złośliwy skrót lub skrypt wsadowy, który uruchamia ADB Explorer z krytycznym katalogiem jako argumentem, co prowadzi do trwałego usunięcia jego zawartości. Użytkownicy, którzy uruchomią ADB Explorer w ten sposób, stracą dane na zawsze, ponieważ usunięcie omija Kosz.

Rekomendacja

Zaleca się aktualizację ADB Explorer do wersji 0.9.26021, aby usunąć tę podatność. Należy również unikać uruchamiania aplikacji z nieznanych lub podejrzanych źródeł.

Powiązane podatności

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

ADB Explorer is a fluent UI for ADB on Windows. Versions 0.9.26020 and below have an unvalidated command-line argument that allows any user to trigger recursive deletion of arbitrary directories on the Windows filesystem. ADB Explorer accepts an optional path argument to set a custom data directory, but only check whether the path exists. The ClearDrag() method calls Directory.Delete(dir, true) on every subdirectory of that path at both application startup and exit. An attacker can craft a malicious shortcut (.lnk) or batch script that launches ADB Explorer with a critical directory (e.g. C:\Users\%USERNAME%\Documents) as the argument, causing permanent recursive deletion of all its subdirectories. Any user who launches ADB Explorer via a crafted shortcut, batch file, or script loses the contents of the targeted directory permanently (deletion bypasses the Recycle Bin). This issue has been fixed in version 0.9.26021.

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