Description
SigNoz before 0.134.0 contains an open redirect vulnerability in the SSO authentication flow that allows unauthenticated attackers to steal session tokens from any user on instances configured with Google OAuth, SAML, or OIDC. Attackers can call the unauthenticated sessions context endpoint with a ref parameter pointing to an attacker-controlled host, deliver the resulting crafted login URL to a victim, and receive the victim's access and refresh tokens when they complete SSO authentication.
Published: 2026-07-17
Score: 7.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SigNoz before 0.134.0 contains an open redirect vulnerability in the SSO authentication flow that allows unauthenticated attackers to steal session tokens from any user on instances configured with Google OAuth, SAML, or OIDC. Attackers can call the unauthenticated sessions context endpoint with a ref parameter pointing to an attacker‑controlled host, deliver the resulting crafted login URL to a victim, and receive the victim's access and refresh tokens when they complete SSO authentication. The flaw permits capturing session tokens without any credentials from the attacker. This vulnerability is classified as CWE‑345 (Open Redirection) and CWE‑601 (Untrusted Redirect).

Affected Systems

The vulnerability affects configurations of SigNoz instances that use third‑party SSO providers such as Google OAuth, SAML, or OIDC. No specific version information is provided in the advisory, but the flaw exists in the publicly exposed sessions context endpoint that accepts the ref parameter.

Risk and Exploitability

The CVSS score of 7.6 reflects a moderate‑to‑severe risk profile, but the EPSS score of <1% indicates a low likelihood of observed exploitation. The vulnerability is not yet listed in CISA KEV. An attacker can trigger the redirect without authentication but must influence a legitimate user to complete the SSO flow, so the attack vector is unauthenticated initial access with user interaction. Once the victim authenticates, the attacker receives both the access and refresh tokens, enabling full impersonation of that user.

Generated by OpenCVE AI on August 4, 2026 at 07:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SigNoz to the latest available release that fixes the open redirect flaw.
  • Verify that the redirect_uri parameter is validated against a whitelist of allowed URLs and that the SSO endpoints reject arbitrary external hosts.
  • Monitor SSO login traffic for anomalous redirect patterns and block any redirects to untrusted domains until the patch is applied.

Generated by OpenCVE AI on August 4, 2026 at 07:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 27 Jul 2026 17:45:00 +0000

Type Values Removed Values Added
Description SigNoz through 0.133.0 contains an open redirect vulnerability in the SSO authentication flow that allows unauthenticated attackers to steal session tokens from any user on instances configured with Google OAuth, SAML, or OIDC. Attackers can call the unauthenticated sessions context endpoint with a ref parameter pointing to an attacker-controlled host, deliver the resulting crafted login URL to a victim, and receive the victim's access and refresh tokens when they complete SSO authentication. SigNoz before 0.134.0 contains an open redirect vulnerability in the SSO authentication flow that allows unauthenticated attackers to steal session tokens from any user on instances configured with Google OAuth, SAML, or OIDC. Attackers can call the unauthenticated sessions context endpoint with a ref parameter pointing to an attacker-controlled host, deliver the resulting crafted login URL to a victim, and receive the victim's access and refresh tokens when they complete SSO authentication.
Title SigNoz 0.133.0 SSO OAuth State Manipulation Session Token Theft SigNoz < 0.134.0 SSO OAuth State Manipulation Session Token Theft
References

Tue, 21 Jul 2026 13:15:00 +0000


Tue, 21 Jul 2026 02:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 17 Jul 2026 16:45:00 +0000

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

Fri, 17 Jul 2026 15:00:00 +0000

Type Values Removed Values Added
Description SigNoz through 0.133.0 contains an open redirect vulnerability in the SSO authentication flow that allows unauthenticated attackers to steal session tokens from any user on instances configured with Google OAuth, SAML, or OIDC. Attackers can call the unauthenticated sessions context endpoint with a ref parameter pointing to an attacker-controlled host, deliver the resulting crafted login URL to a victim, and receive the victim's access and refresh tokens when they complete SSO authentication.
Title SigNoz 0.133.0 SSO OAuth State Manipulation Session Token Theft
Weaknesses CWE-345
CWE-601
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 7.6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-27T17:17:11.454Z

Reserved: 2026-07-15T15:45:44.601Z

Link: CVE-2026-63094

cve-icon Vulnrichment

Updated: 2026-07-21T01:38:58.238Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T07:15:03Z

Weaknesses
  • CWE-345

    Insufficient Verification of Data Authenticity

  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')