Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-26286

CVE-2026-26286: SillyTavern SSRF Vulnerability

CVE-2026-26286 is an SSRF flaw in SillyTavern that lets authenticated users make arbitrary HTTP requests from the server to access internal services and private networks. This post covers technical details and mitigation.

Published: February 20, 2026

CVE-2026-26286 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in SillyTavern, a locally installed user interface that enables users to interact with text generation large language models, image generation engines, and text-to-speech voice models. In versions prior to 1.16.0, the asset download endpoint allows authenticated users to make arbitrary HTTP requests from the server and read the full response body, enabling access to internal services, cloud metadata, and private network resources.

Critical Impact

Authenticated attackers can leverage this SSRF vulnerability to access internal network resources, cloud metadata endpoints (such as AWS/GCP/Azure instance metadata), and other services not intended to be publicly accessible, potentially leading to credential theft and lateral movement within the infrastructure.

Affected Products

  • SillyTavern versions prior to 1.16.0
  • Self-hosted SillyTavern instances with network access to internal resources
  • Cloud-deployed SillyTavern installations with access to metadata services

Discovery Timeline

  • 2026-02-19 - CVE-2026-26286 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-26286

Vulnerability Analysis

This vulnerability exists in SillyTavern's asset download endpoint, which failed to properly validate the destination of HTTP requests initiated by the server. The SSRF flaw (CWE-918) allows authenticated users to craft malicious requests that cause the server to make outbound HTTP connections to arbitrary destinations. Because the full response body is returned to the attacker, this creates a powerful information disclosure vector.

The attack requires authentication, meaning an attacker must have valid credentials to the SillyTavern instance. However, once authenticated, the attacker can leverage the server as a proxy to reach internal network segments, cloud provider metadata services (such as http://169.254.169.254/ on AWS), or other backend services that trust requests originating from the SillyTavern server's IP address.

Root Cause

The root cause of this vulnerability is the absence of domain or URL validation in the asset download functionality. Prior to version 1.16.0, the application accepted user-supplied URLs without verifying that the target domain was on an approved whitelist. This allowed attackers to specify arbitrary URLs, including those pointing to internal network resources, localhost services, or cloud metadata endpoints.

Attack Vector

The vulnerability is exploited via the network attack vector with low complexity. An authenticated attacker can manipulate the asset download endpoint by supplying a crafted URL that points to an internal resource. The server processes this request, fetches the content from the specified URL, and returns the full response body to the attacker. This enables reconnaissance of internal networks, access to sensitive cloud metadata (including IAM credentials), and potential pivoting to other internal services.

A typical attack scenario involves the attacker submitting a request to the asset download endpoint with a URL targeting the cloud metadata service. The server, having network access to this endpoint, retrieves the metadata (potentially including temporary security credentials) and returns it to the attacker through the normal response mechanism.

Detection Methods for CVE-2026-26286

Indicators of Compromise

  • Unusual outbound HTTP requests from the SillyTavern server to internal IP ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • HTTP requests to cloud metadata endpoints such as 169.254.169.254 or metadata.google.internal
  • Anomalous asset download requests containing URLs pointing to localhost (127.0.0.1) or internal hostnames
  • Access logs showing repeated requests to the asset download endpoint with varying internal target URLs

Detection Strategies

  • Implement network monitoring to detect outbound connections from the SillyTavern server to unexpected internal destinations
  • Configure web application firewalls (WAF) to flag and block requests containing internal IP addresses or metadata service URLs
  • Enable detailed logging on the asset download endpoint to capture all URL parameters and source authentication details
  • Deploy intrusion detection rules to alert on SSRF patterns such as requests to RFC 1918 addresses from web application servers

Monitoring Recommendations

  • Monitor SillyTavern server egress traffic for connections to internal network segments and cloud metadata services
  • Implement alerting on high-frequency asset download requests from single authenticated users
  • Review application logs regularly for failed or unusual asset download attempts
  • Configure cloud provider security tools to detect and alert on metadata endpoint access patterns

How to Mitigate CVE-2026-26286

Immediate Actions Required

  • Upgrade SillyTavern to version 1.16.0 or later immediately to apply the security patch
  • Review access logs for any evidence of exploitation prior to patching
  • Rotate any credentials that may have been exposed through cloud metadata access
  • Implement network segmentation to limit the SillyTavern server's access to internal resources

Patch Information

The vulnerability has been patched in SillyTavern version 1.16.0. The fix introduces a whitelist domain check for asset download requests, preventing arbitrary URL fetching. The whitelist can be reviewed and customized by editing the whitelistImportDomains array in the config.yaml file. For detailed information about the security fix, refer to the GitHub Security Advisory.

Workarounds

  • If immediate upgrade is not possible, implement network-level controls to block outbound requests from the SillyTavern server to internal IP ranges and metadata endpoints
  • Configure a reverse proxy or WAF in front of SillyTavern to filter requests to the asset download endpoint
  • Restrict network access from the SillyTavern host using firewall rules to only allow necessary outbound connections
  • Review and limit user authentication to trusted individuals while the vulnerability remains unpatched
bash
# Example: Configure whitelist domains in config.yaml
# Add trusted domains to the whitelistImportDomains array
# Example configuration after upgrading to 1.16.0+
whitelistImportDomains:
  - "example.com"
  - "trusted-cdn.example.org"
  - "assets.yourdomain.com"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechSillytavern

  • SeverityHIGH

  • CVSS Score7.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34526: SillyTavern SSRF Vulnerability

  • CVE-2026-34524: SillyTavern Path Traversal Vulnerability

  • CVE-2026-34523: SillyTavern Path Traversal Vulnerability

  • CVE-2026-34522: SillyTavern Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English