CVE-2025-62367
BaseFortify
Publication date: 2025-10-28
Last updated on: 2025-10-30
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| taiga | taiga_api | 6.9.0 |
| taiga | taiga_api | 6.8.3 |
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 time-based blind SQL injection in the Taiga API versions 6.8.3 and earlier. It allows an attacker to extract sensitive data by measuring the response time of the API, exploiting how the database processes certain queries. This issue is resolved in version 6.9.0.
How can this vulnerability impact me? :
An attacker could exploit this vulnerability to disclose sensitive data from the Taiga API without direct access, potentially leading to unauthorized information disclosure. However, the attack requires network access and some user interaction, and it does not allow data modification or denial of service.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Taiga to version 6.9.0 or later, as this version contains the fix for the time-based blind SQL injection vulnerability.