CVE-2023-37472
HighCVSS 7.7Exploitation Probability (EPSS)
Low risk43th percentile - higher than 43% of all known CVEs
Summary
Knowage is an open source suite for business analytics that improperly processes user data, potentially leading to SQL injection. An attacker can craft specially designed HQL queries that affect the SQL queries generated by the Hibernate engine.
Risk Assessment
This vulnerability could allow an authenticated attacker with low privileges to access sensitive information in the database, such as account credentials or business information.
Recommendation
It is recommended to upgrade to version 8.1.8 to patch this vulnerability. There are no known workarounds for this issue.
Other vulnerabilities in Knowage
See all- CVE-2023-38702Critical
Knowage is an open source analytics and business intelligence suite. In versions from 6.x.x to prior to 8.1.8, the endpoint `/knowage/restful-services/dossier/importTemplateFile` allows authenticated users to upload template files to the server without requiring authorization, enabling code execution on the server.
- CVE-2023-36819Medium
Knowage is a professional open source suite for data analytics that has a vulnerability in versions 6.x.x and prior to 8.1.8. It allows authenticated users to download template files, but the lack of sanitization of the '_templateName_' parameter enables attackers to download any file from the system.
- CVE-2023-35154High
Knowage is an open source analytics and business intelligence suite. In versions 6.0.0 through prior to 8.1.8, an attacker could register and activate their account without having to click on the link included in the email, allowing them access to the application as a normal user.
Original NVD description (English source)
Knowage is an open source suite for business analytics. The application often use user supplied data to create HQL queries without prior sanitization. An attacker can create specially crafted HQL queries that will break subsequent SQL queries generated by the Hibernate engine. The endpoint `_/knowage/restful-services/2.0/documents/listDocument_` calls the `_countBIObjects_` method of the `_BIObjectDAOHibImpl_` object with the user supplied `_label_` parameter without prior sanitization. This can lead to SQL injection in the backing database. Other injections have been identified in the application as well. An authenticated attacker with low privileges could leverage this vulnerability in order to retrieve sensitive information from the database, such as account credentials or business information. This issue has been addressed in version 8.1.8. Users are advised to upgrade. There are no known workarounds for this vulnerability.

