Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-7339 β€” AI Deep Analysis Summary

CVSS 5.3 Β· Medium

Q1What is this vulnerability? (Essence + Consequences)

🚨 **What is this?** It's an **Information Disclosure** flaw in TVT DVRs. Hackers can steal sensitive device info like **model & kernel version**. Consequence: Low confidentiality impact, but aids further attacks. πŸ“‰

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause:** **CWE-200** (Information Exposure). The flaw is **Insufficient Access Control** on the `/queryDevInfo` endpoint. No restrictions on who can query device details. πŸ”“

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected:** TVT DVR **TD-2104TS-C** & **TD-2108TS-HP**. Also impacts **Provision-ISR SH-4050A5-5L(MM)** & **AVISION AV108T**. Over **400,000+ devices** at risk! 🌍

Q4What can hackers do? (Privileges/Data)

πŸ’» **Hacker Actions:** Leaks **Product Model**, **Kernel Version**, and other internal info. No direct data theft or system control yet. Just **Reconnaissance** fuel. πŸ”

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Exploitability:** **LOW** threshold. **CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N**. No Auth (PR:N) needed! Network accessible (AV:N). Easy to trigger. πŸš€

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

πŸ”₯ **Public Exp?** **YES!** PoC exists on GitHub (**RevoltSecurities/CVE-2024-7339**). Also detected via **Nuclei Templates**. Wild exploitation is possible. πŸ’£

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check:** Scan for `/queryDevInfo` endpoint. Use the provided Python PoC or Nuclei templates. Look for JSON responses leaking device specs. πŸ•΅οΈβ€β™‚οΈ

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Patch Status:** Data doesn't confirm a specific official patch link yet. References point to **VDB entries** and **CTI Indicators**. Check vendor site urgently! ⏳

Q9What if no patch? (Workaround)

🚧 **No Patch?** **Mitigate:** Block external access to `/queryDevInfo` via **Firewall/WAF**. Restrict network exposure. Isolate DVRs from public internet. 🧱

Q10Is it urgent? (Priority Suggestion)

⚠️ **Urgency:** **MEDIUM-HIGH**. Easy to exploit + Public Exp + 400k+ devices. While impact is low (C:L), it's a **gateway** for bigger attacks. Fix ASAP! πŸƒβ€β™‚οΈ