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
    • 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-2025-34067

CVE-2025-34067: Hikvision Platform RCE Vulnerability

CVE-2025-34067 is a remote code execution flaw in Hikvision Integrated Security Management Platform caused by vulnerable Fastjson deserialization. Attackers can execute arbitrary code without authentication. This article covers technical details, exploitation evidence, affected systems, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-34067 Overview

An unauthenticated remote command execution vulnerability exists in the applyCT component of the Hikvision Integrated Security Management Platform (ISMP) due to the use of a vulnerable version of the Fastjson library. The endpoint /bic/ssoService/v1/applyCT deserializes untrusted user input, allowing an attacker to trigger Fastjson's auto-type feature to load arbitrary Java classes. By referencing a malicious class via an LDAP URL, an attacker can achieve remote code execution on the underlying system.

Critical Impact

This vulnerability allows unauthenticated attackers to execute arbitrary commands remotely on affected Hikvision security management systems, potentially compromising entire surveillance infrastructure and enabling lateral movement within enterprise networks.

Affected Products

  • Hikvision Integrated Security Management Platform (ISMP)
  • Hikvision ISMP applyCT Component
  • Systems running vulnerable Fastjson library versions

Discovery Timeline

  • 2025-02-05 - Exploitation evidence observed by the Shadowserver Foundation
  • 2025-07-02 - CVE CVE-2025-34067 published to NVD
  • 2025-11-20 - Last updated in NVD database

Technical Details for CVE-2025-34067

Vulnerability Analysis

This vulnerability (CWE-502: Deserialization of Untrusted Data) stems from insecure deserialization in the Hikvision ISMP platform. The applyCT endpoint accepts JSON input and processes it using a vulnerable version of the Fastjson library. Fastjson's auto-type feature automatically instantiates Java classes based on type information embedded in JSON data. When this feature is enabled or insufficiently restricted, attackers can specify arbitrary class names that will be loaded and instantiated during deserialization.

The attack chain involves sending a crafted JSON payload to /bic/ssoService/v1/applyCT that includes a reference to a malicious Java class hosted on an attacker-controlled LDAP server. When the vulnerable Fastjson library processes this input, it follows the LDAP reference, downloads the malicious class, and executes it in the context of the application—achieving full remote code execution without any authentication.

Root Cause

The root cause is twofold: First, the application uses a vulnerable version of the Fastjson library that does not adequately restrict which classes can be instantiated during deserialization. Second, the /bic/ssoService/v1/applyCT endpoint lacks authentication, allowing any network-accessible attacker to submit malicious payloads. The combination of unauthenticated access and unsafe deserialization creates a trivially exploitable attack surface.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker sends a specially crafted HTTP POST request to the vulnerable endpoint containing a JSON payload with embedded type information pointing to a malicious JNDI/LDAP resource. The exploitation flow typically proceeds as follows:

  1. Attacker sets up a malicious LDAP server hosting a weaponized Java class
  2. Attacker sends a crafted JSON payload to /bic/ssoService/v1/applyCT with a @type field referencing the LDAP URL
  3. The Fastjson library processes the input and attempts to resolve the LDAP reference
  4. The malicious class is fetched and instantiated, executing arbitrary code on the server

This exploitation pattern is similar to other Fastjson vulnerabilities and JNDI injection attacks. For detailed technical analysis and proof-of-concept information, refer to the VulnCheck HIKVISION Advisory and the GitHub HIKVISION Security Guide.

Detection Methods for CVE-2025-34067

Indicators of Compromise

  • HTTP POST requests to /bic/ssoService/v1/applyCT containing @type JSON fields with suspicious class names
  • Outbound LDAP or RMI connections from the Hikvision ISMP server to external or unusual IP addresses
  • Presence of unexpected Java processes or child processes spawned by the ISMP application
  • Web server logs showing requests to the vulnerable endpoint with encoded or obfuscated JSON payloads

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect and block Fastjson auto-type exploitation patterns, specifically looking for @type fields in JSON payloads
  • Monitor network traffic for outbound LDAP (port 389/636) and RMI (port 1099) connections originating from the ISMP server
  • Implement intrusion detection signatures for known Fastjson exploitation payloads and JNDI injection patterns
  • Enable verbose logging on the ISMP application and correlate access logs with security events

Monitoring Recommendations

  • Continuously monitor access logs for the /bic/ssoService/v1/applyCT endpoint, alerting on anomalous request patterns or volumes
  • Set up network segmentation monitoring to detect unexpected lateral movement from security management systems
  • Implement file integrity monitoring on the ISMP server to detect unauthorized changes or new file creations
  • Configure SIEM rules to correlate Hikvision ISMP events with threat intelligence feeds tracking exploitation of this vulnerability

How to Mitigate CVE-2025-34067

Immediate Actions Required

  • Immediately restrict network access to the /bic/ssoService/v1/applyCT endpoint using firewall rules or network segmentation
  • Block outbound LDAP and RMI connections from Hikvision ISMP servers to untrusted destinations
  • If the system is internet-facing, remove it from public access until patched
  • Audit systems for signs of compromise, particularly checking for unauthorized processes or files

Patch Information

Organizations should contact Hikvision support directly to obtain the latest security patches for the Integrated Security Management Platform. Ensure the Fastjson library is updated to a version that properly restricts auto-type deserialization (version 1.2.83 or later recommended). For additional guidance, review the VulnCheck HIKVISION Advisory.

Workarounds

  • Implement network-level access controls to restrict access to the ISMP platform to authorized management hosts only
  • Deploy a reverse proxy or WAF in front of the ISMP application configured to block requests containing Fastjson auto-type patterns
  • Disable or restrict the vulnerable applyCT functionality if not required for operations
  • Consider isolating the ISMP server in a dedicated security VLAN with strict egress filtering
bash
# Example iptables rules to restrict access to vulnerable endpoint
# Block external access to the ISMP web interface
iptables -A INPUT -p tcp --dport 443 -s ! 10.0.0.0/8 -j DROP

# Block outbound LDAP connections from the ISMP server
iptables -A OUTPUT -p tcp --dport 389 -j DROP
iptables -A OUTPUT -p tcp --dport 636 -j DROP
iptables -A OUTPUT -p tcp --dport 1099 -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/TechHikvision

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability1.58%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/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
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • GitHub HIKVISION Security Guide

  • S4E Remote Code Execution Tool

  • VulnCheck HIKVISION Advisory
  • Related CVEs
  • CVE-2026-0709: Hikvision Wireless Access Point RCE Flaw

  • CVE-2021-36260: Hikvision Camera Firmware RCE Vulnerability

  • CVE-2024-29949: Hikvision NVR RCE Vulnerability

  • CVE-2022-28171: Hikvision DS-A71024 Firmware RCE Flaw
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