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: < 1% Very Low
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 < 1%, indicating a very low exploitation probability, 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 17:02 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 17:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
First Time appeared Eidetic-labs
Eidetic-labs stigmem
Vendors & Products Eidetic-labs
Eidetic-labs stigmem

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

Eidetic-labs Stigmem
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-20T15:22:37.989Z

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-20T16:18:12.223

Link: CVE-2026-76245

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T17:15:04Z

Weaknesses
  • CWE-345

    Insufficient Verification of Data Authenticity