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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2009-0545 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Remote Code Execution (RCE) in ZeroShell's `cgi-bin/kerbynet`. πŸ“‰ **Consequences**: Attackers can execute arbitrary system commands, leading to total system compromise.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Improper neutralization of special elements used in an OS command (Injection). πŸ’₯ **Flaw**: Shell metacharacters in the `type` parameter of `NoAuthREQ x509List` are not sanitized.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: ZeroShell 1.0beta11 and earlier versions. πŸ–₯️ **Component**: The `cgi-bin/kerbynet` CGI script.

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: Arbitrary commands execution. πŸ“‚ **Data**: Full control over the embedded Linux server, potentially exposing network configs, firewall rules, and sensitive data.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: LOW. 🌐 **Auth**: No authentication required (`NoAuthREQ`). Remote attackers can exploit this directly over the network.

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

πŸ’£ **Exploit**: YES. Public PoC available on Exploit-DB (ID: 8023) and Nuclei templates. 🌍 **Status**: Wild exploitation is possible.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for `cgi-bin/kerbynet` endpoint. πŸ§ͺ **Test**: Inject shell metacharacters into the `type` parameter of `NoAuthREQ x509List` action.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Official patch released by ZeroShell (Ref: C100). ⬆️ **Action**: Upgrade to a version newer than 1.0beta11 immediately.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If patching is impossible, restrict network access to `cgi-bin/kerbynet` via firewall rules. 🚫 **Block**: Prevent external access to this specific CGI path.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Priority**: CRITICAL. 🚨 **Urgency**: High. Since it requires no auth and allows RCE, it is an immediate threat to any exposed ZeroShell instance.