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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2023-43662 β€” AI Deep Analysis Summary

CVSS 8.6 Β· High

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: ShokoServer suffers from a **Path Traversal** vulnerability (CWE-22). <br>πŸ’₯ **Consequences**: Attackers can **read arbitrary files** on the server.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **Lack of Input Sanitization**. <br>πŸ” **Flaw**: The `serverImagePath` parameter is not cleaned before being passed to `System.IO.File.OpenRead`.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected Product**: **ShokoServer** (Anime collection management platform). <br>πŸ‘₯ **Vendor**: ShokoAnime. <br>⚠️ **Scope**: All versions prior to the fix commit (6c57ba0) are vulnerable.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Capabilities**: <br>1️⃣ **Arbitrary File Read**: Access any file the server process has permissions to read. <br>2️⃣ **Data Exfiltration**: Steal credentials, logs, or internal configuration files.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: **LOW**. <br>βœ… **Authentication**: **None Required** (Unauthenticated). <br>βœ… **User Interaction**: **None Required**. <br>βœ… **Attack Vector**: Network (AV:N).…

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

πŸ’» **Public Exploit**: **YES**. <br>πŸ“„ **PoC Available**: A Nuclei template exists at `projectdiscovery/nuclei-templates`.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check Method**: <br>1️⃣ **Endpoint**: Target `/api/Image/WithPath`. <br>2️⃣ **Parameter**: Send `serverImagePath` with traversal payloads (e.g., `../../../etc/passwd`).…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: **YES**. <br>πŸ“… **Patch Date**: Published 2023-09-28. <br>πŸ”— **Commit**: `6c57ba0f073d6be5a4f508c46c2ce36727cbce80`. <br>πŸ“ **Action**: Update ShokoServer to the latest version containing this commit.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1️⃣ **Network Segmentation**: Block external access to the `/api/Image/WithPath` endpoint. <br>2️⃣ **WAF Rules**: Implement rules to block `../` sequences in query parameters.…

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **HIGH**. <br>πŸ“Š **CVSS Score**: **7.5** (High). <br>🚨 **Reason**: Unauthenticated, remote, low complexity, and high impact on Confidentiality. Immediate patching is recommended to prevent data leaks.