CVE-2025-50983
BaseFortify
Publication date: 2025-08-27
Last updated on: 2025-09-09
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| readarr | readarr | 0.4.15.2787 |
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 sortKey parameter of the GET /api/v1/wanted/cutoff API endpoint in readarr version 0.4.15.2787. The endpoint does not properly sanitize user input, allowing attackers to inject and execute arbitrary SQL commands on the backend SQLite database. This can lead to unauthorized database queries and manipulation.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can execute arbitrary SQL commands on the backend database, potentially leading to unauthorized data access, data modification, or denial of service. This can compromise the confidentiality, integrity, and availability of the affected system's data.