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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: OCS Inventory NG v2.7 suffers from **Remote Command Execution (RCE)**. The `get_mib_oid` function fails to sanitize the `mib_file` input in `ms_snmp_config.php`.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **Input Validation Failure**. The application does not properly handle user-supplied input for the `mib_file` parameter.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **OCS Inventory NG Version 2.7**. Specifically, the component `plugins/main_sections/ms_config/ms_snmp_config.php` is the entry point for this vulnerability.…

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: Full **Remote Command Execution**. Hackers can run commands with the privileges of the web server process (e.g., www-data or root).…

Q5Is exploitation threshold high? (Auth/Config)

⚠️ **Exploitation Threshold**: **Low to Medium**. The vulnerability is in a web-accessible PHP file (`ms_snmp_config.php`).…

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

πŸ”₯ **Public Exploit**: **YES**. A dedicated exploit is available on GitHub (`mhaskar/CVE-2020-14947`). Proof-of-Concept (PoC) code and detailed guides are publicly shared, making exploitation accessible to non-experts. πŸš€

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for **OCS Inventory NG v2.7**. Look for the presence of the file `plugins/main_sections/ms_config/ms_snmp_config.php`.…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: **YES**. The vendor has released a fix. Refer to the GitHub commit `da72e0fddaeceee44fbbd7241e07e5d53d1eee64` for the patch details. πŸ“ **Action**: Update to the patched version immediately.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: If patching is delayed, **disable the SNMP configuration module** or restrict access to `ms_snmp_config.php` via WAF rules.…

Q10Is it urgent? (Priority Suggestion)

🚨 **Urgency**: **CRITICAL**. This is a confirmed RCE with public exploits. It was published in June 2020, but any unpatched instance remains at immediate risk.…