GHSA-mhvf-vxjh-cwwp · 深刻度: medium — AgentClient#handle_method (lines 264-303) processes every NATS reply. It calls inject_compile_log...
AgentClient#handle_method (lines 264-303) processes every NATS reply. It calls inject_compile_log (line 273) on every response, which reads response['value']['result']['compile_log_id'] (line 332-338) and passes it to download_and_delete_blob. Separately, any response containing 'exception' goes through format_exception (lines 308-325), which reads exception['blobstore_id'] and also calls download_and_delete_blob. That helper (lines 344-349) calls ResourceManager#get_resource(blob_id) and, in an ensure block, ResourceManager#delete_resource(blob_id). ResourceManager (resource_manager.rb:62-70) calls blobstore.delete(id) on the single shared Director blobstore with no UUID-format check, no ownership check, and no namespace prefix. Affected versions: BOSH Director: All versions prior to v282.1.12
総合評価: CVE-2026-41704 は低リスク(27.4/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.08%、0 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.01% | 0.08% | +0.07% |
| 2 | 2026-05-27 | — | 0.01% | — |
EPSS の全履歴 (全 2 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 6.8 | 4.0 | MEDIUM |
|
— | — | [email protected] |
| 5.0 | 3.1 | MEDIUM |
|
0.6 | 4.0 | [email protected] |
GHSA-mhvf-vxjh-cwwp · 深刻度: medium — AgentClient#handle_method (lines 264-303) processes every NATS reply. It calls inject_compile_log...
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| cloud_foundry | bosh | < 282.1.12 | cpe:2.3:a:cloud_foundry:bosh:*:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| https://www.cloudfoundry.org/blog/cve-2026-41704-compromised-vm-can-make-arbitrary-blobstore-deletes/ | Mitigation Vendor Advisory |