Cyber Resilience

CVE-2024-51482

Critical

Published: 31 October 2024

Published
31 October 2024
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 9.9 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.5086 97.9th percentile
Risk Priority 50 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-51482 is a critical-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 9.9 (Critical).

Operationally, ranked in the top 2.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

ZoneMinder is a free open-source CCTV application that contains a boolean-based SQL injection vulnerability in the web/ajax/event.php component. The flaw affects versions 1.37.* through 1.37.64 and is tracked as CWE-89; it received a CVSS 3.1 score of 9.9 reflecting network-accessible, low-complexity exploitation by an authenticated user that can fully compromise confidentiality, integrity, and availability with changed scope.

An authenticated attacker with low privileges can supply crafted input to the affected endpoint and extract or manipulate database contents, potentially leading to full system compromise within the application’s security context. The vulnerability is exploitable remotely without user interaction once an account is obtained.

The project addressed the issue in release 1.37.65. The corresponding patch is documented in GitHub commit 9e7d31841ed9678a7dd06869037686fc9925e59f and in the ZoneMinder security advisory GHSA-qm8h-3xvf-m7j3, which recommend upgrading to the fixed version.

EPSS for the CVE reached a peak of 0.6116 after disclosure before settling at the current value of 0.5086, indicating measurable post-publication exploitation interest.

EU & UK References

Vulnerability details

ZoneMinder is a free, open source closed-circuit television software application. ZoneMinder v1.37.* <= 1.37.64 is vulnerable to boolean-based SQL Injection in function of web/ajax/event.php. This is fixed in 1.37.65.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References