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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-58448 β€” AI Deep Analysis Summary

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: rAthena (MMORPG server) has a critical **SQL Injection** flaw.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). <br>πŸ” **Flaw**: The `WorldName` parameter is not properly sanitized before being used in database queries. This allows malicious input to alter the query logic.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: Users running **rAthena** versions **prior to commit 0d89ae0**. <br>πŸ“¦ **Component**: The core server software handling world name parameters.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Hacker Capabilities**: <br>1️⃣ **Read**: Extract sensitive user data, passwords, and game logs. <br>2️⃣ **Write**: Modify game data or inject malicious content.…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Exploitation Threshold**: **LOW**. <br>🌐 **Auth**: None required (`PR:N`). <br>πŸ–±οΈ **UI**: None required (`UI:N`). <br>πŸ“‘ **Access**: Network (`AV:N`). <br>🎯 **Complexity**: Low (`AC:L`). Easy to exploit remotely.

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

πŸ“œ **Public Exploit**: **No specific PoC code** listed in the data (`pocs: []`). <br>⚠️ **Reality**: SQL injection is a well-understood technique.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1️⃣ Check your rAthena git commit hash. <br>2️⃣ If it is **older than 0d89ae0**, you are vulnerable. <br>3️⃣ Scan for SQL injection patterns in `WorldName` handling in your source code.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: **YES**. <br>πŸ”§ **Patch**: Commit **0d89ae071ff5e46e8dedcf45d060acec84b3abb5** fixes the issue. <br>πŸ”— **Ref**: [GitHub Advisory](https://github.com/rathena/rathena/security/advisories/GHSA-x99j-36m7-4vv7).

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1️⃣ **Update** to the latest version immediately. <br>2️⃣ If updating is impossible, **sanitize** the `WorldName` input manually in the source code.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. <br>πŸ“… **Priority**: Patch **IMMEDIATELY**. <br>⚠️ **Reason**: Remote, unauthenticated, high-impact SQL injection. CVSS score indicates severe confidentiality and integrity loss.