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, 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.
Published: 2026-05-29
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the CORS proxy middleware of SillyTavern and allows an attacker to supply arbitrary URLs via the req.params.url parameter, which are then fetched directly by the application. Because no allowlist or loopback restrictions are applied, an attacker can provoke the application to reach internal or external services. This results in a Remote Server Request Forgery (SSRF) that could expose hidden resources or be used as a foothold for further attacks. The weakness is identified as CWE‑918, indicating an insecure proxy or relay. The CVSS score of 6.9 classifies the flaw as a medium severity issue, typically implying that the attack can be leveraged once an attacker can reach the vulnerable endpoint but may not provide direct code execution.

Affected Systems

The flaw affects all local installations of SillyTavern running a version earlier than 1.18.0. The product is listed as SillyTavern SillyTavern and the vulnerability is tied to versions before the 1.18.0 release. No specific platforms are mentioned, so the issue applies to any environment where the UI is installed and accessed locally or over a local network.

Risk and Exploitability

Exploitability requires the attacker to be able to send requests to the target instance or to have access to the same network that hosts it. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. With a CVSS of 6.9, the risk is considered moderate; it could be mitigated by simply upgrading the application, but before doing so, administrators should audit outbound connectivity or limit exposure of the CORS proxy endpoint.

Generated by OpenCVE AI on May 29, 2026 at 19:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SillyTavern to version 1.18.0 or later, which removes the vulnerable code path.
  • If an upgrade is not immediately possible, disable the CORS proxy middleware to prevent the forwarding of arbitrary URLs.
  • Implement network controls such as firewall rules or host‑based filters to block outbound connections from the application to internal or private IP ranges, reducing the attack surface for potential SSRF exploitation.

Generated by OpenCVE AI on May 29, 2026 at 19:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-ccfq-2454-f5xw SillyTavern has a SSRF vulnerability in the CORS proxy middleware
History

Fri, 29 May 2026 22:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 29 May 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Sillytavern
Sillytavern sillytavern
Vendors & Products Sillytavern
Sillytavern sillytavern

Fri, 29 May 2026 18:30:00 +0000

Type Values Removed Values Added
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, 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.
Title SillyTavern: SSRF vulnerability in the CORS proxy middleware
Weaknesses CWE-918
References
Metrics cvssV4_0

{'score': 6.9, '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'}


Subscriptions

Sillytavern Sillytavern
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-05-29T21:40:54.065Z

Reserved: 2026-05-07T15:30:10.876Z

Link: CVE-2026-44652

cve-icon Vulnrichment

Updated: 2026-05-29T21:40:48.941Z

cve-icon NVD

Status : Deferred

Published: 2026-05-29T19:16:25.143

Modified: 2026-05-29T20:17:38.110

Link: CVE-2026-44652

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-29T19:30:05Z

Weaknesses