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

Goal: 1000 CNY · Raised: 1110 CNY

100%

CVE-2023-6893 — AI Deep Analysis Summary

CVSS 4.3 · Medium

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Path Traversal (CWE-22) in Hikvision Intercom Broadcasting System. 📉 **Consequences**: Attackers can read arbitrary files on the server via the `downname` parameter in `/php/exportrecord.php`.…

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: Improper input validation on the `downname` parameter.…

Q3Who is affected? (Versions/Components)

🏢 **Vendor**: Hikvision (China). 📦 **Product**: Intercom Broadcasting System. 📅 **Affected Version**: Specifically **3.0.3_20201113_RELEASE(HIK)**. Check if your deployment matches this exact release string.

Q4What can hackers do? (Privileges/Data)

💻 **Privileges**: Network Access (AV:A). 🔓 **Data Access**: Can read sensitive server files. 📊 **Impact**: **Low** Confidentiality (C:L), No Integrity/Availability loss.…

Q5Is exploitation threshold high? (Auth/Config)

⚠️ **Threshold**: **Low**. 🌐 **Auth**: No authentication required (PR:N). 🖱️ **UI**: No user interaction needed (UI:N). 📡 **Vector**: Adjacent Network (AV:A).…

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

🔍 **Public Exploit**: Yes. 📂 **Source**: GitHub repository `willchen0011/cve` contains a download/exploit file. 📝 **VDB**: Technical descriptions and signatures are available on VulDB (ID 248252).…

Q7How to self-check? (Features/Scanning)

🔎 **Self-Check**: Scan for the endpoint `/php/exportrecord.php`. 🧪 **Test**: Send a request with `downname=../../../../etc/passwd` (or equivalent sensitive file).…

Q8Is it fixed officially? (Patch/Mitigation)

🛡️ **Official Fix**: The CVE was published on **2023-12-17**. 📜 **Status**: While the CVE exists, the provided data does not explicitly list a patch link. However, Hikvision typically releases security updates.…

Q9What if no patch? (Workaround)

🚧 **Workaround**: If no patch is available: 🚫 **Block Access**: Restrict network access to `/php/exportrecord.php` via firewall/WAF.…

Q10Is it urgent? (Priority Suggestion)

⚡ **Urgency**: **Medium-High**. 📅 **Priority**: P2. Although the impact is 'Low' (Info Disclosure), the **Zero-Auth** nature and **Low Exploitation Difficulty** make it attractive for attackers.…