CVE-2026-57955
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedSigNoz 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceSigNoz through 0.130.1 has a SQL injection vulnerability in the alert-history endpoints where the rule ID path parameter is directly interpolated into ClickHouse queries without sanitization. Attackers can use URL-encoded quotes to escape the parameter context and execute arbitrary queries, enabling data exfiltration of traces, logs, and metrics, plus SSRF via the ClickHouse url() function.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify SigNoz installation versionCheck the SigNoz version by querying the API status endpoint, checking the Helm chart or docker image tag, or reviewing deployment manifestsAffected if The installed version is 0.130.1 or earlier (any version through 0.130.1)
-
Confirm alert-history endpoints are accessibleCheck if HTTP endpoints matching /alert-history or similar patterns are exposed in the SigNoz deployment and reachable from the networkAffected if The alert-history endpoint is accessible over the network without additional network segmentation
-
Verify authentication is required for alert-history endpointsTest the alert-history endpoint without valid credentials or review the authentication configuration to confirm all requests require valid authenticationAffected if The endpoint can be accessed without providing valid authentication credentials
-
Inspect ClickHouse query construction for the rule ID parameterReview the SigNoz backend source code or configuration files to identify where the alert-history endpoint handles the rule ID path parameter and constructs ClickHouse queriesAffected if The rule ID parameter is directly interpolated into SQL queries without parameterized binding or input sanitization
A user is affected if their SigNoz version is 0.130.1 or earlier AND the alert-history endpoint is accessible with or without authentication AND the rule ID parameter is not using parameterized queries.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedReplace direct string interpolation of the rule ID parameter with parameterized queries/prepared statements in all alert-history endpoint handlers, and implement proper input validation.
Latest SigNoz version after 0.130.1 (check GitHub releases for current stable)
- 1. Identify your current SigNoz installation version by checking the deployed containers or Helm chart version
- 2. Upgrade SigNoz to the latest stable release that succeeds version 0.130.1. Check the official SigNoz GitHub releases page (github.com/signoz/signoz) for the most recent version
- 3. After upgrading, verify that the alert-history endpoints no longer accept unsanitized input in the rule ID path parameter
- 4. Test that the SQL injection vulnerability is mitigated by attempting to inject URL-encoded quotes (e.g., %27, %22) into the rule ID parameter and confirming the query fails or is properly parameterized
- 5. Monitor for any unexpected outbound network requests that could indicate SSRF exploitation via the url() function
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-57955 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-57955 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data