Description
stigmem (pip package stigmem-node) version 0.9.0a1 contains a timestamp-handling mismatch in federation peer-token validation that can cause valid peer tokens to be incorrectly treated as expired. This affects the availability and reliability of authenticated federation flows on nodes using federation peer authentication paths. The issue is fixed in 0.9.0a2, which uses the canonical millisecond-based validation path.
Published: 2026-08-19
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The federated peer‑token validation in the stigmem pip package stumbles over a timestamp handling mismatch, which causes valid peer tokens to be incorrectly regarded as expired. The flaw lies in the comparison logic that does not use the canonical millisecond‑based clock reference, leading to unintended denial of authenticated federation flows. This results in loss of service availability and undermines the reliability of nodes that rely on federation peer authentication paths.

Affected Systems

The issue affects only stigmem-node version 0.9.0a1 from the vendor eidetic‑labs. No other versions are listed as impacted. The vulnerability specifically targets the federation peer authentication routes inside that package.

Risk and Exploitability

With a CVSS score of 7.1, the vulnerability presents a moderate‑to‑high severity risk, particularly for deployments that depend on seamless peer‑to‑peer federation. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting no publicly reported exploits yet. Nonetheless, any network actor that can influence the peer‑token or trigger its validation can effectively deny service by forcing valid tokens to be rejected. The attack vector is inferred to be via the federation channel where token exchange occurs, as the flaw lies within the token validation routine used during that flow.

Generated by OpenCVE AI on August 20, 2026 at 04:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade stigmem-node to version 0.9.0a2, which replaces the faulty timestamp logic with a canonical millisecond‑based validation path, thereby directly addressing the implicit trust flaw identified as CWE-345.
  • Confirm that the federation peer‑authentication configuration no longer references legacy token validation code paths and that all tokens are subject to the updated millisecond‑based check.
  • If an upgrade cannot be performed immediately, temporarily disable federation peer authentication or reject all federation tokens until the updated code is deployed, preventing the denial of service caused by false‑expiration checks.

Generated by OpenCVE AI on August 20, 2026 at 04:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
Description stigmem (pip package stigmem-node) version 0.9.0a1 contains a timestamp-handling mismatch in federation peer-token validation that can cause valid peer tokens to be incorrectly treated as expired. This affects the availability and reliability of authenticated federation flows on nodes using federation peer authentication paths. The issue is fixed in 0.9.0a2, which uses the canonical millisecond-based validation path.
Title stigmem Federation Peer Token Timestamp Validation Bypass
Weaknesses CWE-345
References
Metrics cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-19T14:02:21.529Z

Reserved: 2026-08-19T11:38:33.225Z

Link: CVE-2026-76245

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-19T14:17:56.957

Modified: 2026-08-19T14:17:56.957

Link: CVE-2026-76245

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T04:15:03Z

Weaknesses
  • CWE-345

    Insufficient Verification of Data Authenticity