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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2018-17281 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical flaw in the `res_http_websocket.so` module of Asterisk. <br>πŸ’₯ **Consequences**: Sending a crafted HTTP request causes the Asterisk system to **crash** (Denial of Service).…

Q2Root Cause? (CWE/Flaw)

πŸ› οΈ **Root Cause**: The vulnerability lies within the **HTTP WebSocket upgrade** handling logic in the `res_http_websocket.so` module.…

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: Digium (Asterisk & Certified Asterisk). <br>πŸ“¦ **Affected Versions**: <br>β€’ Asterisk **13.23.0** and earlier. <br>β€’ Asterisk **14.7.x** up to **14.7.7**.…

Q4What can hackers do? (Privileges/Data)

🎯 **Attacker Action**: Remote crash via crafted HTTP request. <br>πŸ”“ **Privileges**: **None required** for the crash itself. <br>πŸ“Š **Data Impact**: **Denial of Service** (Service unavailable).…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. <br>🌐 **Auth**: Likely **Remote** and **Unauthenticated** (HTTP request based). <br>βš™οΈ **Config**: Requires the WebSocket module to be enabled/accessible.

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

πŸ“’ **Public Exp?**: Yes. <br>πŸ“œ **Evidence**: References include **Full Disclosure mailing list** (20180920) and **Debian LTS** security updates. This indicates public awareness and potential PoC availability.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Check Asterisk version (`asterisk -rv`). <br>2. Verify if version is ≀ 13.23.0 or ≀ 14.7.7. <br>3. Scan for open WebSocket ports (usually 80/443/8088) and test HTTP upgrade headers.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ›‘οΈ **Fixed?**: **YES**. <br>πŸ“₯ **Patch**: Updates are available via **Debian DSA-4320** and **Asterisk JIRA ASTERISK-28013**. Upgrade to patched versions immediately.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1. **Block** external access to WebSocket ports (firewall rules). <br>2. **Disable** the `res_http_websocket.so` module if not needed. <br>3. Restrict HTTP access to trusted IPs only.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>⚑ **Reason**: Remote crash capability with low exploitation threshold. Critical for PBX systems handling voice calls. Patch immediately to prevent service disruption.