CVE Radar

CVE Radar Logo
CVERadar

Edition used by more than 30,000 companies in more than 150 countries.
Sign Up For Free

CVE-2024-58274

Critical Severity
73
SVRS
8.3
CVSSv3
0.00259
EPSS
TAGS
In The Wild
VECTOR STRING
CVSS:3.1AV:NAC:LPR:NUI:NS:CC:LI:LA:L
PUBLICATION DATE2025-10-22
LAST MODIFIED2025-10-22

Deep CVE Analysis in Progress

The system is currently conducting an in-depth analysis of the selected CVE. This includes advanced correlation, vulnerability classification, and cross-referencing with real-time threat intelligence sources. Once the analysis is complete, the page will automatically update with enriched vulnerability data and actionable insights.

Security Intelligence Brief

What is this vulnerability and why does it matter?
CVE-2024-58274 describes a command execution vulnerability in Hikvision's CSMP (Comprehensive Security Management Platform) iSecure Center. Specifically, the software allows the execution of arbitrary commands due to improper input sanitization within the JSON data processed by the /center/api/installation/detection endpoint. This vulnerability matters because it allows attackers to potentially gain control of the affected system, leading to data breaches, system compromise, and further malicious activities. The vulnerability has been exploited in the wild.
What are the CVSS score, severity level, and disclosure details?
The CVSS score for CVE-2024-58274 is 8.3, indicating a high severity. The vulnerability was published on 2025-10-22 and last modified on 2025-10-22 13:55:16. The vulnerability was reportedly exploited in the wild in 2024 and 2025.
Which products, vendors, systems, and versions are affected?
The affected product is Hikvision CSMP (Comprehensive Security Management Platform) iSecure Center, with versions up to 2024-08-01 being vulnerable. The vendor is Hikvision.
What is the technical root cause and attack vector?
The technical root cause is improper input sanitization. Specifically, the iSecure Center software fails to properly validate or sanitize JSON data submitted to the /center/api/installation/detection endpoint. This allows an attacker to inject shell commands within $( ) sequences in the JSON data. The attack vector is network-based, where a remote attacker sends a crafted HTTP request to the vulnerable endpoint. The CWE associated with this vulnerability is CWE-78, which refers to improper neutralization of special elements used in an OS command ('OS Command Injection').
How can this vulnerability be exploited?
This vulnerability can be exploited by sending a malicious HTTP request to the /center/api/installation/detection endpoint of the Hikvision iSecure Center. The attacker crafts the JSON data within the request to include shell commands enclosed in $( ) sequences. When the iSecure Center processes this data without proper sanitization, the injected commands are executed by the underlying operating system with the privileges of the iSecure Center application. This can allow the attacker to execute arbitrary code, potentially leading to complete system compromise.
What mitigation steps and patches are available?
Unfortunately, specific mitigation steps and patches are not available in the provided data. It is recommended to check the Hikvision website for any security advisories and updates related to iSecure Center. Possible mitigation could include restricting network access to the iSecure Center management interface, implementing strict input validation on the /center/api/installation/detection endpoint to prevent command injection, and monitoring system logs for suspicious activity.
How can vulnerable systems be detected?
Vulnerable systems can be detected by checking the version of Hikvision iSecure Center. Versions up to 2024-08-01 are likely affected. Network-based vulnerability scanners can be used to send specially crafted requests to the /center/api/installation/detection endpoint and check for command execution. Manual testing can also be performed by sending similar requests and observing the system's behavior.
What are the indicators of compromise (IOCs)?
Without further data, specific IOCs are difficult to define. However, some general IOCs to look for include:
  • Unexpected processes running on the iSecure Center server.
  • Unusual network connections originating from the iSecure Center server.
  • Modifications to system files or configurations.
  • Suspicious entries in the iSecure Center logs or system logs related to the /center/api/installation/detection endpoint.
  • Web requests to /center/api/installation/detection containing shell commands within $( ) sequences.
Which threat actors are known to exploit this vulnerability?
The provided data indicates that this vulnerability has been exploited in the wild in 2024 and 2025. However, it does not specify which particular threat actors are exploiting it.
What public intelligence references and advisories exist?
The primary public intelligence reference is the CVE record itself: CVE-2024-58274. It is recommended to monitor security websites, vulnerability databases, and threat intelligence feeds for further advisories and reports related to this vulnerability. Also monitor Hikvision's official communication channels for any security alerts.
What is the risk assessment and urgency level?
The risk assessment for CVE-2024-58274 is high due to the high CVSS score (8.3), the ease of exploitation (OS Command Injection), and the fact that it has been actively exploited in the wild. The urgency level is critical. Affected organizations should immediately investigate their systems for vulnerable versions of Hikvision iSecure Center and apply any available patches or mitigations. Continuous monitoring for indicators of compromise is also essential.

No IOCs found for this CVE

No exploits found for this CVE

SOCRadar Logo

Enhance Your CVE Management with SOCRadar Vulnerability Intelligence

Get comprehensive CVE details, real-time notifications, and proactive threat management all in one platform.

CREATE FREE ACCOUNT
CVE Details
Access comprehensive CVE information instantly
Real-time Tracking
Subscribe to CVEs and get instant updates
Exploit Analysis
Monitor related APT groups and threats
IOC Tracking
Analyze and track CVE-related IOCs
CVE-2024-58274 | Hikvision CSMP iSecure Center up to 2024-08-01 detection os command injection (EUVD-2024-55040)
vuldb.com2025-10-22
CVE-2024-58274 | Hikvision CSMP iSecure Center up to 2024-08-01 detection os command injection (EUVD-2024-55040) | A vulnerability categorized as critical has been discovered in Hikvision CSMP iSecure Center up to 2024-08-01. This vulnerability affects unknown code of the file /center/api/installation/detection. Such manipulation leads to os command injection. This vulnerability is listed as CVE-2024-58274. The attack may
vuldb.comrssforumnews
avatar
CVE@CVEnew
2025-10-22
CVE-2024-58274 Hikvision CSMP (Comprehensive Security Management Platform) iSecure Center through 2024-08-01 allows execution of a command within $( ) in /center/api/installation/de… https://t.co/90l79OERB5
avatar
ZeroPath Labs@ZeroPathLabs
2025-10-22
Hikvision iSecure Center Command Injection Exploit CVE-2024-58274 lets remote attackers run arbitrary commands on unpatched Hikvision iSecure Center. Admins should patch ASAP. For more details, read ZeroPath's blog on this vuln. #AppSec #IoT #InfoSec

No affected software found for this CVE

ReferenceLink
[email protected]https://github.com/ahisec/nuclei-tps/blob/main/http/vulnerabilities/hikvision/hikvision-csmp-installation-rce.yaml
[email protected]https://github.com/ahisec/nuclei-tps/blob/main/http/vulnerabilities/hikvision/hikvision-csmp-installation-rce.yaml
[email protected]https://xz.aliyun.com/news/14639
134C704F-9B21-4F2E-91B3-4A467353BCC0https://xz.aliyun.com/news/14639
[email protected]https://github.com/ahisec/nuclei-tps/blob/main/http/vulnerabilities/hikvision/hikvision-csmp-installation-rce.yaml
CWE IDCWE NameDescription
CWE-78Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')The software constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.

CVE Radar

Real-time CVE Intelligence & Vulnerability Management Platform

CVE Radar provides comprehensive vulnerability intelligence by monitoring CVE databases, security advisories, and threat feeds. Get instant updates on new vulnerabilities, exploit details, and mitigation strategies specific to your assets.