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

CVE-2026-2985: Tiandy Video Surveillance SSRF Vulnerability

CVE-2026-2985 is a server-side request forgery flaw in Tiandy Video Surveillance System 7.17.0 that allows remote attackers to manipulate server requests. This article covers the technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-2985 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been discovered in Tiandy Video Surveillance System (视频监控平台) version 7.17.0. This security flaw impacts the downloadImage function located in the file /com/tiandy/easy7/core/bo/CLSBODownLoad.java. By manipulating the urlPath argument, an attacker can perform SSRF attacks to access internal resources, scan internal networks, or potentially interact with other internal services that should not be publicly accessible.

Critical Impact

Remote attackers with low privileges can exploit this SSRF vulnerability to make arbitrary requests from the vulnerable server, potentially accessing internal resources, exfiltrating sensitive data, or pivoting to attack other internal systems.

Affected Products

  • Tiandy Video Surveillance System (视频监控平台) 7.17.0
  • CLSBODownLoad.java downloadImage function

Discovery Timeline

  • February 23, 2026 - CVE-2026-2985 published to NVD
  • February 23, 2026 - Last updated in NVD database

Technical Details for CVE-2026-2985

Vulnerability Analysis

This vulnerability is classified as CWE-918: Server-Side Request Forgery (SSRF). The affected component is the downloadImage function within the CLSBODownLoad.java file, which handles image download operations in the Tiandy Video Surveillance platform. The function fails to properly validate or sanitize the urlPath parameter before using it to construct and execute server-side HTTP requests.

SSRF vulnerabilities allow attackers to induce the server-side application to make HTTP requests to an arbitrary domain of the attacker's choosing. In video surveillance systems, this is particularly concerning as these systems often have access to sensitive internal networks and camera feeds. The exploit has been publicly disclosed, increasing the risk of active exploitation.

Root Cause

The root cause of this vulnerability lies in improper input validation of the urlPath argument in the downloadImage function. The application accepts user-controlled URL input without adequately verifying that the target destination is a legitimate and expected resource. This allows attackers to supply malicious URLs pointing to internal services, cloud metadata endpoints, or other sensitive resources that the server can access.

Attack Vector

The attack can be executed remotely over the network by an authenticated attacker with low privileges. The attacker manipulates the urlPath parameter when calling the downloadImage function, substituting the expected image URL with a crafted URL targeting internal resources.

The vulnerability mechanism allows attackers to craft requests that leverage the server as a proxy to access internal services. Common SSRF attack patterns include targeting cloud metadata services (such as http://169.254.169.254/), internal APIs, admin interfaces, or performing port scanning of internal networks. Technical details and proof-of-concept information are available through the VulDB entry #347368 and the Feishu Wiki Resource.

Detection Methods for CVE-2026-2985

Indicators of Compromise

  • Unusual outbound HTTP requests originating from the Tiandy Video Surveillance server to internal IP ranges or cloud metadata endpoints
  • Requests to the downloadImage endpoint containing suspicious URL patterns in the urlPath parameter
  • Server logs showing requests to unexpected internal hostnames or IP addresses from the surveillance system
  • Network traffic anomalies indicating internal port scanning activity from the surveillance platform

Detection Strategies

  • Monitor web application logs for requests to /com/tiandy/easy7/core/bo/CLSBODownLoad.java with abnormal urlPath values
  • Implement network segmentation monitoring to detect SSRF-based internal reconnaissance
  • Deploy web application firewall (WAF) rules to detect and block SSRF payloads in URL parameters
  • Analyze outbound connection attempts from the surveillance system to detect connections to internal-only resources

Monitoring Recommendations

  • Enable detailed logging for all HTTP requests processed by the downloadImage function
  • Configure alerts for outbound requests to private IP ranges (10.x.x.x, 172.16.x.x-172.31.x.x, 192.168.x.x) and localhost
  • Monitor for cloud metadata endpoint access attempts from the surveillance server
  • Implement egress filtering and log all denied outbound connection attempts

How to Mitigate CVE-2026-2985

Immediate Actions Required

  • Restrict network access to the Tiandy Video Surveillance System to trusted IP addresses only
  • Implement URL allowlisting for the downloadImage function to permit only expected image sources
  • Deploy network segmentation to limit the surveillance system's access to internal resources
  • Consider temporarily disabling the downloadImage functionality until a patch is available

Patch Information

No official patch is currently available. The vendor (Tiandy) was contacted about this disclosure but did not respond. Organizations should monitor the VulDB entry for updates and apply patches as soon as they become available.

Workarounds

  • Implement a Web Application Firewall (WAF) with SSRF protection rules to filter malicious urlPath inputs
  • Configure network-level egress filtering to prevent the server from making requests to internal IP ranges
  • Deploy an HTTP proxy for outbound requests that validates and restricts destination URLs
  • Use application-level URL validation to enforce an allowlist of permitted domains for image downloads
bash
# Example: Network-level mitigation using iptables to block SSRF to internal networks
# Block outbound connections to private IP ranges from the surveillance server
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
iptables -A OUTPUT -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/TechTiandy Video Surveillance System

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.01%

  • 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
  • Feishu Wiki Resource

  • VulDB CTI ID #347368

  • VulDB #347368

  • VulDB Submission #756137
  • Related CVEs
  • CVE-2026-3797: Tiandy Video Surveillance System RCE Flaw
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