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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2000-0573 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Wu-ftpd 2.6.0 suffers from a **Remote Format String Overflow** in the `SITE EXEC` command.…

Q2Root Cause? (CWE/Flaw)

πŸ› οΈ **Root Cause**: The `SITE EXEC` function passes **user input directly** as the format string to `vsnprintf()`. ❌ This is a classic **Format String Vulnerability** (CWE-134), allowing memory corruption.

Q3Who is affected? (Versions/Components)

πŸ–₯️ **Affected**: **Wu-ftpd version 2.6.0**. 🌍 Widely used as the default FTP server on many **Unix and Linux distributions** at the time.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: Can execute **arbitrary system commands**. πŸ”‘ Achieves **root-level access** (highest privilege), allowing full control over the system.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Exploitation Threshold**: **Low**. 🌐 It is a **Remote** vulnerability. No authentication is explicitly required for the `SITE EXEC` vector in this context, making it easily exploitable over the network.

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

πŸ”“ **Public Exploit**: **Yes**. πŸ“œ Multiple advisories (RedHat, FreeBSD, Bugtraq) confirm active exploitation and public disclosure since 2000. The payload involves specific format strings like `%.f%.f%.f`.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for **Wu-ftpd 2.6.0** services. πŸ§ͺ Test the `SITE EXEC` command with format string payloads (e.g., `%x%x%x`) to see if memory contents leak or if the service crashes.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: **Yes**. πŸ“„ Vendors like RedHat (RHSA-2000:039) and FreeBSD (FreeBSD-SA-00:29) released security advisories and patches to fix this flaw.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: Disable the `SITE EXEC` command if possible. πŸ›‘ Restrict FTP access via firewall rules. ⚠️ However, given the age, **upgrading or replacing** the FTP server is the only true mitigation.

Q10Is it urgent? (Priority Suggestion)

⏳ **Urgency**: **Historical Critical**. πŸ“… Published in 2000/2001.…