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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

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.โ€ฆ