CVE-2026-44652 PUBLISHED

SillyTavern: SSRF vulnerability in the CORS proxy middleware

Assigner: GitHub_M
Reserved: 07.05.2026 Published: 29.05.2026 Updated: 29.05.2026

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, corsProxyMiddleware forwards req.params.url directly into fetch(url, ...). It only blocks circular requests to its own host and does not enforce destination allowlist or private/loopback restrictions, enabling SSRF. This vulnerability is fixed in 1.18.0.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 6.9

Product Status

Vendor SillyTavern
Product SillyTavern
Versions
  • Version < 1.18.0 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE