CVE-2026-47261

HIGH

CVSS v3.1: 7.5 · EPSS: 0.0053 (40.6 パーセンタイル)

ネットワーク権限不要操作不要ベンダー勧告の参照

出典データ取得時点:

概要

深刻度
HIGH
CVSS
7.5 v3.1 · NVD
EPSS
0.0053 (40.6 パーセンタイル) · FIRST.org
CISA KEV
非該当
攻撃条件(CVSSベクター)
ネットワーク権限不要操作不要 · 出典: NVD ベクター
公開日
2026-06-15 · 更新日: 2026-06-16

CVSS / EPSS / KEV

CVSS v3.1 7.5 / 10 HIGH 出典: NVD
EPSS 0.0053 40.6 パーセンタイル 出典: FIRST.org
CISA KEV 非該当 出典: CISA

出典 — CVSS: NVD · EPSS: FIRST.org · KEV: CISA. データと出典

説明

Wasmtime is a runtime for WebAssembly. In versions prior to 24.0.9, 36.0.10, and 44.0.2, when a filesystem preopen is given DirPerms::all() and FilePerms::READ without FilePerms::WRITE, this access control mechanism can be bypassed via the wasip2 descriptor.open-at or wasip1 path_open interfaces by opening a file with only the OpenFlags::TRUNCATE oflag. The root cause is that the clause handling OpenFlags::TRUNCATE in crates/wasi/src/filesystem.rs (Dir::open_at, lines 967–969) did not set open_mode |= OpenMode::WRITE;, which is later used for the access control check against FilePerms to determine whether opening the file is permitted; the single-line fix adds that missing assignment, after which the affected calls correctly fail with error-code.not-permitted and ERRNO_PERM respectively. Only wasmtime-wasi embeddings that combine DirPerms::MUTATE with FilePerms::READ are affected by this bug. In particular, the Wasmtime project's wasmtime-cli's use of wasmtime-wasi is not affected, because it always sets FilePerms::all() for all preopens. This issue has been fixed in versions 24.0.9, 36.0.10 and44.0.2.

レコード詳細

CVE ID
CVE-2026-47261
CVSS (v3.1)
7.5 (HIGH)
ベクター
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
悪用可能性サブスコア
3.9
影響度サブスコア
3.6
EPSS
0.0053 (40.6 パーセンタイル) — 2026-06-17
CISA KEV
非該当
脆弱性タイプ (CWE)
CWE-284
影響構成数 (CPE)
0
公開日
2026-06-15
更新日
2026-06-16
ステータス
Undergoing Analysis

参照情報

NVDが列挙した参照URLを、リンクのホスト・パターンに対する機械的な一致でグループ化したもの。ラベルはリンクの種別のみを示します。