Unknown · Openmetadata · CVE-2025-50465
**Name of the Vulnerable Software and Affected Versions**
OpenMetadata versions prior to 1.4.5
**Description**
OpenMetadata is susceptible to a SQL injection issue. An attacker can extract information from the database through the `listCount` function within the `TestDefinitionDAO` interface. The `testPlatform` parameter is used to construct a SQL query, enabling the injection.
**Recommendations**
Update to OpenMetadata version 1.4.5 or later.
As a temporary workaround, restrict access to the `TestDefinitionDAO` interface.
Avoid using the `testPlatform` parameter in the affected function until the issue is resolved.