CVE 7.5 HIGH

SillyTavern: Existing sessions are not invalidated after password change, allowing session reuse and account takeover_CVE-2026-44648

7.5 / 10
HIGH
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H

Description

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.

Basic Information

ID CVE-2026-44648
Source GitHub_M
Published May 29, 2026 at 17:46

Affected Product

Vendor SillyTavern
Product SillyTavern
Version < 1.18.0
Affected Versions SillyTavern SillyTavern < 1.18.0

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.