CVE-2025-67811
BaseFortify
Publication date: 2026-01-09
Last updated on: 2026-02-10
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| area9lyceum | rhapsode | 1.47.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 SQL Injection flaw in Area9 Rhapsode version 1.47.3 and earlier. It occurs because multiple API endpoints accessible to authenticated users do not properly validate input. This allows remote attackers to inject arbitrary SQL commands into the database queries, potentially leading to unauthorized access to the database and sensitive data. [1]
How can this vulnerability impact me? :
The vulnerability can allow attackers to gain unauthorized access to the database, which may result in the compromise of sensitive data stored within the system. This can lead to data breaches, loss of data integrity, and potential exposure of confidential information. [1]
What immediate steps should I take to mitigate this vulnerability?
The immediate step to mitigate this vulnerability is to upgrade Area9 Rhapsode to version 1.47.4 or later, where the SQL injection issue has been fixed. [1]