CVE-2025-55156
BaseFortify
Publication date: 2025-08-11
Last updated on: 2025-08-12
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| pyload | pyload | * |
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 SQL Injection in the pyLoad Download Manager's API endpoint /json/add_package, specifically in the add_links parameter. Before version 0.5.0b3.dev91, attackers could exploit this flaw to inject malicious SQL commands, potentially modifying or deleting data in the database.
How can this vulnerability impact me? :
The vulnerability can allow attackers to modify or delete data in the database, which can lead to data errors or loss. This could disrupt the normal operation of the application and compromise data integrity.
What immediate steps should I take to mitigate this vulnerability?
Upgrade pyLoad to version 0.5.0b3.dev91 or later, as this version contains the patch for the SQL Injection vulnerability in the add_links parameter of the /json/add_package API.