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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2011-5130 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Arbitrary Code Execution in `dev/less.php`. πŸ“‰ **Consequences**: Remote attackers can execute shell commands via `argv[1]`. πŸ’₯ **Impact**: Full system compromise possible if `register_globals` is on.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Improper input validation in `dev/less.php`. πŸ› **Flaw**: Reliance on `register_globals` (deprecated PHP setting). πŸ“ **CWE**: Not specified in data, but classic **Injection** flaw.

Q3Who is affected? (Versions/Components)

🎯 **Target**: Family Connections CMS (FCMS). πŸ“¦ **Versions**: 2.5.0 through 2.7.1. ⚠️ **Component**: Specifically the `dev/less.php` script.

Q4What can hackers do? (Privileges/Data)

πŸ”“ **Privileges**: Remote Code Execution (RCE). πŸ—‘οΈ **Data**: Potential full server control. πŸ› οΈ **Action**: Inject shell meta-characters via `argv[1]` to run arbitrary commands.

Q5Is exploitation threshold high? (Auth/Config)

βš™οΈ **Config Dependency**: HIGH. Requires `register_globals` to be **ENABLED**. πŸ”“ **Auth**: Remote exploitation (no login required for the vector).…

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

πŸ’£ **Public Exploit**: YES. πŸ“š **References**: Exploit-DB #18208 & #18198. 🌐 **Status**: Wild exploitation possible via X-Force Exchange (ID 71618).

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for `dev/less.php` endpoint. πŸ§ͺ **Test**: Inject shell characters into `argv[1]`. πŸ“Š **Tool**: Use Exploit-DB scripts to verify RCE capability. 🚩 **Flag**: Look for PHP `register_globals` enabled.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Official Fix**: YES. πŸ“’ **Source**: Family CMS Blog & SourceForge Ticket #407. πŸ“… **Date**: Confirmed in Nov 2011. βœ… **Action**: Update to patched version.

Q9What if no patch? (Workaround)

🚫 **Workaround**: Disable `register_globals` in `php.ini`. 🧱 **Defense**: Block access to `dev/less.php` via WAF or `.htaccess`. πŸ›‘οΈ **Mitigation**: Input sanitization if code cannot be changed immediately.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: HIGH for legacy systems. πŸ“‰ **Priority**: Critical if `register_globals` is on. πŸ“… **Context**: Old CVE (2011), but dangerous if unpatched legacy CMS is still running.…