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-3788

CVE-2026-3788: Bytedesk SSRF Vulnerability

CVE-2026-3788 is a server-side request forgery flaw in Bytedesk up to version 1.3.9 affecting the getModels function. Attackers can manipulate the apiUrl parameter remotely to exploit this issue. This article covers technical details, affected versions, security impact, and available patches.

Published: March 13, 2026

CVE-2026-3788 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in Bytedesk versions up to 1.3.9. This security flaw affects the getModels function within the SpringAIOpenrouterRestService.java file, which is part of the SpringAIOpenrouterRestController component. Attackers can exploit this vulnerability by manipulating the apiUrl argument, enabling them to make arbitrary server-side HTTP requests to internal or external resources.

Critical Impact

Authenticated attackers can leverage this SSRF vulnerability to access internal services, bypass firewall restrictions, and potentially exfiltrate sensitive data from backend systems that should not be externally accessible.

Affected Products

  • Bytedesk versions up to and including 1.3.9
  • SpringAI OpenRouter integration component
  • Systems utilizing SpringAIOpenrouterRestController

Discovery Timeline

  • March 9, 2026 - CVE-2026-3788 published to NVD
  • March 10, 2026 - Last updated in NVD database

Technical Details for CVE-2026-3788

Vulnerability Analysis

This SSRF vulnerability exists in the Bytedesk AI integration component, specifically within the Spring AI OpenRouter REST service implementation. The vulnerable function getModels accepts an apiUrl parameter that is used to construct server-side HTTP requests without adequate validation or sanitization. This allows authenticated users to redirect requests to arbitrary destinations, including internal network resources, cloud metadata services, and other restricted endpoints.

The vulnerability is exploitable remotely over the network and requires low-level privileges (authenticated user access). The exploit has been publicly disclosed, increasing the risk of active exploitation attempts against unpatched systems.

Root Cause

The root cause of this vulnerability is improper input validation in the apiUrl parameter handling within the SpringAIOpenrouterRestService.java file located at source-code/src/main/java/com/bytedesk/ai/springai/providers/openrouter/SpringAIOpenrouterRestService.java. The application fails to implement adequate URL allowlisting or validation mechanisms, permitting user-controlled input to directly influence server-side HTTP request destinations.

Attack Vector

The attack is launched remotely via network access to the vulnerable endpoint. An authenticated attacker can manipulate the apiUrl argument passed to the getModels function to target internal services. Common attack scenarios include:

  • Accessing cloud metadata services (e.g., AWS IMDSv1 at http://169.254.169.254/)
  • Scanning internal network infrastructure
  • Accessing localhost services and administrative interfaces
  • Bypassing firewall rules to reach otherwise restricted endpoints

The vulnerability mechanism centers on insufficient URL validation in the SpringAI OpenRouter service. When processing API requests, the service accepts user-supplied URLs without proper sanitization, allowing attackers to redirect outbound requests to arbitrary destinations. For technical implementation details, refer to the Bytedesk Issue Discussion and the security patch commit.

Detection Methods for CVE-2026-3788

Indicators of Compromise

  • Unusual outbound HTTP requests from the Bytedesk application server to internal IP ranges (10.x.x.x, 172.16.x.x, 192.168.x.x)
  • HTTP requests to cloud metadata endpoints such as 169.254.169.254
  • Anomalous traffic patterns from the SpringAI OpenRouter service component
  • Log entries showing API calls with suspicious apiUrl parameter values targeting localhost or internal services

Detection Strategies

  • Monitor application logs for SpringAIOpenrouterRestController endpoint access with atypical URL patterns in the apiUrl parameter
  • Implement network-level monitoring for outbound requests from application servers to internal network segments
  • Deploy web application firewall (WAF) rules to detect and block SSRF payload patterns
  • Review authentication logs for accounts making unusual API requests to the affected endpoint

Monitoring Recommendations

  • Enable detailed logging for all requests to the SpringAI OpenRouter REST endpoints
  • Set up alerts for outbound connections to RFC 1918 private IP addresses from the application server
  • Monitor DNS queries from the Bytedesk application for suspicious domain lookups
  • Implement egress traffic analysis to detect data exfiltration attempts

How to Mitigate CVE-2026-3788

Immediate Actions Required

  • Upgrade Bytedesk to version 1.4.5.4 or later immediately
  • If immediate upgrade is not possible, disable or restrict access to the SpringAI OpenRouter integration endpoints
  • Implement network segmentation to limit the impact of potential SSRF exploitation
  • Review access logs for signs of exploitation attempts

Patch Information

The vulnerability has been addressed in Bytedesk version 1.4.5.4. The security patch is identified by commit hash 975e39e4dd527596987559f56c5f9f973f64eff7. Organizations running affected versions should upgrade immediately using the official release available at the Bytedesk v1.4.5.4 Release.

For patch details and the specific code changes, review the commit on GitHub.

Workarounds

  • Implement URL allowlisting at the application or WAF level to restrict the domains that can be specified in apiUrl
  • Deploy network-level controls to prevent the application server from accessing internal resources
  • Temporarily disable the SpringAI OpenRouter functionality if not required for business operations
  • Implement egress firewall rules to restrict outbound connections from the Bytedesk application server
bash
# Example: Restrict egress traffic from Bytedesk application server
# Block access to internal networks and cloud metadata services
iptables -A OUTPUT -d 169.254.169.254 -j DROP
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechBytedesk

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • Bytedesk GitHub Repository

  • Bytedesk Issue Tracker

  • Bytedesk Issue Discussion

  • Bytedesk Issue Comment

  • Bytedesk Release v1.4.5.4

  • VulDB CTI ID #349755

  • VulDB #349755

  • VulDB Submission ID #768043
  • Vendor Resources
  • Bytedesk Commit Details
  • Related CVEs
  • CVE-2026-3789: Bytedesk SSRF Vulnerability

  • CVE-2026-3748: Bytedesk SVG Upload RCE Vulnerability

  • CVE-2026-3749: Bytedesk Bytedesk RCE 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