GHSA-gq7j-4834-ccgp · 深刻度: medium — When the director sends a long-running request (e.g. compile_package), the agent's reply JSON is...
When the director sends a long-running request (e.g. compile_package), the agent's reply JSON is consumed by AgentClient. inject_compile_log (line 332-339) reads response['value']['result']['compile_log_id'] and format_exception (line 318-325) reads exception['blobstore_id']; both pass the agent-supplied string unmodified to download_and_delete_blob(blob_id) (line 344-349), which calls @resource_manager.get_resource(blob_id) and, in an ensure block, @resource_manager.delete_resource(blob_id). Api::ResourceManager forwards the id straight to blobstore.get(id) / blobstore.delete(id). When the director is configured with the local blobstore provider, Blobstore::LocalClient#object_file_path(oid) is File.join(@blobstore_path, oid) (local_client.rb:54-56) with no normalisation, so oid = "../../jobs/director/config/director.yml" resolves outside the blobstore root. Affected versions: BOSH Director: All versions prior to v282.1.12
総合評価: CVE-2026-41009 は低リスク(17.7/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.10%、1 パーセンタイル) 推奨対応: 総合リスクは低く緊急対応は不要です。通常の保守サイクルでパッチを適用し、CVSS / EPSS が上昇したら優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.01% | 0.10% | +0.09% |
| 2 | 2026-05-27 | — | 0.01% | — |
EPSS の全履歴 (全 2 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 4.3 | 4.0 | MEDIUM |
|
— | — | [email protected] |
| 5.8 | 3.1 | MEDIUM |
|
0.6 | 4.7 | [email protected] |
GHSA-gq7j-4834-ccgp · 深刻度: medium — When the director sends a long-running request (e.g. compile_package), the agent's reply JSON is...
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| cloud_foundry | bosh | < 282.1.12 | cpe:2.3:a:cloud_foundry:bosh:*:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| https://www.cloudfoundry.org/blog/cve-2026-41009-local-blobstore-may-allow-arbitrary-reads-deletes/ | Mitigation Vendor Advisory |