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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2022-37122 — AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Unauthenticated Arbitrary File Disclosure via Path Traversal. 💥 **Consequences**: Attackers can read sensitive system files by manipulating the `file` parameter in `logdownload.cgi`.…

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: Improper Input Validation. The `logdownload.cgi` Bash script fails to sanitize the `file` GET parameter before processing.…

Q3Who is affected? (Versions/Components)

🏭 **Affected Product**: Carel pCOWeb HVAC BACnet Gateway.…

Q4What can hackers do? (Privileges/Data)

🕵️ **Attacker Actions**: Read arbitrary files from the device's filesystem. 📂 **Data Impact**: Sensitive logs, configuration files, or potentially credential stores. 🔓 **Privileges**: No authentication required!…

Q5Is exploitation threshold high? (Auth/Config)

📉 **Threshold**: **LOW**. 🚫 **Auth**: None required. 📝 **Config**: Standard HTTP GET request manipulation.…

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

🔥 **Public Exploit**: **YES**. - **Nuclei Template**: Available in projectdiscovery/nuclei-templates. - **Scanner**: Dedicated Bash scanner available at `bughuntar/CVE-2022-37122-Exploit`.…

Q7How to self-check? (Features/Scanning)

🔍 **Self-Check Method**: 1. Send a GET request to `/logdownload.cgi?file=../../../../etc/passwd` (or similar sensitive path). 2. Use Nuclei with the CVE-2022-37122 template. 3.…

Q8Is it fixed officially? (Patch/Mitigation)

🛠️ **Official Fix**: The provided data does **not** contain a specific patch link or version number indicating a fix. It only lists references to vulnerability disclosures (ZeroScience, PacketStorm).…

Q9What if no patch? (Workaround)

🚧 **Workaround**: 1. **Network Segmentation**: Restrict access to the BACnet Gateway to trusted IPs only. 2. **WAF Rules**: Block requests containing `../` or null bytes in the `file` parameter. 3.…

Q10Is it urgent? (Priority Suggestion)

🔴 **Priority**: **HIGH**. 🚨 **Reason**: Unauthenticated, easy to exploit, and affects industrial control systems (HVAC). Data leakage risk is significant.…