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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2019-18922 โ€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: Path Traversal in Allied Telesis AT-GS950/8 Web Interface. ๐Ÿ“‰ **Consequences**: Attackers can access files outside restricted directories. Critical risk of sensitive data exposure.

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **Root Cause**: Improper filtering of special characters in resource/file paths. ๐Ÿ› **Flaw**: The system fails to sanitize inputs, allowing directory traversal sequences (e.g., `../`).

Q3Who is affected? (Versions/Components)

๐Ÿข **Vendor**: Allied Telesis (Japan). ๐Ÿ“ฆ **Product**: AT-GS950/8 Switch. โš ๏ธ **Affected**: Firmware versions **before** 1.00.047 (or AT-S107 V.1.1.3).

Q4What can hackers do? (Privileges/Data)

๐Ÿ’ป **Hackers' Power**: Read arbitrary files from the device. ๐Ÿ“‚ **Data Risk**: Access configuration files, logs, or potentially credentials stored outside the web root. No execution mentioned, but high info-leak risk.

Q5Is exploitation threshold high? (Auth/Config)

๐Ÿ”“ **Threshold**: Likely Low-Medium. โš™๏ธ **Config**: Exploits the **Web Interface**. If the web UI is accessible (even without auth, or with default creds), exploitation is trivial via HTTP requests.

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

๐Ÿ” **Public Exp?**: Yes. ๐Ÿ“œ **PoC**: Available via Nuclei templates (ProjectDiscovery) and PacketStorm. ๐ŸŒ **Status**: Active proof-of-concept exists; easy to automate.

Q7How to self-check? (Features/Scanning)

๐Ÿ”Ž **Self-Check**: Scan for the specific Web Interface. ๐Ÿงช **Test**: Send crafted HTTP requests with path traversal payloads (`../../etc/passwd` style) to the web UI endpoints. Check for file content in response.

Q8Is it fixed officially? (Patch/Mitigation)

โœ… **Fixed?**: Yes. ๐Ÿ› ๏ธ **Patch**: Upgrade firmware to **1.00.047** or later (specifically AT-S107 V.1.1.3+). Contact Allied Telesis for the official update.

Q9What if no patch? (Workaround)

๐Ÿšง **No Patch?**: 1. Disable the Web Management Interface if not needed. ๐Ÿ”’ 2. Restrict access via Firewall/ACLs to trusted IPs only. 3. Change default credentials immediately.

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ฅ **Urgency**: HIGH. ๐Ÿš€ **Priority**: Patch immediately. Since PoCs are public and it affects network infrastructure (switches), the risk of reconnaissance or data theft is significant. Don't wait!