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

CVE-2026-3966: wvp-GB28181-pro SSRF Vulnerability

CVE-2026-3966 is a server-side request forgery flaw in wvp-GB28181-pro affecting versions up to 2.7.4-20260107. Attackers can exploit the IP Address Handler remotely. This article covers technical details, impact, and mitigation.

Published: March 13, 2026

CVE-2026-3966 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in the wvp-GB28181-pro video platform, an open-source GB28181 compliant video surveillance management system. The vulnerability exists in the getDownloadFilePath function within the IP Address Handler component, where improper validation of the MediaServer.streamIp argument allows attackers to manipulate server-side requests to arbitrary destinations.

Critical Impact

Authenticated attackers can exploit this SSRF vulnerability to force the server to make requests to internal or external resources, potentially exposing sensitive internal services, bypassing network access controls, or facilitating further attacks against internal infrastructure.

Affected Products

  • 648540858 wvp-GB28181-pro version 2.7.4-20260107 and earlier
  • wvp-GB28181-pro installations using the ABLMediaNodeServerService component
  • Systems with the vulnerable /src/main/java/com/genersoft/iot/vmp/media/abl/ABLMediaNodeServerService.java file

Discovery Timeline

  • March 12, 2026 - CVE-2026-3966 published to NVD
  • March 12, 2026 - Last updated in NVD database

Technical Details for CVE-2026-3966

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery), a weakness that occurs when a web application fetches remote resources based on user-supplied input without properly validating the destination. In the context of wvp-GB28181-pro, the getDownloadFilePath function within the ABLMediaNodeServerService.java component processes the MediaServer.streamIp parameter without adequate validation.

The vulnerability allows authenticated remote attackers to manipulate the IP address handling logic to redirect server-side requests. This can enable reconnaissance of internal network infrastructure, access to internal services that are not directly exposed to the internet, and potential data exfiltration through out-of-band channels. The exploit has been made public, increasing the urgency for affected organizations to address this vulnerability.

Root Cause

The root cause lies in insufficient input validation within the IP Address Handler component. The getDownloadFilePath function accepts the MediaServer.streamIp argument and uses it to construct server-side requests without properly sanitizing or validating the input against an allowlist of permitted destinations. This allows attackers to supply arbitrary IP addresses or hostnames, causing the server to initiate connections to unintended targets.

Attack Vector

The attack can be launched remotely over the network by an authenticated user. The attacker manipulates the MediaServer.streamIp parameter in requests to the vulnerable endpoint. The server then processes this input and makes HTTP requests to the attacker-specified destination. This can be leveraged to:

  • Scan internal network ports and services
  • Access internal APIs and management interfaces
  • Retrieve cloud instance metadata (in cloud-hosted environments)
  • Exfiltrate data through DNS or HTTP requests to attacker-controlled servers

The vulnerability requires low privileges to exploit, with no user interaction needed. Technical details and proof-of-concept information have been documented in the GitHub Issue Discussion.

Detection Methods for CVE-2026-3966

Indicators of Compromise

  • Unusual outbound connections from the wvp-GB28181-pro server to internal IP ranges or cloud metadata endpoints (e.g., 169.254.169.254)
  • Requests to the getDownloadFilePath endpoint containing suspicious or internal IP addresses in the streamIp parameter
  • Server logs showing connections to unexpected external hosts or services
  • Abnormal DNS queries from the application server

Detection Strategies

  • Implement network monitoring rules to detect requests from the wvp-GB28181-pro server to internal network ranges or sensitive endpoints
  • Review application logs for manipulation of the streamIp parameter with non-standard IP addresses
  • Deploy web application firewall rules to inspect and block suspicious SSRF patterns in request parameters
  • Monitor for connections to cloud metadata services from the application server

Monitoring Recommendations

  • Enable verbose logging for the ABLMediaNodeServerService component to capture all IP address handling operations
  • Configure alerts for outbound connections from the application server to internal network segments
  • Implement egress filtering and monitor for policy violations originating from the vulnerable service
  • Review access logs for authenticated users making repeated requests with varying IP address parameters

How to Mitigate CVE-2026-3966

Immediate Actions Required

  • Restrict network access to the wvp-GB28181-pro application to trusted users only
  • Implement network segmentation to limit the server's ability to reach internal resources
  • Deploy egress filtering on the application server to block connections to internal network ranges and cloud metadata endpoints
  • Monitor for exploitation attempts while awaiting an official patch

Patch Information

At the time of publication, the vendor (648540858) was contacted about this vulnerability but did not respond. No official patch is currently available. Organizations should monitor the VulDB entry and the project's GitHub repository for updates regarding a security fix.

Workarounds

  • Implement a web application firewall (WAF) rule to validate and sanitize the streamIp parameter, rejecting private IP ranges and known metadata endpoints
  • Restrict the application server's outbound network access using firewall rules to only permit connections to known, required external services
  • Consider implementing a proxy server for all outbound connections from the application, with strict allowlisting of permitted destinations
  • Deploy runtime application self-protection (RASP) solutions to detect and block SSRF attempts at the application layer
bash
# Example firewall rules to restrict SSRF exploitation
# Block outbound connections to internal networks from the application server
iptables -A OUTPUT -m owner --uid-owner wvp-service -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -m owner --uid-owner wvp-service -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -m owner --uid-owner wvp-service -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -m owner --uid-owner wvp-service -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/TechGenersoft

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • 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
  • GitHub Issue Discussion

  • VulDB CTI ID #350395

  • VulDB #350395

  • VulDB Submission #768915
  • Related CVEs
  • CVE-2026-4860: wvp-GB28181-pro 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