CVE-2026-44648
HighSummary
SillyTavern to lokalnie zainstalowany interfejs użytkownika, który umożliwia interakcję z modelami generacji tekstu i obrazów. W wersjach przed 1.18.0, SillyTavern korzysta z cookie-session do uwierzytelniania, co prowadzi do braku mechanizmu unieważniania sesji po zmianie hasła.
Risk Assessment
Brak unieważniania sesji po zmianie hasła stwarza ryzyko, że nieautoryzowane osoby mogą uzyskać dostęp do konta użytkownika, jeśli posiadają ważne ciasteczko sesyjne. To może prowadzić do nieautoryzowanego dostępu do danych użytkownika.
Recommendation
Zaleca się aktualizację SillyTavern do wersji 1.18.0 lub nowszej, aby skorzystać z poprawki, która wprowadza mechanizm unieważniania sesji po zmianie hasła.
Original NVD description (English source)
SillyTavern is a locally installed user interface that allows users to interact with text generation large language models, image generation engines, and text-to-speech voice models. Prior to 1.18.0, SillyTavern relies on cookie-session for authentication, storing all session data (user handle, permissions) in a signed cookie. The endpoints POST /api/users/change-password and POST /api/users/recover-step2 only update the password hash in the database but do not expire current sessions. Because the session is stateless and stored entirely in the client cookie, there is no server-side mechanism to revoke a token once issued. This vulnerability is fixed in 1.18.0.

