CVE-2025-64519
BaseFortify
Publication date: 2025-11-10
Last updated on: 2025-12-31
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| torrentpier | torrentpier | to 2.8.8 (inc) |
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 an authenticated SQL injection in the moderator control panel of TorrentPier (up to version 2.8.8). Moderators can exploit a malicious 'topic_id' parameter to execute arbitrary SQL queries, potentially accessing, modifying, or deleting any data in the database.
How can this vulnerability impact me? :
If exploited by a malicious or compromised moderator, this vulnerability can lead to unauthorized disclosure, modification, or deletion of any data in the database, severely impacting data integrity and confidentiality.
What immediate steps should I take to mitigate this vulnerability?
Apply the available patch that fixes the SQL injection vulnerability in the moderator control panel (modcp.php). The patch is available at commit 6a0f6499d89fa5d6e2afa8ee53802a1ad11ece80. Additionally, restrict moderator access to trusted users only, as the vulnerability requires authenticated moderator privileges.