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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2020-10547 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: rConfig ≀3.9.4 has an **SQL Injection** flaw. πŸ’₯ **Consequence**: Cleartext node passwords are exposed, leading to **lateral movement** and access to monitored network devices.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). The core flaw is storing **node passwords in cleartext** within the database, allowing extraction via SQLi.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **rConfig** versions **3.9.4 and earlier**. Specifically targets the `compliancepolicyelements.inc.php` component.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Capabilities**: Unauthenticated access to **cleartext credentials**. This grants **lateral movement** to compromise the actual network devices being managed.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. Exploitation is **unauthenticated**. No login or special configuration is needed to trigger the SQL injection.

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

πŸ’» **Public Exp?**: **YES**. PoC scripts are available on GitHub (e.g., `theguly/exploits`) and Nuclei templates exist for automated scanning.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for rConfig instances. Use **Nuclei templates** or specific Python PoCs to test for SQLi in `compliancepolicyelements.inc.php`.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: **YES**. Upgrade to a version **newer than 3.9.4**. Ensure passwords are hashed/stored securely in updated versions.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: **Mitigation**: Restrict network access to the rConfig server. **Rotate** exposed node passwords immediately. Implement WAF rules to block SQLi payloads.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. Critical risk due to **cleartext credential exposure** and **unauthenticated** nature. Immediate patching or mitigation is required.