PT-2026-46897 · Openmeter · Openmeter
CVE-2026-8462
·
Published
2026-06-04
·
Updated
2026-07-30
CVSS v4.0
5.3
Medium
| Vector | AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N |
Name of the Vulnerable Software and Affected Versions
OpenMeter (affected versions not specified)
Description
An authenticated tenant can perform SQL injection through the
valueProperty or groupBy fields of the 'POST /api/v1/meters' endpoint. The issue occurs because the application uses string interpolation via fmt.Sprintf to build ClickHouse queries instead of using parameterized queries. Specifically, the sqlbuilder.Escape() function fails to escape single quotes, allowing an attacker to close the string literal and execute arbitrary SQL commands. Since the shared ClickHouse database lacks row-level security, a successful exploit allows an authenticated tenant to read or write metering data belonging to any other tenant, or potentially cause a denial of service through resource-exhausting queries.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
SQL injection
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Openmeter