CVE-2026-63080 PUBLISHED

Aptabase SQL Injection via ClickHouse query backend

Assigner: VulnCheck
Reserved: 15.07.2026 Published: 21.07.2026 Updated: 21.07.2026

Aptabase through commit 5a89368 contains a SQL injection vulnerability in the ClickHouse query backend that allows authenticated attackers to read event data across all tenants by injecting unsanitized filter parameters into Liquid SQL templates. Attackers can supply malicious values through EventName, CountryCode, OsName, DeviceModel, AppVersion, or SessionId parameters to inject a UNION ALL statement that bypasses the app_id tenant isolation filter across thirteen of the fifteen stats API endpoints.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 7.1

Product Status

Vendor aptabase
Product aptabase
Versions Default: affected
  • affected from 0 to 5a8936852a20c26267ffaefd3544f91e3ca94135 (incl.)

Credits

  • YoyoChaud finder

References

Problem Types

  • Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE