Vulnerability in github.com/nuts-foundation/nuts-node (CVE-2026-41164)
Summary
vulnerability in github.com/nuts-foundation/nuts-node (CVE-2026-41164). Risk of unauthorized operations or information disclosure. Exploitable via ``iss``.
AI summary snake-internal / snake-material-v2
Response Actions (7 steps)
Concrete steps and command examples for SOC/SRE teams to execute in order
-
1Identify exposure identify
grep -r 'github.com/nuts-foundation/nuts-node' . | grep -v node_modulesリポジトリと本番環境の依存ファイル (package-lock.json / requirements.txt / go.sum / Gemfile.lock 等) で `github.com/nuts-foundation/nuts-node` を grep し、稼働しているサービス・バージョンを把握する。
-
5Apply temporary workaround mitigate
If users are unable to update their nuts-node, resource servers can mitigate this risk by explicitly validating the introspection response: reject responses where `service` is empty, where `iss` is empty or does not match the expected authorizer DID,パッチが適用されるまでの応急処置として、If users are unable to update their nuts-node, resource servers can mitigate this risk by explicitly validating the introspection response: reject responses where `service` is empty, where `iss` is empty or does not match the expected authorizer DID, を実施。回避策の副作用 (機能低下) を確認した上で。
-
7Post-deployment verification verify
Confirm patched version is live in productionパッチ適用後、ステージングで PoC または同等の悪用パターンを再現して脆弱性が閉じたことを確認。本番では Step 3 と同じログクエリでアラート再発が無いか継続監視。
Affected packages
References
- advisory https://nvd.nist.gov/vuln/detail/CVE-2026-41164
- package https://github.com/nuts-foundation/nuts-node
- web https://github.com/nuts-foundation/nuts-node/security/advisories/GHSA-9hmg-827w-9rhj
- web https://github.com/nuts-foundation/nuts-node/releases/tag/v5.4.31
- web https://github.com/nuts-foundation/nuts-node/releases/tag/v6.2.3
- web https://github.com/advisories/GHSA-9hmg-827w-9rhj