Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-51482 — AI Deep Analysis Summary

CVSS 10.0 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **What is this vulnerability?** * **Essence:** A **Boolean-based SQL Injection** flaw in ZoneMinder. * **Location:** Specifically in `web/ajax/event.php`. * **Consequences:** Attackers can manipulate database qu…

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause? (CWE/Flaw)** * **CWE ID:** **CWE-89** (SQL Injection). * **The Flaw:** Improper neutralization of special elements used in an SQL command.…

Q3Who is affected? (Versions/Components)

👥 **Who is affected? (Versions/Components)** * **Product:** ZoneMinder (Open-source CCTV software). * **Affected Versions:** **1.37.64 and earlier** in the 1.37.X series. * **Components:** The web interface module…

Q4What can hackers do? (Privileges/Data)

🕵️ **What can hackers do? (Privileges/Data)** * **Data Theft:** Dump the `zm` database! Specifically, they can extract **Usernames and Password Hashes** from the `Users` table.…

Q5Is exploitation threshold high? (Auth/Config)

🔑 **Is exploitation threshold high? (Auth/Config)** * **Auth Required:** **Yes.** The CVSS vector `PR:L` (Privileges Required: Low) indicates the attacker needs **low-level authentication** to exploit this. * **Comp…

Q6Is there a public Exp? (PoC/Wild Exploitation)

💣 **Is there a public Exp? (PoC/Wild Exploitation)** * **Yes!…

Q7How to self-check? (Features/Scanning)

🔍 **How to self-check? (Features/Scanning)** * **Scan:** Use **Nuclei** with the specific CVE template. * **Manual Check:** If you have access, try injecting boolean-based SQL payloads into `web/ajax/event.php` para…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Is it fixed officially? (Patch/Mitigation)** * **Yes!…

Q9What if no patch? (Workaround)

🛑 **What if no patch? (Workaround)** * **Network Segmentation:** Restrict access to the ZoneMinder web interface.…

Q10Is it urgent? (Priority Suggestion)

⏰ **Is it urgent? (Priority Suggestion)** * **Priority:** **CRITICAL / HIGH.** * **Reason:** 1. CVSS Score is high (Impact: H/H/H). 2. Public PoCs exist. 3.…