CVE Catalog

CVE-2026-44651

MediumCVSS 6.9
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.32%

25th percentile - higher than 25% of all known CVEs

Summary

SillyTavern before version 1.18.0 does not HTML-escape attacker-controlled URL values before sending them in error responses. This allows cross-site scripting (XSS) via crafted requests.

Risk Assessment

An attacker can execute arbitrary JavaScript in the victim's browser context, leading to session theft, data exfiltration, or account takeover.

Recommendation

Immediately update SillyTavern to version 1.18.0 or later.

Other vulnerabilities in SillyTavern

See all
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, when fetch(url) throws, the code sends: res.status(500).send('Error occurred while trying to proxy to: ' + url + ' ' + error). The url value is attacker-controlled (req.params.url) and is not HTML-escaped before rendering. This vulnerability is fixed in 1.18.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS