Node.js Advisory · July 2026

Node.js Security Advisory: July 2026 Permission Model Escape Triage

Technical triage of Node.js July 2026 security release fixing filesystem sandbox escapes in the experimental permission model.

5
CVEs Patched
1
Sandbox Escape
7.8
CVSS Permission Model
High
Runtime Sandbox Action

보안 릴리스 분석 및 위험성 평가

Node.js patched CVE-2024-22019, an escape in the experimental --permission model. By calling internal C++ bindings via process.binding('fs'), untrusted code bypassed --allow-fs-read restrictions.

핵심 취약점 트리아지 매트릭스

CVE 식별자 서브시스템 / 구성 요소 영향 CVSS 실제 악용 여부?
CVE-2024-22019Node.js Permission ModelFilesystem Sandbox Escape7.8 HighYES (PoC Disclosed)
CVE-2024-22020Buffer.concat()Memory Allocation Crash5.9 MediumNo
CVE-2024-22021crypto.createDiffieHellmanSmall Subgroup Attack6.8 MediumNo
주목할 코드 분석

Deep Dive: Node.js Permission Model Filesystem Sandbox Escape Teardown →

Review the C++ diff in src/node_file.cc ensuring permission checks apply to low-level internal binding APIs.

← 전체 보안 디렉터리 보기 모든 플랫폼 보안 업데이트 →