CVE-2024-43360
published 2024-08-12CVE-2024-43360: ZoneMinder is a free, open source closed-circuit television software application. ZoneMinder is affected by a time-based SQL Injection vulnerability. This…
PriorityP181critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
6.17%
92.6th percentile
ZoneMinder is a free, open source closed-circuit television software application. ZoneMinder is affected by a time-based SQL Injection vulnerability. This vulnerability is fixed in 1.36.34 and 1.37.61.
Affected
6 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | zoneminder | < zoneminder 1.36.35+dfsg1-1 (forky) | zoneminder 1.36.35+dfsg1-1 (forky) |
| zoneminder | zoneminder | < 1.36.34 | 1.36.34 |
| zoneminder | zoneminder | — | — |
| zoneminder | zoneminder | >= 0 < 1.36.35+dfsg1-1 | 1.36.35+dfsg1-1 |
| zoneminder | zoneminder | >= 0 < 1.36.35+dfsg1-1 | 1.36.35+dfsg1-1 |
| zoneminder | zoneminder | >= 1.37.00 < 1.37.61 | 1.37.61 |
Detection & IOCsextracted from sources · hover to see the quote
url/zm/index.php?sort=if(now()=sysdate()%2Csleep(6)%2C0)&order=desc&limit=20&view=request&request=watch&mid=1
path/zm/index.php
commandsort=if(now()=sysdate()%2Csleep(6)%2C0)&order=desc&limit=20&view=request&request=watch&mid=1
- →Detect time-based SQL injection attempts against ZoneMinder via the `sort` parameter in `/zm/index.php`. Look for payloads containing `if(now()=sysdate(),sleep(...)` in the query string.
- →Alert on HTTP responses to `/zm/index.php` with `view=request&request=watch` that take 6 or more seconds to respond — indicative of a successful time-based blind SQL injection sleep payload.
- →Successful exploitation returns HTTP 200 with a JSON body containing `result":"Ok"` and `rows":[`. Correlate slow response time (>=6s) with these response body patterns to confirm exploitation.
- →The vulnerable endpoint is unauthenticated (PR:N). Monitor for requests to `/zm/index.php` with `sort` parameter values containing SQL functions such as `sleep()`, `if()`, `now()`, or `sysdate()` from any source IP. ↗
- →FOFA fingerprint icon_hash=`-1218152116` can be used to identify exposed ZoneMinder instances for proactive scanning and asset inventory.
- ·The Nuclei template uses a 20-second HTTP timeout (`@timeout 20s`) to accommodate the 6-second sleep payload. Detection rules or proxies with shorter timeouts may miss or drop the malicious request before the sleep completes, causing false negatives.
- ·The exploit targets the `sort` query parameter specifically with `view=request&request=watch&mid=1`. Detection should not be limited to the `sort` parameter alone — other injectable parameters may exist in the same endpoint.
CVSS provenance
nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
osv9.8CRITICAL
vulncheck9.8CRITICAL
vendor_debian9.8LOW
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Debian
CVE-2024-43360: zoneminder - ZoneMinder is a free, open source closed-circuit television software application...
vendor_debian·2024·CVSS 9.8
CVE-2024-43360 [CRITICAL] CVE-2024-43360: zoneminder - ZoneMinder is a free, open source closed-circuit television software application...
ZoneMinder is a free, open source closed-circuit television software application. ZoneMinder is affected by a time-based SQL Injection vulnerability. This vulnerability is fixed in 1.36.34 and 1.37.61.
Scope: local
bookworm: open
bullseye: open
forky: resolved (fixed in 1.36.35+dfsg1-1)
sid: resolved (fixed in 1.36.35+dfsg1-1)
trixie: resolved (fixed in 1.36.35+dfsg1-1)
OSV
CVE-2024-43360: ZoneMinder is a free, open source closed-circuit television software application
osv·2024-08-12·CVSS 9.8
CVE-2024-43360 [CRITICAL] CVE-2024-43360: ZoneMinder is a free, open source closed-circuit television software application
ZoneMinder is a free, open source closed-circuit television software application. ZoneMinder is affected by a time-based SQL Injection vulnerability. This vulnerability is fixed in 1.36.34 and 1.37.61.
VulnCheck
zoneminder zoneminder Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
vulncheck·2024·CVSS 9.8
CVE-2024-43360 [CRITICAL] zoneminder zoneminder Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
zoneminder zoneminder Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
ZoneMinder is a free, open source closed-circuit television software application. ZoneMinder is affected by a time-based SQL Injection vulnerability. This vulnerability is fixed in 1.36.34 and 1.37.61.
Affected: zoneminder zoneminder
Required Action: Apply remediations or mitigations per vendor instructions or discontinue use of the product if remediation or mitigations are unavailable.
Exploitation References: https://dashboard.shadowserver.org/statistics/honeypot/vulnerability/map/?day=2025-06-08&host_type=src&vulnerability=cve-2024-43360; https://dashboard.shadowserver.org/statistics/honeypot/vulnerability/map/?day=2025-06-09&host_type=src&vulnerability=cve-2024-43360; https://
No detection rules found.
Nuclei
ZoneMinder - SQL Injection
nuclei·CVSS 9.8
CVE-2024-43360 [CRITICAL] ZoneMinder - SQL Injection
ZoneMinder - SQL Injection
ZoneMinder is a free, open source closed-circuit television software application. ZoneMinder is affected by a time-based SQL Injection vulnerability. This vulnerability is fixed in 1.36.34 and 1.37.61.
Template:
id: CVE-2024-43360
info:
name: ZoneMinder - SQL Injection
author: s4e-io
severity: critical
description: |
ZoneMinder is a free, open source closed-circuit television software application. ZoneMinder is affected by a time-based SQL Injection vulnerability. This vulnerability is fixed in 1.36.34 and 1.37.61.
impact: |
Unauthenticated attackers can exploit time-based SQL injection to extract sensitive database information from ZoneMinder.
remediation: |
Update ZoneMinder to version 1.36.34 or 1.37.61 or later.
reference:
- https://github.com/ZoneMinder/
https://github.com/ZoneMinder/zoneminder/commit/677f6a31551f128554f7b0110a52fd76453a657ahttps://github.com/ZoneMinder/zoneminder/commit/a194fe81d34c5eea2ab1dc18dc8df615fca634a6https://github.com/ZoneMinder/zoneminder/commit/bb07118118e23b5670c2c18be8be2cc6b8529397https://github.com/ZoneMinder/zoneminder/commit/de8f387207e9c506e8e8007eda725741a25601c5https://github.com/ZoneMinder/zoneminder/security/advisories/GHSA-9cmr-7437-v9fj
2024-08-12
Published
Exploited in the wild