Apache Hertzbeat
Don't miss out!
Thousands of developers use stack.watch to stay informed.Get an email whenever new security vulnerabilities are reported in Apache Hertzbeat.
By the Year
In 2025 there have been 3 vulnerabilities in Apache Hertzbeat with an average score of 8.8 out of ten. Last year, in 2024 Hertzbeat had 9 security vulnerabilities published. Right now, Hertzbeat is on track to have less security vulnerabilities in 2025 than it did last year. Last year, the average CVE base score was greater by 0.80
| Year | Vulnerabilities | Average Score |
|---|---|---|
| 2025 | 3 | 8.80 |
| 2024 | 9 | 9.60 |
| 2023 | 3 | 7.93 |
It may take a day or so for new Hertzbeat vulnerabilities to show up in the stats or in the list of recent security vulnerabilities. Additionally vulnerabilities may be tagged under a different product or component name.
Recent Apache Hertzbeat Security Vulnerabilities
Apache HertzBeat LDAP Injection via LDAP Query (before 1.7.3)
CVE-2025-48208
8.8 - High
- September 09, 2025
Improper Neutralization of Special Elements used in an LDAP Query ('LDAP Injection') vulnerability in Apache HertzBeat . The attacker needs to have an authenticated account with access, and the attack can only be triggered by crafting custom commands. A successful attack would result in arbitrary script execution. This issue affects Apache HertzBeat: through 1.7.2. Users are recommended to upgrade to version [1.7.3], which fixes the issue.
LDAP Injection
Apache HertzBeat XML Injection RCE via sitemap parser (pre-1.7.0)
CVE-2025-24404
8.8 - High
- September 09, 2025
XML Injection RCE by parse http sitemap xml response vulnerability in Apache HertzBeat. The attacker needs to have an authenticated account with access, and add monitor parsed by xml, returned special content can trigger the XML parsing vulnerability. This issue affects Apache HertzBeat (incubating): before 1.7.0. Users are recommended to upgrade to version 1.7.0, which fixes the issue.
aka Blind XPath Injection
Apache HertzBeat SSRF v<1.7.0
CVE-2024-56736
- April 16, 2025
Server-Side Request Forgery (SSRF) vulnerability in Apache HertzBeat. This issue affects Apache HertzBeat (incubating): before 1.7.0. Users are recommended to upgrade to version 1.7.0, which fixes the issue.
SSRF
Apache HertzBeat: <1.6.1 Sensitive Info Exposure
CVE-2024-45791
- November 18, 2024
Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache HertzBeat. This issue affects Apache HertzBeat: before 1.6.1. Users are recommended to upgrade to version 1.6.1, which fixes the issue.
Information Disclosure
Apache HertzBeat Command Injection via Unsanitized Input (Before 1.6.1)
CVE-2024-45505
- November 18, 2024
Improper Neutralization of Special Elements used in a Command ('Command Injection') vulnerability in Apache HertzBeat (incubating). This vulnerability can only be exploited by authorized attackers. This issue affects Apache HertzBeat (incubating): before 1.6.1. Users are recommended to upgrade to version 1.6.1, which fixes the issue.
Command Injection
Apache HertzBeat <1.6.1 Deserialization Vulnerability
CVE-2024-41151
- November 18, 2024
Deserialization of Untrusted Data vulnerability in Apache HertzBeat. This vulnerability can only be exploited by authorized attackers. This issue affects Apache HertzBeat: before 1.6.1. Users are recommended to upgrade to version 1.6.1, which fixes the issue.
Marshaling, Unmarshaling
Apache HertzBeat <1.6.0 RCE via SnakeYAML XML Deser
CVE-2024-42323
- September 21, 2024
SnakeYaml Deser Load Malicious xml rce vulnerability in Apache HertzBeat (incubating). This vulnerability can only be exploited by authorized attackers. This issue affects Apache HertzBeat (incubating): before 1.6.0. Users are recommended to upgrade to version 1.6.0, which fixes the issue.
Marshaling, Unmarshaling
Hertzbeat RCE via unsafe deserialization in /api/monitors/import before 1.6.0
CVE-2024-42362
8.8 - High
- August 20, 2024
Hertzbeat is an open source, real-time monitoring system. Hertzbeat has an authenticated (user role) RCE via unsafe deserialization in /api/monitors/import. This vulnerability is fixed in 1.6.0.
Marshaling, Unmarshaling
Hertzbeat SQL Injection in /api/monitor/{monitorId}/metric/{metricFull} before 1.6.0
CVE-2024-42361
9.8 - Critical
- August 20, 2024
Hertzbeat is an open source, real-time monitoring system. Hertzbeat 1.6.0 and earlier declares a /api/monitor/{monitorId}/metric/{metricFull} endpoint to download job metrics. In the process, it executes a SQL query with user-controlled data, allowing for SQL injection.
SQL Injection
Hertzbeat JMX JNDI Injection in JmxCollectImpl (v < 1.4.1)
CVE-2023-51653
9.8 - Critical
- February 22, 2024
Hertzbeat is a real-time monitoring system. In the implementation of `JmxCollectImpl.java`, `JMXConnectorFactory.connect` is vulnerable to JNDI injection. The corresponding interface is `/api/monitor/detect`. If there is a URL field, the address will be used by default. When the URL is `service:jmx:rmi:///jndi/rmi://xxxxxxx:1099/localHikari`, it can be exploited to cause remote code execution. Version 1.4.1 contains a fix for this issue.
Injection
Hertzbeat YAML Deserialization via SnakeYAML before v1.4.1
CVE-2023-51389
9.8 - Critical
- February 22, 2024
Hertzbeat is a real-time monitoring system. At the interface of `/define/yml`, SnakeYAML is used as a parser to parse yml content, but no security configuration is used, resulting in a YAML deserialization vulnerability. Version 1.4.1 fixes this vulnerability.
Marshaling, Unmarshaling
Hertzbeat 1.4.1 Vulnerable to AviatorScript Injection in CalculateAlarm
CVE-2023-51388
9.8 - Critical
- February 22, 2024
Hertzbeat is a real-time monitoring system. In `CalculateAlarm.java`, `AviatorEvaluator` is used to directly execute the expression function, and no security policy is configured, resulting in AviatorScript (which can execute any static method by default) script injection. Version 1.4.1 fixes this vulnerability.
Injection
Hertzbeat <1.4.1 Spring Boot Unauthorized Access
CVE-2023-51650
7.5 - High
- December 22, 2023
Hertzbeat is an open source, real-time monitoring system. Prior to version 1.4.1, Spring Boot permission configuration issues caused unauthorized access vulnerabilities to three interfaces. This could result in disclosure of sensitive server information. Version 1.4.1 fixes this issue.
AuthZ
RCE via unsanitized alert expr in Hertzbeat < v1.4.1
CVE-2023-51387
8.8 - High
- December 22, 2023
Hertzbeat is an open source, real-time monitoring system. Hertzbeat uses aviatorscript to evaluate alert expressions. The alert expressions are supposed to be some simple expressions. However, due to improper sanitization for alert expressions in version prior to 1.4.1, a malicious user can use a crafted alert expression to execute any command on hertzbeat server. A malicious user who has access to alert define function can execute any command in hertzbeat instance. This issue is fixed in version 1.4.1.
Code Injection
Permission bypass in Hertzbeat v1.20 unauthorized access
CVE-2022-39337
7.5 - High
- December 22, 2023
Hertzbeat is an open source, real-time monitoring system with custom-monitoring, high performance cluster, prometheus-like and agentless. Hertzbeat versions 1.20 and prior have a permission bypass vulnerability. System authentication can be bypassed and invoke interfaces without authorization. Version 1.2.1 contains a patch for this issue.
Authorization
Stay on top of Security Vulnerabilities
Want an email whenever new vulnerabilities are published for Apache Hertzbeat or by Apache? Click the Watch button to subscribe.