Description
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.
Published: 2026-06-29
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SigNoz 0.130.1 contains a SQL injection flaw (CWE-89) that allows authenticated attackers to inject URL-encoded quotes into the rule ID path parameter used by its alert‑history endpoints. The unsanitized rule ID is directly interpolated into ClickHouse queries, enabling attackers to execute arbitrary queries that can read all stored traces, logs, and metrics or abuse the url() function to perform server‑side request forgery. The impact is irreversible data disclosure and potential manipulation of stored information.

Affected Systems

All installations of the SigNoz Signoz product up to and including version 0.130.1 are affected, as the vulnerability exists in the core backend handling of the alert‑history API.

Risk and Exploitability

The CVSS score of 8.3 reflects a critical risk, and since an authenticated user is required, the EPSS score is not provided but the actual risk remains high. The vulnerability is not listed in CISA KEV, but the lack of a public exploit does not reduce the impact of a successful attack. Attackers must craft a request to the alert‑history endpoint with a malicious rule ID; the attack path is purely web‑based and would be successful against any exposed instance of the affected product.

Generated by OpenCVE AI on June 29, 2026 at 20:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest official SigNoz patch or upgrade to a fixed version when one becomes available.
  • If an immediate patch is not available, restrict access to the alert‑history endpoints to trusted IPs or enforce stricter authentication controls to limit exposure.
  • Continuously monitor logs for anomalous query patterns or attempts to exploit the rule ID parameter and alert on suspicious activity.

Generated by OpenCVE AI on June 29, 2026 at 20:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 01 Jul 2026 10:30:00 +0000

Type Values Removed Values Added
First Time appeared Signoz
Signoz signoz
Vendors & Products Signoz
Signoz signoz

Mon, 29 Jun 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 29 Jun 2026 18:15:00 +0000

Type Values Removed Values Added
Description 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.
Title SigNoz 0.130.1 - SQL Injection in Alert History Endpoints via Rule ID Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 8.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N'}

cvssV4_0

{'score': 8.3, '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-14T21:34:43.759Z

Reserved: 2026-06-26T13:59:33.048Z

Link: CVE-2026-57955

cve-icon Vulnrichment

Updated: 2026-06-29T18:38:53.713Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-01T10:03:54Z

Weaknesses
  • CWE-89

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