CVE-2026-44648

Source
https://cve.org/CVERecord?id=CVE-2026-44648
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-44648.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-44648
Aliases
Published
2026-05-29T17:46:27.574Z
Modified
2026-07-23T03:56:32.988004869Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H CVSS Calculator
Summary
SillyTavern: Existing sessions are not invalidated after password change, allowing session reuse and account takeover
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/44xxx/CVE-2026-44648.json",
    "cwe_ids": [
        "CWE-613"
    ],
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/sillytavern/sillytavern

Affected ranges

Type
GIT
Repo
https://github.com/sillytavern/sillytavern
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "1.18.0"
        }
    ]
}

Affected versions

1.*
1.10.0
1.10.1
1.10.10
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.4-1
1.11.5
1.11.6
1.11.7
1.11.8
1.12.0
1.12.0-6
1.12.1
1.12.10
1.12.11
1.12.12
1.12.13
1.12.14
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.14.0
1.15.0
1.16.0
1.17.0
1.9.2
1.9.5
1.9.6
1.9.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-44648.json"