CVE-2026-41009
Last modified
CVE-2026-41009 is a medium-severity vulnerability rated 5.8/10 on the CVSS scale. When the director sends a long-running request (e.g. compile_package), the agent's reply JSON is consumed by AgentClient. EPSS estimates a 0.10% chance of exploitation in the next 30 days.
Description
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
Metrics
CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/C:N/I:H/A:L
CVSS:4.0/AV:L/AC:H/AT:P/PR:H/UI:P/VC:N/VI:H/VA:L/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Cloud Foundry | Bosh | < 282.1.12 |
References
- https://www.cloudfoundry.org/blog/cve-2026-41009-local-blobstore-may-allow-arbitrary-reads-deletes/Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-41009?
How severe is CVE-2026-41009?
How do I fix CVE-2026-41009?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-41003An attacker able to influence values in RelyingPartyRegistra…5.4
- CVE-2026-41004When enabling trace logging in Spring Cloud Config Server se…4.4
- CVE-2026-41005Cloud Foundry UAA incorrectly treated XML encryption to the …9
- CVE-2026-41006Spring HATEOAS's internal PropertyUtils.createObjectFromProp…7.5
- CVE-2026-41007Spring HATEOAS maintains an unbounded static cache of String…7.5
- CVE-2026-41008Spring Security Authorization Server's authorization endpoin…6.1
- CVE-2026-4101IBM Verify Identity Access Container 11.0 through 11.0.2 and…9.8
- CVE-2026-41010ReleaseJob#unpack builds job_dir = File.join(@release_dir, '…8.7
- CVE-2026-41011PackagePersister.validate_tgz builds "tar -tf #{tgz} 2>&1" w…8.7
- CVE-2026-41013Input validation bypass in SMB volume mount handling in Clou…8.1
- CVE-2026-41014The partitioned_dag_runs endpoints in the Airflow UI enforce…4.3
- CVE-2026-41015radare2 before 9236f44, when configured on UNIX without SSL,…7.4
Are you affected by CVE-2026-41009?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
