Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-97056 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-613Insufficient Session Expiration[email protected]

Affected Products

ProductVersions
SigNoz
>= 0.98.0, < 0.143.0 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 0.143.0moderate efforthttps://github.com/SigNoz/signoz/releases/tag/v0.143.0
  • Workaround:moderate effort

    After a password reset, have the user sign in and change their password again from the account settings, since that path revokes every session. After deleting a user, restart SigNoz to clear the default in-memory cache, or wait out one rotation interval.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-97056
NVD Published Date:
Sep 24, 2026
NVD Last Modified:
Sep 24, 2026
Source:
[email protected]
CVE-2026-97056 Details - Not Deferred