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 version 1.17.0, in src/endpoints/search.js, the hostname is checked against /^\d+\.\d+\.\d+\.\d+$/. This only matches literal dotted-quad IPv4 (e.g. 127.0.0.1, 10.0.0.1). It does not catch: localhost (hostname, not dotted-quad), [::1] (IPv6 loopback), and DNS names resolving to internal addresses (e.g. localtest.me -> 127.0.0.1). A separate port check (urlObj.port !== '') limits exploitation to services on default ports (80/443), making this lower severity than a fully unrestricted SSRF. This issue has been patched in version 1.17.0.
Published: 2026-04-02
Score: 5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Server‑Side Request Forgery via localhost and IPv6 addresses, enabling access to internal services.
Action: Apply patch
AI Analysis

Impact

The flaw allows an attacker to send requests to internal network addresses through the /api/search/visit endpoint because the hostname check only permits dotted‑quad IPs. Hostnames such as localhost, IPv6 loopback [::1], and DNS names that resolve to internal IPs are not blocked, enabling SSRF. The vulnerability is limited to services that listen on default ports (80 and 443), which reduces its severity compared with a fully unrestricted SSRF.

Affected Systems

All installations of SillyTavern older than version 1.17.0 are affected. The application is open‑source and runs locally; the attack surface is the /api/search/visit endpoint in src/endpoints/search.js.

Risk and Exploitability

The CVSS base score of 5 indicates medium severity, and the EPSS score of less than 1 % shows a low probability of exploitation in the wild. The vulnerability is not listed in CISA’s KEV catalog. Exploitation requires sending a request to the vulnerable endpoint, either from an authenticated or unauthenticated user if the API is publicly accessible, and the attacker must know at least a valid default port to leverage the fallback port check.

Generated by OpenCVE AI on April 13, 2026 at 19:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SillyTavern to version 1.17.0 or later.

Generated by OpenCVE AI on April 13, 2026 at 19:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-wm7j-m6jm-8797 SillyTavern: Incomplete IP validation in /api/search/visit allows SSRF via localhost and IPv6
History

Mon, 13 Apr 2026 18:45:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:sillytavern:sillytavern:*:*:*:*:*:node.js:*:*

Fri, 03 Apr 2026 10:15:00 +0000

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

Thu, 02 Apr 2026 20: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 version 1.17.0, in src/endpoints/search.js, the hostname is checked against /^\d+\.\d+\.\d+\.\d+$/. This only matches literal dotted-quad IPv4 (e.g. 127.0.0.1, 10.0.0.1). It does not catch: localhost (hostname, not dotted-quad), [::1] (IPv6 loopback), and DNS names resolving to internal addresses (e.g. localtest.me -> 127.0.0.1). A separate port check (urlObj.port !== '') limits exploitation to services on default ports (80/443), making this lower severity than a fully unrestricted SSRF. This issue has been patched in version 1.17.0.
Title SillyTavern: Incomplete IP validation in /api/search/visit allows SSRF via localhost and IPv6
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Subscriptions

Sillytavern Sillytavern
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-04-02T17:48:03.787Z

Reserved: 2026-03-30T16:03:31.048Z

Link: CVE-2026-34526

cve-icon Vulnrichment

Updated: 2026-04-02T17:47:54.532Z

cve-icon NVD

Status : Analyzed

Published: 2026-04-02T18:16:29.917

Modified: 2026-04-13T18:39:45.460

Link: CVE-2026-34526

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-14T16:41:59Z

Weaknesses