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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2021-24472 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SSRF & RFI via exposed proxy. πŸ“‰ **Consequences**: Server fetches content from ANY URI. Attackers can bypass firewalls, access internal services, or include remote files. Critical integrity loss.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-918**: Server-Side Request Forgery (SSRF). πŸ› **Flaw**: The plugin exposes a proxy function to **unauthenticated** users. No input validation on the target URI.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugins. πŸ“Œ **Specifics**: OnAir2 theme < 3.9.9.2 AND QT KenthaRadio plugin < 2.0.2. 🏒 **Vendor**: QantumThemes.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Privileges**: None needed (Unauthenticated). πŸ“‚ **Data**: Can read internal network data, scan ports, access cloud metadata (IMDS), or perform RFI. Full server-side reach.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: LOW. 🚫 **Auth**: No authentication required. 🌐 **Config**: Just needs the vulnerable plugin/theme installed. Easy to trigger via simple HTTP requests.

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

πŸ” **Public Exp**: YES. πŸ“œ **PoC**: Available via Nuclei templates (ProjectDiscovery). 🌍 **Wild Exp**: High risk due to simple SSRF nature. Automated scanners can detect this easily.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Scan for OnAir2/KenthaRadio versions. πŸ§ͺ **Test**: Send request to the exposed proxy endpoint with a target URI (e.g., http://127.0.0.1). If it returns content, you are vulnerable.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Update OnAir2 to >= 3.9.9.2 OR QT KenthaRadio to >= 2.0.2. πŸ“₯ **Action**: Check WordPress dashboard for updates immediately.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable the plugin/theme. πŸ›‘ **WAF**: Block requests to the specific proxy endpoint. 🧱 **Network**: Restrict outbound traffic from the web server to prevent SSRF success.

Q10Is it urgent? (Priority Suggestion)

⚑ **Priority**: HIGH. πŸ†˜ **Urgency**: Critical because it requires NO auth. πŸ“… **Date**: Published Aug 2021. If still running old versions, patch NOW.