CVE-2026-57955 PUBLISHED

SigNoz 0.130.1 - SQL Injection in Alert History Endpoints via Rule ID Parameter

Assigner: VulnCheck
Reserved: 26.06.2026 Published: 29.06.2026 Updated: 29.06.2026

SigNoz through 0.130.1 contains a SQL injection vulnerability that allows authenticated attackers to execute arbitrary ClickHouse queries by injecting URL-encoded quotes into the rule ID path parameter of the alert-history endpoints. Attackers can manipulate the unsanitized rule ID interpolated into ClickHouse queries to read all stored traces, logs, and metrics, or abuse the url() function to perform server-side request forgery.

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:N/SA:N
CVSS Score: 8.3

Product Status

Vendor SigNoz
Product signoz
Versions Default: unaffected
  • affected from 0 to 0.130.1 (incl.)

Credits

  • George Chen finder

References

Problem Types

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