The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-3789

CVE-2026-3789: Bytedesk SSRF Vulnerability

CVE-2026-3789 is a server-side request forgery flaw in Bytedesk up to version 1.3.9 that allows attackers to manipulate server requests. This article covers technical details, affected versions, and mitigation steps.

Published: March 13, 2026

CVE-2026-3789 Overview

A Server-Side Request Forgery (SSRF) vulnerability was discovered in Bytedesk up to version 1.3.9. The vulnerability exists in the getModels function within the file source-code/src/main/java/com/bytedesk/ai/springai/providers/gitee/SpringAIGiteeRestService.java of the SpringAIGiteeRestController component. By manipulating the apiUrl argument, an attacker can force the server to make arbitrary requests to internal or external resources, potentially accessing sensitive data or internal services.

Critical Impact

Remote attackers with low privileges can exploit this SSRF vulnerability to access internal network resources, bypass security controls, and potentially pivot to other internal systems. The exploit is publicly available, increasing the risk of active exploitation.

Affected Products

  • Bytedesk versions up to 1.3.9
  • SpringAIGiteeRestController component
  • SpringAIGiteeRestService class

Discovery Timeline

  • 2026-03-09 - CVE CVE-2026-3789 published to NVD
  • 2026-03-10 - Last updated in NVD database

Technical Details for CVE-2026-3789

Vulnerability Analysis

This SSRF vulnerability arises from insufficient validation of user-controlled input in the apiUrl parameter within the getModels function. The SpringAIGiteeRestService component processes external API URL requests without proper URI validation, allowing attackers to redirect server-side requests to arbitrary destinations. This can lead to unauthorized access to internal services, information disclosure from cloud metadata endpoints, or abuse of trust relationships between internal systems.

The vulnerability is remotely exploitable and requires only low-level authentication, making it accessible to authenticated users who can interact with the affected AI provider integration endpoint.

Root Cause

The root cause of CVE-2026-3789 is improper input validation of the apiUrl parameter in the SpringAIGiteeRestService.java file. The application fails to validate or sanitize the URL before making server-side HTTP requests, allowing attackers to specify arbitrary URLs including internal network addresses, localhost references, or cloud metadata services.

Attack Vector

The attack can be performed remotely over the network by an authenticated user. The attacker manipulates the apiUrl parameter in requests to the SpringAIGiteeRestController endpoint, causing the server to make requests to attacker-controlled or internal destinations. This can be used to:

  • Access internal services not exposed to the internet
  • Retrieve cloud instance metadata (e.g., AWS IMDSv1)
  • Port scan internal networks
  • Bypass firewall restrictions

The security patch introduces proper URI validation using java.net.URI to sanitize the input:

java
 */
package com.bytedesk.ai.springai.providers.gitee;

+import java.net.URI;
import java.util.List;
import java.util.Map;

Source: Bytedesk Commit Details

The fix adds proper URI parsing and validation to ensure that only legitimate external API endpoints can be accessed, preventing redirection to internal or malicious hosts.

Detection Methods for CVE-2026-3789

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS requests from the Bytedesk application server to internal IP ranges (10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints (e.g., 169.254.169.254) originating from the application
  • Abnormal traffic patterns to the /springai/gitee or related AI provider endpoints with manipulated URL parameters
  • Log entries showing the getModels function processing URLs pointing to internal resources

Detection Strategies

  • Monitor application logs for requests containing suspicious apiUrl values targeting internal networks or localhost
  • Implement network-level detection for outbound connections from web application servers to internal infrastructure
  • Deploy Web Application Firewall (WAF) rules to detect SSRF patterns in request parameters
  • Enable SentinelOne's behavioral AI to detect anomalous network connections from application processes

Monitoring Recommendations

  • Configure alerting for DNS queries to internal hostnames or IP addresses from the Bytedesk application
  • Monitor for requests to common cloud metadata endpoints (169.254.169.254, metadata.google.internal)
  • Track authentication patterns for users interacting with the affected SpringAI endpoints
  • Review access logs for repeated requests with varying URL patterns indicating probing behavior

How to Mitigate CVE-2026-3789

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 SpringAIGiteeRestController endpoint
  • Implement network-level controls to prevent the application server from making requests to internal networks
  • Review access logs for any evidence of prior exploitation attempts

Patch Information

The vulnerability has been addressed in Bytedesk version 1.4.5.4. The fix is identified by commit hash 975e39e4dd527596987559f56c5f9f973f64eff7. Organizations should upgrade to this version or later to remediate the vulnerability. The patch can be reviewed at the Bytedesk Commit Details and the new release is available at Bytedesk Release v1.4.5.4.

Workarounds

  • Implement an allowlist of permitted external API domains for the SpringAI provider integrations
  • Deploy network segmentation to prevent the application server from accessing internal resources
  • Use a forward proxy with URL filtering to control outbound requests from the application
  • Temporarily disable the Gitee AI provider integration until the patch can be applied
bash
# Example: Network-level mitigation using iptables to block internal network access
# Block outbound connections to internal networks from the application server
iptables -A OUTPUT -m owner --uid-owner bytedesk -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -m owner --uid-owner bytedesk -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -m owner --uid-owner bytedesk -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -m owner --uid-owner bytedesk -d 169.254.169.254 -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.10%

  • 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 Release v1.4.5.4

  • VulDB #349756

  • VulDB #349756

  • VulDB Submission #768044
  • Vendor Resources
  • Bytedesk Commit Details

  • Bytedesk Issue Tracker

  • Bytedesk Issue Discussion

  • Bytedesk Issue Comment
  • Related CVEs
  • CVE-2026-3788: 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