CVE-2025-58448
BaseFortify
Publication date: 2025-09-09
Last updated on: 2025-09-17
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| rathena | rathena | to 2025-09-06 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a SQL Injection in the PartyBooking component of the rAthena MMORPG server. It occurs via the 'WorldName' parameter in versions prior to commit 0d89ae0. SQL Injection allows an attacker to manipulate database queries by injecting malicious SQL code, potentially leading to unauthorized data access or modification. The issue was fixed in commit 0d89ae0.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to execute arbitrary SQL commands on the server's database without authentication, leading to high confidentiality and integrity impacts. This means sensitive data could be exposed or altered, potentially compromising the game's data and user information.
What immediate steps should I take to mitigate this vulnerability?
Update rAthena to the version that includes commit 0d89ae0 or later, as this commit fixes the SQL Injection vulnerability in the PartyBooking component via the WorldName parameter.