Skip to main content
Mallory
CriticalCISA KEVExploited in the wildPublic exploit

Command Injection in Hikvision Web Server /SDK/webLanguage

IdentifiersCVE-2021-36260CWE-78· Improper Neutralization of Special…

CVE-2021-36260 is a remote command injection vulnerability in the web server component of certain Hikvision products, including internet-exposed cameras and related OEM derivatives. The provided content states the flaw affects the /SDK/webLanguage endpoint and is caused by insufficient input validation, allowing attacker-supplied data to be interpreted as operating system commands. Multiple sources in the content characterize it as a command injection issue in Hikvision’s web server component, and VulnCheck specifically notes exploitation via HTTP PUT requests to /SDK/webLanguage. The vulnerability has been widely exploited in the wild, including by botnets and state-linked operators, and public exploit code and a Metasploit module are available.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

Successful exploitation allows remote execution of attacker-controlled OS commands on the affected Hikvision device. In practice, the content shows this has been used to deploy Mirai-like payloads, mount remote NFS shares, execute binaries or scripts, conscript devices into botnets, and compromise surveillance infrastructure for intelligence, reconnaissance, and battle-damage-assessment use cases. Because the affected systems are cameras and related surveillance devices, compromise can also expose live video access and provide a foothold on networks where such devices are deployed.

Mitigation

If you can’t patch tonight, do this now.

If immediate patching is not possible, remove affected cameras and NVRs from direct internet exposure, place access behind a VPN or zero-trust gateway, segment surveillance devices onto dedicated VLANs or restricted networks, tightly limit outbound traffic, replace default credentials with strong unique passwords, and monitor for repeated login failures, unexpected remote access, unusual outbound connections, and exploitation attempts against /SDK/webLanguage. The content also notes detection coverage via network signatures for CVE-2021-36260 exploitation.

Remediation

Patch, then assume compromise.

Apply Hikvision vendor patches/firmware updates for CVE-2021-36260 on all affected products and OEM derivatives. The content explicitly states patches are available and repeatedly recommends keeping device firmware and management software updated. Organizations should identify all exposed Hikvision devices, update them to fixed firmware, retire end-of-life devices that no longer receive patches, and validate that no additional infected devices remain after remediation.
PUBLIC EXPLOITS

Exploits

12 valid exploits after Mallory filtered fakes, detection scripts, and README-only repos (1 hidden).

VALID 12 / 13 TOTALView more in app
HikvisionExploiter_fixedMaturityPoCFrameworknucleiVerified exploit

This repository is a Python-based Hikvision exposure scanner and exploit utility aimed at identifying unauthenticated access issues and exploiting CVE-2021-36260 on Hikvision devices. The structure is modular: checker.py is a thin launcher; cli.py handles argument parsing, threading, logging, and orchestration; config.py defines constants and vulnerable endpoint paths; exploit.py implements the HTTP client, AES-ECB plus XOR configuration decryption helpers, XML parsing, and the CVE-2021-36260 checks; scanner.py performs host probing, endpoint collection, artifact saving, credential extraction, reporting, and optional nuclei execution; api.py exposes a simple embeddable scan_target() API; shell.sh provides a post-exploitation interactive command shell; nuclei-template.yaml is a detection template for quick endpoint exposure checks. Main capabilities: (1) probes supplied IP:PORT targets over TCP and HTTP; (2) checks unauthenticated snapshot access at /onvif-http/snapshot?auth=YWRtaW46MTEK and saves JPEGs; (3) retrieves device information and user XML from Hikvision endpoints; (4) downloads /System/configurationFile?auth=YWRtaW46MTEK, decrypts it using a hardcoded AES key and XOR routine, and attempts to recover credentials such as admin passwords; (5) tests CVE-2021-36260 in two ways: header-based auth bypass against /Security/users and command injection via PUT /SDK/webLanguage; (6) confirms RCE by writing a file under webLib and fetching it over HTTP; and (7) offers an interactive bash shell helper that repeatedly injects commands and reads output from a web-accessible file. Although the repository includes a nuclei template, it is not only a framework template repository; it contains standalone exploit code and a shell helper. The exploit is operational rather than just a PoC because it includes working payloads, artifact handling, credential extraction, and an interactive post-exploitation script, but payload customization is still fairly basic and hardcoded.

code-msgaDisclosed Mar 26, 2026pythonyamlnetworkweb
hikvision-exploiterMaturityPoCVerified exploit

Repository contains two standalone Python exploit tools targeting Hikvision devices: 1) 2017/CVE-2017-7921.py (Hikvision information disclosure/auth bypass): - Performs unauthenticated HTTP requests using a hardcoded base64 auth token (auth=YWRtaW46MTEK) to ISAPI-style endpoints. - Verifies exposure by requesting /Security/users and then downloads /System/configurationFile. - Implements offline decryption of the configuration export using AES-ECB with a hardcoded key (279977f62f6cfd2d91cd75b889ce0c9a) followed by XOR (0x73 0x8B 0x55 0x44) to recover plaintext and extract credentials (looks for 'admin' token and the subsequent password token). - Can also fetch a snapshot image from /onvif-http/snapshot. - Supports multi-target operation: single URL (-u), file list (-f), or IP/CIDR range (-ip) with port ranges, threading, progress bar, and writes results (likely CSV) plus snapshot files to an output directory. 2) 2021/CVE-2021-36260.py (Hikvision unauthenticated command injection/RCE): - Implements an HTTP client that targets /SDK/webLanguage and injects short commands (enforces ~22 byte limit for reliability). - Includes verification modes: “safe check” (write/read style verification) and “unsafe check” (reboot-based verification). - Provides actions: execute command with output, execute blind command, reboot device, and a --shell mode that attempts to enable/assume an SSH service on TCP/1337 and then connects using the local system ssh client. - Auto-toggles between http/https on connection issues and suppresses TLS warnings. Non-code files: - Per-year requirements.txt list Python dependencies. - commands.txt files provide example invocations and manual curl checks. - README.md is minimal, indicating both CVEs and an update date. Overall purpose: a small collection of operational PoC/utility exploits for Hikvision devices—one focused on credential/config extraction (CVE-2017-7921) and one providing unauthenticated RCE with optional interactive access (CVE-2021-36260).

saaydmrDisclosed Jan 21, 2026pythonnetwork
hikvision-unauthenticated-rce-cve-2021-36260MaturityPoCVerified exploit

Repository contains a single Python exploit script (CVE-2021-36260.py) plus a README. The script targets Hikvision CVE-2021-36260 and performs unauthenticated network-based RCE by sending an HTTP PUT request to the device’s /SDK/webLanguage endpoint with a crafted XML body that uses shell command substitution. In check mode it writes an empty marker file using $(>webLib/cu) and then verifies exploitability by requesting /cu (expects HTTP 200). In command mode it injects an arbitrary command, redirects output to webLib/cu, sleeps briefly, and fetches /cu to print the command output. It supports single-target operation (-u) and batch scanning from a file (-f), appending confirmed vulnerable URLs to a local file Exist.txt. TLS certificate verification is disabled, and the script sets a custom Host header including an explicit port when absent.

yanxinwu946Disclosed Jan 21, 2026pythonmarkdownnetwork
CVE-2021-36260-hikvisionMaturityPoCVerified exploit

Repository contains a single Python exploit script (CVE-2021-36260.py) and a README duplicating usage notes. The script targets CVE-2021-36260, an unauthenticated command-injection vulnerability in the web server of certain Hikvision devices. It builds an HTTP(S) client (requests.Session) and sends payloads to the device’s /SDK/webLanguage endpoint, with logic to auto-switch between HTTP and HTTPS if connection attempts fail and to suppress TLS certificate warnings (common on embedded devices). Core capabilities implemented via CLI flags: - --check: “safe” verification by attempting a write/read style check (intended to confirm exploitability with minimal impact). - --reboot: “unsafe” verification by attempting to reboot the device if safe verification fails. - --cmd: execute a short command and attempt to retrieve/confirm output (the PoC enforces a strict command length limit of 22 bytes for reliability across devices). - --cmd_blind: execute a command without output handling (blind execution). - --shell: post-exploitation convenience that runs a local ssh command to connect to the target on TCP/1337 as user 'P' (as assumed/established by the PoC’s exploitation flow). Overall purpose: provide a practical unauthenticated RCE PoC with emphasis on reliable vulnerability detection/verification across varying Hikvision device behaviors, plus basic post-exploitation access via an SSH connection attempt.

shubtheoneDisclosed Jan 15, 2026pythonmarkdownnetwork
HikvisionExploiterMaturityPoCVerified exploit

This repository is an operational exploit toolkit targeting unauthenticated endpoints on Hikvision IP cameras, specifically those running firmware version 3.1.3.150324. The main exploit logic is implemented in 'checker.py', which automates the process of scanning multiple targets (from a 'targets.txt' file), checking for exposed endpoints, retrieving snapshots, device and user information, downloading and decrypting configuration files to extract credentials, and testing for remote command execution (RCE) via CVE-2021-36260. The exploit leverages unauthenticated HTTP endpoints and a command injection vulnerability in the '/SDK/webLanguage' endpoint to achieve arbitrary command execution. The 'shell.sh' script provides an interactive Bash shell for remote command execution on vulnerable devices. A Nuclei template ('nuclei-template.yaml') is also included for automated detection of vulnerable endpoints. The repository is well-structured for both mass scanning and targeted exploitation, with organized logging and support for multithreaded operation. The exploit is intended for use by security researchers and red teamers, as stated in the README.

tamim1089Disclosed Jul 5, 2024pythonbashnetwork
hikvision_bruteMaturityPoCVerified exploit

This repository is a Go-based exploit tool targeting Hikvision IP cameras vulnerable to CVE-2021-36260, a critical unauthenticated command injection vulnerability. The main code is in 'src/main.go', which implements a multi-threaded brute-force scanner and exploit. The tool reads a list of targets from an input file and attempts to exploit each by sending crafted HTTP PUT requests to the '/SDK/webLanguage' endpoint, injecting shell commands via the 'language' XML field. It verifies exploitation by attempting to read back a file created by the injected command or by using a time-based blind injection (e.g., 'sleep 300'). Results are categorized and written to separate output files for vulnerable, not vulnerable, error, and unknown targets. The repository is structured with a single main Go source file, a README with usage instructions, and standard Go module files. No hardcoded IPs or domains are present; all targets are user-supplied. The exploit is operational, providing real command execution on vulnerable devices, and is not just a detection script.

NanoTrashDisclosed Mar 7, 2024gonetwork
hikvision_probeMaturityPoCVerified exploit

This repository provides Python scripts to identify and probe Hikvision devices for three known vulnerabilities: CVE-2017-7921 (authentication bypass), CVE-2021-36260 (command injection), and CVE-2022-28171 (blind SQL injection). The structure includes a 'cve' directory with individual scripts for each CVE, a device identifier script (hikvision_identifier.py), and a main probe script (hikvision_probe.py) that orchestrates the vulnerability checks. The scripts are designed to be run from the command line, taking lists of IPs or URLs via standard input. The main capabilities are network-based vulnerability detection and device identification. The endpoints targeted are specific to Hikvision device web interfaces and known vulnerable paths. No weaponized payloads are included; the scripts are proof-of-concept checkers for the listed vulnerabilities.

aengussongDisclosed Nov 26, 2024pythonnetwork
CVE-2021-36260-metasploitMaturityPoCFrameworkmetasploitVerified exploit

This repository contains a Metasploit-compatible Python exploit module targeting CVE-2021-36260, a command injection vulnerability in Hikvision Web Server Build 210702. The exploit works by sending a specially crafted XML payload in a PUT request to the /SDK/webLanguage endpoint, injecting arbitrary shell commands via the <language> tag. The output of the command can be retrieved by a subsequent GET request to /x. The module includes logic to check if the target is vulnerable, attempts to execute a test command ('pwd'), and handles both HTTP and HTTPS connections. The repository consists of a README.md with usage instructions and a single Python exploit file. The exploit is a proof-of-concept and requires the target to be a vulnerable Hikvision device accessible over the network.

TaroballzChenDisclosed Nov 3, 2021pythonnetwork
CVE-2021-36260MaturityPoCVerified exploit

This repository contains a Python exploit script (CVE-2021-36260.py) and a README for CVE-2021-36260, a critical command injection vulnerability in Hikvision IP cameras and video surveillance devices. The exploit works by sending a crafted XML payload via HTTP PUT to the /SDK/webLanguage endpoint, injecting a shell command that writes its output to a file (webLib/cu) on the device. The script then retrieves the output via HTTP GET to the /cu endpoint. The script supports checking if a device is vulnerable and executing arbitrary shell commands, either against a single target or in bulk from a file. The README provides usage instructions and context about the vulnerability's impact. The exploit is operational and provides root-level command execution on affected devices.

CuerzDisclosed Aug 3, 2022pythonnetwork
CheckHKRCEMaturityPoCVerified exploit

This repository contains a Python script (CheckHKRCE.py) that exploits CVE-2021-36260, an unauthenticated remote command execution vulnerability in Hikvision IP cameras. The exploit works by sending a crafted HTTP PUT request to the /SDK/webLanguage endpoint, injecting shell commands within an XML payload. The script verifies exploitation by writing a file on the target, reading it back via a GET request to /c, and cleaning up. It can also trigger a device reboot. The script is operational, providing real command execution on vulnerable devices. The repository includes a README with usage instructions, a LICENSE, and a .gitignore. The main entry point is CheckHKRCE.py, which requires Python 3.8+ and the 'requests' library. No hardcoded IPs or credentials are present; the target is specified via command-line arguments.

tuntin9xDisclosed Dec 13, 2021pythonnetwork
HIK-CVE-2021-36260-ExploitMaturityPoCVerified exploit

This repository is a Go-based exploit tool targeting Hikvision IP cameras vulnerable to CVE-2021-36260, a command injection vulnerability. The main code is in 'src/main.go', which implements a multi-threaded brute-forcing tool that reads a list of targets from an input file and attempts to exploit each by sending crafted HTTP PUT requests to the '/SDK/webLanguage' endpoint. The payload leverages command injection by embedding shell commands in the 'language' XML tag. The tool supports both HTTP and HTTPS, configurable timeouts, delays, and thread counts. It writes results to separate files for successful, failed, error, and unknown attempts. The exploit is operational, as it attempts real command execution and verifies success by checking for the creation of a file on the target. No hardcoded IPs or credentials are present; all targets are supplied by the user. The repository is structured with a single main Go source file, standard Go module files, and a README with usage instructions.

haingnDisclosed Oct 22, 2023gonetwork
CVE-2021-36260MaturityPoCVerified exploit

This repository contains a Python proof-of-concept exploit for CVE-2021-36260, a command injection vulnerability in the web server of certain Hikvision devices (notably Build 210702). The main file, CVE-2021-36260.py, allows an attacker to remotely execute arbitrary commands on a vulnerable device without authentication by exploiting insufficient input validation in the /SDK/webLanguage HTTP endpoint. The script supports several modes: checking for vulnerability, rebooting the device, executing arbitrary commands (both with and without output), and attempting to open an SSH shell on port 1337. The exploit is operational and can be used for both detection and exploitation. The README.md provides usage instructions and context. No hardcoded IPs or credentials are present; the attacker must supply the target address and port. The exploit is not part of a framework and is implemented in Python.

AiminsunDisclosed Oct 27, 2021pythonmarkdownnetwork
EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
HikvisionDs-2cd2021g1-I(W) Firmwareoperating_system
HikvisionDs-2cd2023g2-I(U) Firmwareoperating_system
HikvisionDs-2cd2026g2-Iu/Sl Firmwareoperating_system
HikvisionDs-2cd2027g2-L(U) Firmwareoperating_system
HikvisionDs-2cd2027g2-Lu/Sl Firmwareoperating_system
HikvisionDs-2cd2043g2-I(U) Firmwareoperating_system
HikvisionDs-2cd2046g2-Iu/Sl Firmwareoperating_system
HikvisionDs-2cd2047g2-L(U) Firmwareoperating_system
HikvisionDs-2cd2063g2-I(U) Firmwareoperating_system
HikvisionDs-2cd2066g2-I(U) Firmwareoperating_system
HikvisionDs-2cd2066g2-Iu/Sl Firmwareoperating_system
HikvisionDs-2cd2083g2-I(U) Firmwareoperating_system
HikvisionDs-2cd2086g2-I(U) Firmwareoperating_system
HikvisionDs-2cd2086g2-Iu/Sl Firmwareoperating_system
HikvisionDs-2cd2087g2-L(U) Firmwareoperating_system
HikvisionDs-2cd2121g0-I(W)(S) Firmwareoperating_system
HikvisionDs-2cd2121g1 Firmwareoperating_system
HikvisionDs-2cd2121g1-I(W) Firmwareoperating_system
HikvisionDs-2cd2121g1-Idw Firmwareoperating_system
HikvisionDs-2cd2123g2-I(S) Firmwareoperating_system
HikvisionDs-2cd2123g2-Iu Firmwareoperating_system
HikvisionDs-2cd2127g2-(-Su) Firmwareoperating_system
HikvisionDs-2cd2143g2-I(S) Firmwareoperating_system
HikvisionDs-2cd2143g2-Iu Firmwareoperating_system
HikvisionDs-2cd2147g2-L(Su) Firmwareoperating_system
HikvisionDs-2cd2163g2-I(S) Firmwareoperating_system
HikvisionDs-2cd2163g2-Iu Firmwareoperating_system
HikvisionDs-2cd2166g2-I(Su) Firmwareoperating_system
HikvisionDs-2cd2183g2-I(S) Firmwareoperating_system
HikvisionDs-2cd2183g2-I(U) Firmwareoperating_system
HikvisionDs-2cd2183g2-Iu Firmwareoperating_system
HikvisionDs-2cd2186g2-I(Su) Firmwareoperating_system
HikvisionDs-2cd2186g2-Isu Firmwareoperating_system
HikvisionDs-2cd2321g0-I/Nf Firmwareoperating_system
HikvisionDs-2cd2323g2-I(U) Firmwareoperating_system
HikvisionDs-2cd2326g2-Isu/Sl Firmwareoperating_system
HikvisionDs-2cd2327g2-L(U) Firmwareoperating_system
HikvisionDs-2cd2343g2-I(U) Firmwareoperating_system
HikvisionDs-2cd2346g2-Isu/Sl Firmwareoperating_system
HikvisionDs-2cd2347g2-L(U) Firmwareoperating_system
HikvisionDs-2cd2347g2-Lsu/Sl Firmwareoperating_system
HikvisionDs-2cd2363g2-I(U) Firmwareoperating_system
HikvisionDs-2cd2366g2-I(U) Firmwareoperating_system
HikvisionDs-2cd2366g2-Isu/Sl Firmwareoperating_system
HikvisionDs-2cd2383g2-I(U) Firmwareoperating_system
HikvisionDs-2cd2386g2-I(U) Firmwareoperating_system
HikvisionDs-2cd2386g2-Isu/Sl Firmwareoperating_system
HikvisionDs-2cd2387g2-L(U) Firmwareoperating_system
HikvisionDs-2cd2421g0-I(D)(W) Firmwareoperating_system
HikvisionDs-2cd2421g0-I(D)W Firmwareoperating_system
HikvisionDs-2cd2426g2-I Firmwareoperating_system
HikvisionDs-2cd2446g2-I Firmwareoperating_system
HikvisionDs-2cd2523g2-I(S) Firmwareoperating_system
HikvisionDs-2cd2523g2-I(U) Firmwareoperating_system
HikvisionDs-2cd2526g2-I(S) Firmwareoperating_system
HikvisionDs-2cd2526g2-Is Firmwareoperating_system
HikvisionDs-2cd2527g2-Ls Firmwareoperating_system
HikvisionDs-2cd2543g2-I(Ws) Firmwareoperating_system
HikvisionDs-2cd2546g2-I(S) Firmwareoperating_system
HikvisionDs-2cd2547g2-Ls Firmwareoperating_system
HikvisionDs-2cd2547g2-Lzs Firmwareoperating_system
HikvisionDs-2cd2563g2-I(S) Firmwareoperating_system
HikvisionDs-2cd2566g2-I(S) Firmwareoperating_system
HikvisionDs-2cd2583g2-I(S) Firmwareoperating_system
HikvisionDs-2cd2586g2-I(S) Firmwareoperating_system
HikvisionDs-2cd2621g0-I(Z)(S) Firmwareoperating_system
HikvisionDs-2cd2623g2-Izs Firmwareoperating_system
HikvisionDs-2cd2626g2-Izsu/Sl Firmwareoperating_system
HikvisionDs-2cd2643g2-Izs Firmwareoperating_system
HikvisionDs-2cd2646g2-Izsu/Sl Firmwareoperating_system
HikvisionDs-2cd2663g2-Izs Firmwareoperating_system
HikvisionDs-2cd2666g2-Izs Firmwareoperating_system
HikvisionDs-2cd2666g2-Izsu/Sl Firmwareoperating_system
HikvisionDs-2cd2683g2-Izs Firmwareoperating_system
HikvisionDs-2cd2686g2-Izs Firmwareoperating_system
HikvisionDs-2cd2686g2-Izsu/Sl Firmwareoperating_system
HikvisionDs-2cd2721g0-I(Z)(S) Firmwareoperating_system
HikvisionDs-2cd2723g2-Izs Firmwareoperating_system
HikvisionDs-2cd2743g2-Izs Firmwareoperating_system
HikvisionDs-2cd2763g2-Izs Firmwareoperating_system
HikvisionDs-2cd2766g2-Izs Firmwareoperating_system
HikvisionDs-2cd2783g2-Izs Firmwareoperating_system
HikvisionDs-2cd2786g2-Izs Firmwareoperating_system
HikvisionDs-2cd3023g2-Iu Firmwareoperating_system
HikvisionDs-2cd3026g2-Is Firmwareoperating_system
HikvisionDs-2cd3026g2-Iu/Sl Firmwareoperating_system
HikvisionDs-2cd3043g2-Iu Firmwareoperating_system
HikvisionDs-2cd3047g2-Ls Firmwareoperating_system
HikvisionDs-2cd3056g2-Is Firmwareoperating_system
HikvisionDs-2cd3056g2-Iu/Sl Firmwareoperating_system
HikvisionDs-2cd3056g2iu/Sl Firmwareoperating_system
HikvisionDs-2cd3063g2-Iu Firmwareoperating_system
HikvisionDs-2cd3086g2-Is Firmwareoperating_system
HikvisionDs-2cd3123g2-I(S)U Firmwareoperating_system
HikvisionDs-2cd3126g2-Is Firmwareoperating_system
HikvisionDs-2cd3126g2-Is(U) Firmwareoperating_system
HikvisionDs-2cd3143g2-I(S)U Firmwareoperating_system
HikvisionDs-2cd3156g2-Is Firmwareoperating_system
HikvisionDs-2cd3156g2-Is(U) Firmwareoperating_system
HikvisionDs-2cd3163g2-I(S)U Firmwareoperating_system
HikvisionDs-2cd3186g2-Is(U) Firmwareoperating_system
HikvisionDs-2cd3323g2-Iu Firmwareoperating_system
HikvisionDs-2cd3326g2-Isu/Sl Firmwareoperating_system
HikvisionDs-2cd3343g2-Iu Firmwareoperating_system
HikvisionDs-2cd3347g2-Ls(U) Firmwareoperating_system
HikvisionDs-2cd3356g2-Is Firmwareoperating_system
HikvisionDs-2cd3356g2-Is(U) Firmwareoperating_system
HikvisionDs-2cd3356g2-Isu/Sl Firmwareoperating_system
HikvisionDs-2cd3363g2-Iu Firmwareoperating_system
HikvisionDs-2cd3386g2-Is Firmwareoperating_system
HikvisionDs-2cd3386g2-Is(U) Firmwareoperating_system
HikvisionDs-2cd3523g2-Is Firmwareoperating_system
HikvisionDs-2cd3526g2-Is Firmwareoperating_system
HikvisionDs-2cd3543g2-Is Firmwareoperating_system
HikvisionDs-2cd3547g2-Ls Firmwareoperating_system
HikvisionDs-2cd3556g2-Is Firmwareoperating_system
HikvisionDs-2cd3563g2-Is Firmwareoperating_system
HikvisionDs-2cd3586g2-Is Firmwareoperating_system
HikvisionDs-2cd3623g2-Izs Firmwareoperating_system
HikvisionDs-2cd3626g2-Izs Firmwareoperating_system
HikvisionDs-2cd3643g2-Izs Firmwareoperating_system
HikvisionDs-2cd3656g2-Izs Firmwareoperating_system
HikvisionDs-2cd3663g2-Izs Firmwareoperating_system
HikvisionDs-2cd3686g2-Izs Firmwareoperating_system
HikvisionDs-2cd3723g2-Izs Firmwareoperating_system
HikvisionDs-2cd3726g2-Izs Firmwareoperating_system
HikvisionDs-2cd3743g2-Izs Firmwareoperating_system
HikvisionDs-2cd3756g2-Izs Firmwareoperating_system
HikvisionDs-2cd3763g2-Izs Firmwareoperating_system
HikvisionDs-2cd3786g2-Izs Firmwareoperating_system
HikvisionDs-2df5225x-Ae3(T3) Firmwareoperating_system
HikvisionDs-2df5225x-Ael(T3) Firmwareoperating_system
HikvisionDs-2df5232x-Ae3)T3) Firmwareoperating_system
HikvisionDs-2df5232x-Ael(T3) Firmwareoperating_system
HikvisionDs-2df6a225x-Ael)T3) Firmwareoperating_system
HikvisionDs-2df6a236x-Ael(T3) Firmwareoperating_system
HikvisionDs-2df6a425x-Ael(T3) Firmwareoperating_system
HikvisionDs-2df6a436x-Ael(T3) Firmwareoperating_system
HikvisionDs-2df6a436x-Ael(T5) Firmwareoperating_system
HikvisionDs-2df6a436x-Aely(T5) Firmwareoperating_system
HikvisionDs-2df6a825x-Ael Firmwareoperating_system
HikvisionDs-2df6a836x-Ael(T5) Firmwareoperating_system
HikvisionDs-2df7225ix-Ael(T3) Firmwareoperating_system
HikvisionDs-2df7225ix-Aelw(T3) Firmwareoperating_system
HikvisionDs-2df7232ix-Ael(T3) Firmwareoperating_system
HikvisionDs-2df7232ix-Aelw(T3) Firmwareoperating_system
HikvisionDs-2df8225ih-Ael Firmwareoperating_system
HikvisionDs-2df8225ih-Ael(W) Firmwareoperating_system
HikvisionDs-2df8225ix-Ael(T3) Firmwareoperating_system
HikvisionDs-2df8225ix-Ael(T5) Firmwareoperating_system
HikvisionDs-2df8225ix-Aelw(T3) Firmwareoperating_system
HikvisionDs-2df8225ix-Aelw(T5) Firmwareoperating_system
HikvisionDs-2df8236i5x-Aelw Firmwareoperating_system
HikvisionDs-2df8242i5x-Ael(T3) Firmwareoperating_system
HikvisionDs-2df8242i5x-Aelw(T3) Firmwareoperating_system
HikvisionDs-2df8242i5x-Aelw(T5) Firmwareoperating_system
HikvisionDs-2df8242ix-Ael(T5) Firmwareoperating_system
HikvisionDs-2df8242ix-Aelw(T3) Firmwareoperating_system
HikvisionDs-2df8242ix-Aely(T3) Firmwareoperating_system
HikvisionDs-2df8250i8x-Ael(T3) Firmwareoperating_system
HikvisionDs-2df8425ix-Ael(T3) Firmwareoperating_system
HikvisionDs-2df8425ix-Ael(T5) Firmwareoperating_system
HikvisionDs-2df8425ix-Aelw(T3) Firmwareoperating_system
HikvisionDs-2df8425ix-Aelw(T5) Firmwareoperating_system
HikvisionDs-2df8436i5x-Aelw(T3) Firmwareoperating_system
HikvisionDs-2df8442ixs-Ael(T5) Firmwareoperating_system
HikvisionDs-2df8442ixs-Aelw(T2) Firmwareoperating_system
HikvisionDs-2df8442ixs-Aelw(T5) Firmwareoperating_system
HikvisionDs-2df8442ixs-Aelwy(T5) Firmwareoperating_system
HikvisionDs-2df8442ixs-Aely(T5) Firmwareoperating_system
HikvisionDs-2df8a442ixs-Ael(T2) Firmwareoperating_system
HikvisionDs-2df8a442ixs-Ael(T5) Firmwareoperating_system
HikvisionDs-2df8a442ixs-Aely(T5) Firmwareoperating_system
HikvisionDs-2df8a442ixs-Af/Sp(T5) Firmwareoperating_system
HikvisionDs-2df8a442nxs-Ael(T5) Firmwareoperating_system
HikvisionDs-2df8a842ixs-Ael(T5) Firmwareoperating_system
HikvisionDs-2dy9236i8x-A Firmwareoperating_system
HikvisionDs-2dy9236i8x-A(T3) Firmwareoperating_system
HikvisionDs-2dy9236ix-A(T3) Firmwareoperating_system
HikvisionDs-2dy9236x-A(T3) Firmwareoperating_system
HikvisionDs-2dy9240ix-A(T5) Firmwareoperating_system
HikvisionDs-2dy92500x-A(T5) Firmwareoperating_system
HikvisionDs-2dy9250izs-A(T5) Firmwareoperating_system
HikvisionDs-2dyh2a0ixs-D(T2) Firmwareoperating_system
HikvisionDs-2td1117-2/Pa Firmwareoperating_system
HikvisionDs-2td1117-3/Pa Firmwareoperating_system
HikvisionDs-2td1117-6/Pa Firmwareoperating_system
HikvisionDs-2td1217b-3/Pa Firmwareoperating_system
HikvisionDs-2td1217b-6/Pa Firmwareoperating_system
HikvisionDs-2td4136t-9 Firmwareoperating_system
HikvisionDs-2td4137-25/W Firmwareoperating_system
HikvisionDs-2td4137-50/W Firmwareoperating_system
HikvisionDs-2td4166t-9 Firmwareoperating_system
HikvisionDs-2td4167-25/W Firmwareoperating_system
HikvisionDs-2td4167-50/W Firmwareoperating_system
HikvisionDs-2td6236t-50h2l Firmwareoperating_system
HikvisionDs-2td6237-50h4l/W Firmwareoperating_system
HikvisionDs-2td6237-75c4l/W Firmwareoperating_system
HikvisionDs-2td6266t-25h2l Firmwareoperating_system
HikvisionDs-2td6266t-50h2l Firmwareoperating_system
HikvisionDs-2td6267-100c4l/W Firmwareoperating_system
HikvisionDs-2td6267-100c4l/Wy Firmwareoperating_system
HikvisionDs-2td6267-50h4l/W Firmwareoperating_system
HikvisionDs-2td6267-75c4l/W Firmwareoperating_system
HikvisionDs-2td6267-75c4l/Wy Firmwareoperating_system
HikvisionDs-2td8166-100c2f/V2 Firmwareoperating_system
HikvisionDs-2td8166-150ze2f/V2 Firmwareoperating_system
HikvisionDs-2td8166-150zh2f/V2 Firmwareoperating_system
HikvisionDs-2td8166-180ze2f/V2 Firmwareoperating_system
HikvisionDs-2td8166-75c2f/V2 Firmwareoperating_system
HikvisionDs-2td8167-150zc4f/W Firmwareoperating_system
HikvisionDs-2td8167-190ze2f/W Firmwareoperating_system
HikvisionDs-2td8167-190ze2f/Wy Firmwareoperating_system
HikvisionDs-2td8167-230zg2f/W Firmwareoperating_system
HikvisionDs-2td8167-230zg2f/Wy Firmwareoperating_system
HikvisionDs-2xe6242f-Is/316l(B) Firmwareoperating_system
HikvisionDs-2xe6422fwd-Izhrs Firmwareoperating_system
HikvisionDs-2xe6442f-Izhrs(B) Firmwareoperating_system
HikvisionDs-2xe6452f-Izh(R)S Firmwareoperating_system
HikvisionDs-2xe6482f-Izhrs Firmwareoperating_system
HikvisionDs-7104ni-Q1 Firmwareoperating_system
HikvisionDs-7104ni-Q1/4p Firmwareoperating_system
HikvisionDs-7104ni-Q1/4p/M Firmwareoperating_system
HikvisionDs-7104ni-Q1/M Firmwareoperating_system
HikvisionDs-7108ni-Q1 Firmwareoperating_system
HikvisionDs-7108ni-Q1/8p Firmwareoperating_system
HikvisionDs-7108ni-Q1/8p/M Firmwareoperating_system
HikvisionDs-7108ni-Q1/M Firmwareoperating_system
HikvisionDs-7604ni-K1 Firmwareoperating_system
HikvisionDs-7604ni-K1/4p/4g Firmwareoperating_system
HikvisionDs-7604ni-Q1 Firmwareoperating_system
HikvisionDs-7604ni-Q1/4p Firmwareoperating_system
HikvisionDs-7608ni-K1 Firmwareoperating_system
HikvisionDs-7608ni-K1/4g Firmwareoperating_system
HikvisionDs-7608ni-K1/8p Firmwareoperating_system
HikvisionDs-7608ni-K1/8p/4g Firmwareoperating_system
HikvisionDs-7608ni-Q1 Firmwareoperating_system
HikvisionDs-7608ni-Q1/8p Firmwareoperating_system
HikvisionDs-7608ni-Q2 Firmwareoperating_system
HikvisionDs-7608ni-Q2/8p Firmwareoperating_system
HikvisionDs-760ni-K1/4p Firmwareoperating_system
HikvisionDs-7616ni-K1 Firmwareoperating_system
HikvisionDs-7616ni-Q1 Firmwareoperating_system
HikvisionDs-7616ni-Q2 Firmwareoperating_system
HikvisionDs-7616ni-Q2/16p Firmwareoperating_system
HikvisionIds-2pt9a144mxs-D/T2 Firmwareoperating_system
HikvisionIds-2sk718mxs-D Firmwareoperating_system
HikvisionIds-2sk8144ixs-D/J Firmwareoperating_system
HikvisionIds-2vs435-F840-Ey Firmwareoperating_system
HikvisionIds-2vs435-F840-Ey(T3) Firmwareoperating_system
HikvisionPtz-N2204i-De3 Firmwareoperating_system
HikvisionPtz-N2404i-De3 Firmwareoperating_system
HikvisionPtz-N4215-De3 Firmwareoperating_system
HikvisionPtz-N4215i-De Firmwareoperating_system
HikvisionPtz-N4225i-De Firmwareoperating_system
HikvisionPtz-N5225i-A Firmwareoperating_system

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence4

Every observed campaign linking this CVE to a named adversary.

Associated malware9

Malware families riding this exploit, with evidence and IOCs.

Detection signatures2

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity7

Community discussion across Reddit, Mastodon, and other social sources.