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

CVE-2026-4860: wvp-GB28181-pro RCE Vulnerability

CVE-2026-4860 is a deserialization-based remote code execution vulnerability in wvp-GB28181-pro affecting versions up to 2.7.4. This article covers the technical details, affected versions, security impact, and mitigation.

Published: March 27, 2026

CVE-2026-4860 Overview

A security flaw has been discovered in 648540858 wvp-GB28181-pro up to version 2.7.4. This vulnerability affects the function GenericFastJsonRedisSerializer of the file src/main/java/com/genersoft/iot/vmp/conf/redis/RedisTemplateConfig.java within the API Endpoint component. The manipulation results in insecure deserialization, allowing attackers to potentially execute arbitrary code or manipulate application behavior. It is possible to launch the attack remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.

Critical Impact

This insecure deserialization vulnerability in the Redis configuration component could allow remote attackers to execute malicious code by exploiting the GenericFastJsonRedisSerializer function through crafted serialized objects sent to the API endpoint.

Affected Products

  • wvp-GB28181-pro versions up to 2.7.4
  • Applications utilizing the affected RedisTemplateConfig.java component
  • Systems with exposed API endpoints configured with the vulnerable FastJson Redis serializer

Discovery Timeline

  • 2026-03-26 - CVE CVE-2026-4860 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-4860

Vulnerability Analysis

This vulnerability is classified as an insecure deserialization flaw (CWE-20: Improper Input Validation) affecting the wvp-GB28181-pro video platform project. The vulnerable component resides in the Redis template configuration where the GenericFastJsonRedisSerializer class is used to handle serialization and deserialization of objects stored in Redis cache.

FastJSON has a history of deserialization vulnerabilities, and when improperly configured, it can allow attackers to instantiate arbitrary Java objects during the deserialization process. In this case, the API endpoint accepts serialized data that is processed by the vulnerable serializer without adequate validation, potentially enabling remote code execution.

The vulnerability is remotely exploitable over the network without requiring authentication or user interaction, making it particularly dangerous for internet-facing deployments of the wvp-GB28181-pro platform.

Root Cause

The root cause of this vulnerability lies in the unsafe use of GenericFastJsonRedisSerializer within the RedisTemplateConfig.java file. FastJSON's auto-type feature, when enabled or improperly restricted, allows the deserialization of arbitrary Java classes specified in the JSON payload. This can be exploited to instantiate gadget classes that execute malicious code during object construction or destruction.

The application fails to implement proper type filtering or whitelisting mechanisms that would restrict which classes can be deserialized, leaving the system vulnerable to object injection attacks through the Redis-backed API endpoints.

Attack Vector

The attack is conducted remotely over the network. An attacker can craft a malicious serialized payload containing references to dangerous Java classes (gadget chains) and submit it to the vulnerable API endpoint. When the application processes this payload through the GenericFastJsonRedisSerializer, the malicious classes are instantiated, potentially leading to arbitrary code execution on the server.

The attack does not require authentication or user interaction, and can be launched by any network-accessible attacker who can reach the vulnerable API endpoint. For detailed technical analysis and proof-of-concept information, refer to the GitHub Issue Report and VulDB entry #353191.

Detection Methods for CVE-2026-4860

Indicators of Compromise

  • Unusual JSON payloads containing @type fields with unexpected or suspicious class references in API requests
  • Redis cache entries containing serialized objects with references to known FastJSON gadget classes
  • Unexpected process execution or network connections originating from the application server
  • Log entries showing deserialization errors or class instantiation failures for unusual class names

Detection Strategies

  • Monitor API endpoint traffic for JSON payloads containing FastJSON auto-type indicators such as @type, $ref, or class name references
  • Implement application-level logging to capture all deserialization operations and flag attempts to instantiate suspicious classes
  • Deploy Web Application Firewall (WAF) rules to detect and block common FastJSON deserialization attack patterns
  • Review Redis cache contents periodically for signs of injected malicious serialized objects

Monitoring Recommendations

  • Enable detailed logging for the RedisTemplateConfig component and associated API endpoints
  • Set up alerts for failed deserialization attempts or exceptions related to class loading
  • Monitor system resource usage for anomalies that could indicate post-exploitation activity
  • Implement network traffic analysis to detect outbound connections from the application that could indicate successful exploitation

How to Mitigate CVE-2026-4860

Immediate Actions Required

  • Restrict network access to the vulnerable API endpoints using firewall rules or network segmentation
  • Disable or remove the GenericFastJsonRedisSerializer if not strictly required for application functionality
  • Implement strict input validation and type whitelisting for all deserialization operations
  • Review and audit all API endpoints that interact with Redis cache for similar vulnerabilities

Patch Information

No official patch has been released by the vendor at this time. The vendor was contacted early about this disclosure but did not respond in any way. Organizations using wvp-GB28181-pro should implement the workarounds described below and monitor the project repository for any future security updates.

For additional vulnerability intelligence, refer to the VulDB CTI entry and VulDB submission #776213.

Workarounds

  • Replace GenericFastJsonRedisSerializer with a safer serialization mechanism such as Jackson with strict type handling
  • Configure FastJSON SafeMode to disable auto-type functionality if continuing to use FastJSON
  • Implement a custom deserializer with explicit class whitelisting that only allows known, safe types
  • Deploy the application behind a reverse proxy with request filtering capabilities to block malicious payloads
bash
# Configuration example - Disable FastJSON auto-type (if applicable)
# Add to application configuration or startup parameters
-Dfastjson.parser.safeMode=true

# Or implement network-level restrictions
# Example iptables rule to restrict API access to trusted networks only
iptables -A INPUT -p tcp --dport 8080 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGenersoft

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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-20
  • Technical References
  • GitHub Issue Report

  • VulDB CTI ID #353191

  • VulDB #353191

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