Cyber Resilience

CVE-2025-24404

Apache Hertzbeat ≤ 1.7.0

Published
09 September 2025
Modified
04 November 2025
Patch / advisory
CVSS Score v3.1 8.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0052 42th percentile
Risk Priority 64 floored blend · peak EPSS

Summary

CVE-2025-24404 is a high-severity aka Blind XPath Injection (CWE-91) vulnerability in Apache Hertzbeat. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Content Injection (T1659); ranked at the 42th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

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…

more

affects Apache HertzBeat (incubating): before 1.7.0. Users are recommended to upgrade to version 1.7.0, which fixes the issue.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1659 Content Injection Initial Access
Adversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-24343Same product: Apache Hertzbeat
CVE-2024-42361Same product: Apache Hertzbeat
CVE-2025-48208Same product: Apache Hertzbeat
CVE-2024-56736Same product: Apache Hertzbeat
CVE-2024-42362Same product: Apache Hertzbeat
CVE-2024-42323Same product: Apache Hertzbeat
CVE-2023-51389Same product: Apache Hertzbeat
CVE-2024-41151Same product: Apache Hertzbeat
CVE-2023-51653Same product: Apache Hertzbeat
CVE-2023-51388Same product: Apache Hertzbeat

Affected Assets

apache
hertzbeat
≤ 1.7.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly stops unneutralized XML metacharacters from reaching the parser.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC directly requires input neutralization and validation that eliminates XML injection flaws.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing catches XML injection during development but does not itself implement the fix.

A.8.15 Logging partial match
finds

Logging can record injection attempts for detection but does not prevent the weakness.

finds

Monitoring can detect exploitation but provides no preventive control over XML handling.

prevents

Secure SDLC mandates input validation and output encoding that directly prevent XML injection.

prevents

Application security requirements explicitly call for defenses against injection flaws including XML.

prevents

Secure architecture principles reduce attack surface but do not prescribe XML-specific controls.

References