---
id: CVE-2026-97056
title: >-
  SigNoz versions from v0.98.0 up to (but not including) v0.143.0, when
  configured to use the opaque session tokenizer (which was not the default
  before v0.143.0), do not revoke a user's existing login sessions when the
  user's password is …
summary: >-
  SigNoz versions from v0.98.0 up to (but not including) v0.143.0, when
  configured to use the opaque session tokenizer (which was not the default
  before v0.143.0), do not revoke a user's existing login sessions when the
  user's password is …
severity: medium
cvss: 6.8
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N'
cwe:
  - CWE-613
vendor: SigNoz
product: signoz
affected:
  - signoz >= 0.98.0 < 0.143.0
published: '2026-09-24'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T02:16:54.500'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-97056'
references:
  - url: 'https://github.com/SigNoz/signoz/commit/b02aae2db3'
    label: disclosure@vulncheck.com
  - url: 'https://github.com/SigNoz/signoz/commit/c122bc09b4'
    label: disclosure@vulncheck.com
  - url: 'https://github.com/SigNoz/signoz/commit/e2e9173986'
    label: disclosure@vulncheck.com
  - url: 'https://github.com/SigNoz/signoz/commit/faaed20dbd'
    label: disclosure@vulncheck.com
  - url: 'https://github.com/SigNoz/signoz/security/advisories/GHSA-xrgp-3fq4-xg83'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/signoz-before-0.143.0-insufficient-session-expiration-authentication-bypass
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-24T02:36:46.280Z'
---

## Overview

SigNoz versions from v0.98.0 up to (but not including) v0.143.0, when configured to use the opaque session tokenizer (which was not the default before v0.143.0), do not revoke a user's existing login sessions when the user's password is reset with a reset token (UpdatePasswordByResetPasswordToken, reachable via POST /api/v2/factor_password/reset) or when the user is deleted (DeleteUser, reachable via DELETE /api/v2/users/{id}). Neither code path calls the tokenizer's DeleteTokensByUserID, so cached tokens and identities are left in place. An attacker who already holds a session token for the account — for example from a stolen browser session or from a user being offboarded — retains the account's full access, up to administrator, after a password reset until the token reaches its configured maximum lifetime (30 days by default), and after user deletion until the token next rotates (30 minutes by default). This defeats password reset and user deletion as a means of terminating access. The issue is fixed in v0.143.0.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
