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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2017-10974 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Yaws Web Server (v1.91) has a critical **HTTP Directory Traversal** flaw. πŸ“‰ **Consequences**: Attackers can read sensitive files, specifically the **SSL Private Key**, leading to total server compromise.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **Unauthenticated Local File Inclusion (LFI)**. The server fails to sanitize input paths, allowing `../` sequences to escape the web root. πŸ› **Flaw**: Poor path validation in the request handler.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **Yaws** (Yet Another Web Server) based on Erlang. πŸ“… **Version**: Specifically **v1.91**. 🌐 **Mode**: Both standalone and embedded execution modes are at risk.

Q4What can hackers do? (Privileges/Data)

πŸ’» **Hackers Can**: Read arbitrary files on the server. πŸ”‘ **Key Data**: Access the **SSL Private Key**. πŸ•΅οΈ **Impact**: Decrypt HTTPS traffic, impersonate the server, and gain deeper system access.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. πŸ”“ **Auth**: **Unauthenticated**. No login required. 🌍 **Config**: Exploitable via standard HTTP requests on port 8080. Easy to trigger remotely.

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

πŸ”“ **Public Exp?**: **YES**. πŸ“œ **PoC**: Available on Exploit-DB (ID: 42303) and ProjectDiscovery Nuclei templates. 🌐 **Wild Exploitation**: High risk due to simple `/%5C../` payload.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for Yaws server banners. πŸ§ͺ **Test**: Send `GET /%5C../` to port 8080. πŸ‘€ **Result**: If server responds with file content (not 404), it is vulnerable.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Official Fix**: The data implies a fix exists for versions > 1.91. πŸ“₯ **Action**: Upgrade Yaws to the latest stable version. πŸ”„ **Mitigation**: Apply vendor patches immediately upon release.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Block external access to port 8080. 🚫 **WAF**: Configure rules to block `../` or `%5C../` in URL paths. πŸ”’ **Restrict**: Limit file access permissions on the server OS.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. 🚨 **Priority**: **P1**. Since it is unauthenticated and exposes SSL keys, immediate patching or mitigation is required to prevent data breach.