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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 6.3 Β· Medium

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in **EsafeNet CDG v5**. πŸ“‰ **Consequences**: Attackers can manipulate database queries via the `hookId` parameter in `HookService.java`.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). πŸ› **Flaw**: The file `/com/esafenet/servlet/policy/HookService.java` fails to properly sanitize the `hookId` input parameter before using it in SQL operations.…

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: **ESAFENET** (China Yisaitong). πŸ“¦ **Product**: **CDG** (Document Security Management System). πŸ“… **Affected Version**: **v5**.…

Q4What can hackers do? (Privileges/Data)

πŸ’» **Capabilities**: Hackers can execute arbitrary SQL commands. πŸ”“ **Privileges**: Requires **Local Privileges** (PR:L) to exploit.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”‘ **Auth Required**: **YES**. ⚠️ **Threshold**: **Medium**. The CVSS vector `PR:L` means the attacker must have **Local Privileges** (authenticated access) on the system. It is NOT a remote unauthenticated exploit.…

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

πŸ’£ **Public Exploit**: **Likely Available**. πŸ“Ž **Evidence**: References include a link tagged as `exploit` (Flowus share) and third-party advisories on VulDB.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check Method**: Scan for **EsafeNet CDG v5** installations. 🎯 **Target URL**: Look for requests to `/com/esafenet/servlet/policy/HookService`. πŸ§ͺ **Test**: Inject SQL payloads into the `hookId` parameter.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Official Fix**: **Unknown/Not Explicitly Stated**. πŸ“ **Note**: The provided data does not contain a specific patch version or vendor advisory link confirming a fixed version.…

Q9What if no patch? (Workaround)

🚧 **Workaround**: If no patch is available, **restrict access** to the `HookService` endpoint. πŸ”’ **Network**: Block external access to the CDG management interface.…

Q10Is it urgent? (Priority Suggestion)

⏰ **Urgency**: **Medium-High**. πŸ“ˆ **Reason**: Although it requires local privileges, SQL Injection is a critical flaw type. πŸ“‰ **CVSS**: The vector `AV:N/AC:L/PR:L` means it's easy to exploit if you have access.…