CVE-2026-93426 PUBLISHED

SigNoz 0.87.0 before 0.142.0 - SQL Injection in v5 Query Builder Field Key Names

Assigner: VulnCheck
Reserved: 17.09.2026 Published: 17.09.2026 Updated: 17.09.2026

SigNoz versions 0.87.0 before 0.142.0 fail to escape user-supplied telemetry field-key names in the v5 query_range API, allowing authenticated users to inject SQL. Attackers with Viewer role or higher can embed backticks and quotes in field names to break out of identifiers and string literals, executing arbitrary ClickHouse SQL to read system tables and exfiltrate data.

Metrics

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

Product Status

Vendor SigNoz
Product signoz
Versions Default: unaffected
  • affected from 0.87.0 to 0.142.0 (excl.)
  • Version 0.142.0 is unaffected

Credits

  • alexwaira finder
  • tonghuaroot finder
  • dodge1218 finder
  • 456789TZ finder

References

Problem Types

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