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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2021-27964 โ€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: SonLogger < 6.4.1 allows **Unauthenticated Arbitrary File Upload**.โ€ฆ

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **Root Cause**: Missing **Authentication** and **Input Validation**. The endpoint `/Config/SaveUploadedHotspotLogoFile` accepts POST requests without verifying user identity or checking file extensions/content.โ€ฆ

Q3Who is affected? (Versions/Components)

๐ŸŽฏ **Affected**: **SonLogger** software by Sonlogger (Turkey). ๐Ÿ“… **Version**: All versions **before 6.4.1**. ๐Ÿ“ฆ Specific mention of 4.2.3.3 in exploits. โš ๏ธ Check your version immediately!

Q4What can hackers do? (Privileges/Data)

๐Ÿ’ป **Attacker Actions**: Upload arbitrary files (like `.php` or `.jsp` shells). ๐Ÿ”“ **Privileges**: No auth required. ๐Ÿ“‚ **Data**: Full server access if the uploaded file is executed.โ€ฆ

Q5Is exploitation threshold high? (Auth/Config)

๐Ÿ“‰ **Threshold**: **VERY LOW**. ๐Ÿšช **Auth**: None required. ๐Ÿ“ก **Config**: Just send a POST to `/Config/SaveUploadedHotspotLogoFile`. ๐ŸŽฏ Extremely easy to exploit for anyone with network access. ๐Ÿš€

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

๐Ÿ”“ **Public Exp?**: **YES**. ๐Ÿ“œ PoC available via **Nuclei Templates** and PacketStorm. ๐ŸŒ Wild exploitation is likely given the ease of use. ๐Ÿ“ฅ GitHub links provided in references. โšก

Q7How to self-check? (Features/Scanning)

๐Ÿ” **Self-Check**: Scan for SonLogger instances. ๐Ÿงช Test POST request to `/Config/SaveUploadedHotspotLogoFile` without headers. ๐Ÿ“ค Try uploading a test file. ๐Ÿšจ If it accepts without auth, you are vulnerable! ๐Ÿ›‘

Q8Is it fixed officially? (Patch/Mitigation)

๐Ÿ›ก๏ธ **Fixed?**: **YES**. โœ… **Patch**: Upgrade to **SonLogger version 6.4.1** or later. ๐Ÿ“ฅ Download from official release notes. ๐Ÿ”’ This resolves the auth and validation flaws. ๐Ÿ”„

Q9What if no patch? (Workaround)

๐Ÿšง **No Patch?**: **Workaround**: Block external access to `/Config/SaveUploadedHotspotLogoFile`. ๐Ÿšซ Use WAF rules to deny POST requests to this endpoint. ๐Ÿ”’ Restrict network access to the admin interface. ๐Ÿ›ก๏ธ

Q10Is it urgent? (Priority Suggestion)

โšก **Urgency**: **CRITICAL**. ๐Ÿ”ด **Priority**: Patch immediately. ๐Ÿšจ Unauthenticated RCE risk is high. ๐Ÿ“‰ Low exploitation barrier means active attacks are probable. ๐Ÿƒโ€โ™‚๏ธ Don't wait! ๐Ÿ›‘