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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2020-5902 โ€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: Critical Path Traversal in F5 BIG-IP TMUI.โ€ฆ

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **Root Cause**: Improper input validation in the **Traffic Management User Interface (TMUI)**. <br>๐Ÿ” **Flaw**: Allows directory traversal (`../`) to access restricted files like `/etc/passwd` via undisclosed pages.

Q3Who is affected? (Versions/Components)

๐Ÿ“ฆ **Affected Products**: F5 BIG-IP. <br>๐Ÿ“‰ **Versions**: 15.1.0, 15.0.0, 14.1.0-14.1.2, 13.1.0-13.1.3, 12.1.0-12.1.5, 11.6.1-11.6.5.

Q4What can hackers do? (Privileges/Data)

๐Ÿ’€ **Attacker Capabilities**: <br>1๏ธโƒฃ Read sensitive system files (`/etc/passwd`, `/etc/hosts`). <br>2๏ธโƒฃ Execute **Remote Code Execution (RCE)**. <br>3๏ธโƒฃ Full control over the server (create/delete files, kill services).

Q5Is exploitation threshold high? (Auth/Config)

๐Ÿ”“ **Exploitation Threshold**: **LOW**. <br>๐ŸŒ **Auth**: No authentication required for the initial traversal payload. <br>โš™๏ธ **Config**: Accessible via standard HTTP/HTTPS ports. Easy to exploit remotely.

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

๐Ÿ’ฃ **Public Exploits**: **YES**. <br>๐Ÿ”— Multiple PoCs available on GitHub (e.g., `jas502n`, `dwisiswant0`). <br>๐Ÿ“ก Automated scanners exist using Shodan API data. Wild exploitation is highly likely.

Q7How to self-check? (Features/Scanning)

๐Ÿ” **Self-Check Methods**: <br>1. **Shodan**: Search `http.favicon.hash:-335242539`. <br>2. **Manual Test**: Request `https://<IP>/tmui/login.jsp/..;/tmui/locallb/workspace/fileRead.jsp?fileName=/etc/passwd`. <br>3.โ€ฆ

Q8Is it fixed officially? (Patch/Mitigation)

๐Ÿฉน **Official Fix**: **YES**. <br>๐Ÿ“ F5 released patches and mitigation guidelines (e.g., K52145254). <br>โš ๏ธ **Action**: Update to the latest secure version immediately.

Q9What if no patch? (Workaround)

๐Ÿ›‘ **No Patch Workaround**: <br>1. **WAF/NGINX**: Block paths containing `..;/` or `hsqldb`. <br>2. **Network**: Restrict access to TMUI ports (443) via firewall rules. <br>3.โ€ฆ

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ฅ **Urgency**: **CRITICAL**. <br>โณ **Priority**: **IMMEDIATE ACTION**. <br>๐Ÿ“ข Unauthenticated RCE with public exploits means active scanning and exploitation are happening NOW. Patch or isolate immediately!