CVE-2026-44648
7.5 HIGHSillyTavern is a locally installed user interface that allows users to interact with text generation large language models, image generat...
Published: 2026-05-29 · Last updated: 2026-05-29
Severity and scoring
- CVSS
- 7.5 HIGH
- Vector
- CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
- CWE
- CWE-613
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.
Source: NVD
References
Related CVEs
Same CWE
- CVE-2026-46657 — Bludit is a content management system (7.1 HIGH)
- CVE-2026-46656 — Bludit is a content management system (8.8 HIGH)
- CVE-2026-46401 — HAX CMS helps manage microsite universe with PHP or NodeJs backends
- CVE-2026-48726 — A bug in Apache Airflow's auth manager logout handling left previously-issued JWT tokens valid after the user clicked logout in the UI: t... (6.5 MEDIUM)
- CVE-2026-9802 — A flaw was found in Keycloak (6.8 MEDIUM)