PT-2026-43567 · Cloud Foundry Foundation+2 · Bosh Director+1
Published
2026-05-27
·
Updated
2026-06-08
·
CVE-2026-41704
CVSS v4.0
6.8
Medium
| Vector | AV:L/AC:H/AT:N/PR:H/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:H |
Name of the Vulnerable Software and Affected Versions
BOSH Director versions prior to 282.1.12
Description
The
AgentClient#handle method processes NATS replies and invokes inject compile log for every response, which reads the compile log id from response['value']['result']['compile log id'] and passes it to download and delete blob. Additionally, responses containing an exception are processed by format exception, which reads blobstore id from exception['blobstore id'] and also calls download and delete blob. The download and delete blob helper calls ResourceManager#get resource(blob id) and subsequently ResourceManager#delete resource(blob id) within an ensure block. The ResourceManager then calls blobstore.delete(id) on the shared Director blobstore without performing UUID-format checks, ownership verification, or applying a namespace prefix.Recommendations
Update to version 282.1.12 or later.
Exploit
Fix
Improper Access Control
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Bosh Director
Bosh