Summary
CVE-2026-76242 is a critical authentication bypass vulnerability in stigmem-node (the stigmem-node PyPI package, part of the eidetic-labs stigmem project), affecting versions up to and including 0.9.0a1. The flaw stems from the federation peer registration process accepting peer key material without requiring an administrator to perform a separate, out-of-band fingerprint verification step. Given its network attack vector and high impact on confidentiality and integrity, this issue carries a severity score of 9.1 (Critical).
Technical details
- Root cause: When a new federation peer registers with a stigmem-node instance, the node accepts the peer’s cryptographic key material immediately, without a mandatory administrator approval step that would independently verify the peer’s fingerprint out-of-band.
- Trigger conditions: Exploitation requires the attacker to be positioned to intercept or influence the initial peer registration/key exchange (e.g., on a network path where registration traffic can be observed or redirected), and no user interaction is required.
- Attack vector: Network (AV:N) — the flaw is reachable remotely via the federation peer registration mechanism; privileges required are none (PR:N).
- Impact: A malicious actor can register a rogue peer as a trusted federation member, enabling interception and tampering with federation traffic between stigmem nodes — resulting in high confidentiality and high integrity impact on affected deployments.
- Weakness classification: CWE-295 (Improper Certificate Validation) and CWE-345 (Insufficient Verification of Data Authenticity).
Affected software
- Vendor/Project: eidetic-labs — stigmem
- Package:
stigmem-node(PyPI) - Affected versions: All versions through 0.9.0a1 (inclusive)
- Fixed version: 0.9.0a2
Severity
- CVSS Score: 9.1 (Critical)
- Published Vector (CVSS v4.0):
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N - Note: The vendor/CVE record published this score using the CVSS v4.0 standard; no separate CVSS v3.1 vector has been published for this CVE at the time of writing.
Mitigation and recommended actions
- Immediate: Upgrade
stigmem-nodeto version 0.9.0a2 or later, e.g.pip install --upgrade --pre stigmem-node(orpip install --upgrade --pre 'stigmem[node]'for the meta-package). The patched version introduces a pending-approval workflow so that peer tokens are not accepted until an administrator explicitly approves the peer using its expected fingerprint. - If immediate patching is not possible:
- Restrict access to the federation peer registration endpoint to trusted, known network segments only.
- Manually verify peer fingerprints out-of-band before allowing any federation peer relationship to be established.
- Monitor federation peer registration logs for unexpected or unapproved peer registration attempts.

