Skip to content
Threat Feed
high advisory updated

Authorization Bypass in SigNoz Trace-Funnel Analytics

SigNoz versions 0.88.0 through 0.141.0 contain an authorization bypass vulnerability allowing unauthenticated remote attackers to query sensitive trace analytics via the trace-funnel endpoint.

CVE search metadata

CVE search record: CVE-2026-92729. Severity: high. CVSS: 8.2. KEV: no. Product: SigNoz (0.88.0 - 0.141.0), SigNoz (0.88.0 <= v < 0.142.1), SigNoz (0.87.0 <= v < 0.142.0). Brief: Authorization Bypass in SigNoz Trace-Funnel Analytics. Brief link: https://feed.craftedsignal.io/briefs/2026-09-signoz-auth-bypass/

What's new

  • 1. added coverage for SigNoz (0.87.0 <= v < 0.142.0) Sep 18, 00:03 via nvd
  • 2. added detection rule: Detects CVE-2026-93292 Exploitation - SQL Injection in SigNoz Analytics Sep 17, 17:59 via nvd

SigNoz versions 0.88.0 through 0.141.0 contain a critical authorization bypass vulnerability within the application's trace-funnel analytics endpoints. The vulnerability stems from a failure to implement necessary authorization wrappers on specific HTTP handlers responsible for processing trace-funnel requests. This oversight allows unauthenticated remote attackers to submit arbitrary funnel definitions to the API. By interacting with these unprotected endpoints, attackers can exfiltrate sensitive observability data, including trace identifiers, request durations, span counts, internal service topology, and error activity metrics. Because these endpoints do not validate user credentials, this vulnerability poses a significant risk for unauthorized information disclosure of internal system architecture and operational telemetry. Defending against this threat requires identifying and restricting access to the affected funnel analytics endpoints or upgrading to a patched version once available.

Impact

The vulnerability results in unauthorized exposure of sensitive operational data. Successful exploitation allows an attacker to map service dependencies, identify high-frequency error patterns, and monitor traffic volumes, which can be used to inform further reconnaissance against the internal network. No specific victim counts are currently available, but any organization running versions 0.88.0 through 0.141.0 is at risk of remote telemetry exfiltration.

Recommendation

  • Monitor webserver access logs for anomalous POST requests directed at trace-funnel analytic endpoints originating from unauthorized IP ranges.
  • Audit ingress traffic to identify unauthenticated requests to SigNoz API paths associated with trace analytics.
  • Implement strict network-level access control (e.g., WAF rules or VPN-only access) for the SigNoz API until an upgrade to a patched version is completed.

Immediate actions

Deploy WAF rule to monitor and block unauthenticated traffic to SigNoz API funnel endpoints

SOC 24h

Threat Hunt

Search logs for unauthenticated POST /api/v1/funnel/ activity

T1190 high high confidence hunt now

Data: webserver_logs

Mitigations

Upgrade SigNoz to a version post-0.141.0

immediate IT Operations

CVE-2026-92729

Detection coverage 2

Detect Unauthenticated Access to SigNoz Trace-Funnel Endpoint

high

Detects potential exploitation of CVE-2026-92729 by identifying unauthorized access to the trace-funnel analytics endpoint.

sigma tactics: initial_access techniques: T1190 sources: webserver

Detects CVE-2026-93292 Exploitation - SQL Injection in SigNoz Analytics

high

Detects potential SQL injection attempts via POST requests to SigNoz analytics endpoints involving service_name or span_name fields.

sigma tactics: initial_access techniques: T1190 sources: webserver

Detection queries are available on the platform. Get full rules →